applogico/Blipr Notifications

Send a Blipr push notification from CI — curl your phone.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
topicTopic to publish to. Allowed: A-Z a-z 0-9 - _ , max 64 chars. Anyone who knows the name can publish, so keep sensitive topics unguessable.yes
messageMessage body. Defaults to a one-line summary of the workflow run.no""
titleNotification title.no""
priorityPriority: 1-5, or one of min | low | default | high | max | urgent. Priority 4-5 arrive as Time-Sensitive (break through Focus & Do Not Disturb).no""
tagsComma-separated tags / emoji shortcodes, e.g. "rocket,white_check_mark".no""
clickURL to open when the notification is tapped. Defaults to this workflow run.no""
iconURL of an icon image to display with the notification.no""
markdownRender the message body as Markdown (true/false).nofalse
replyAsk recipients for a reply: binary | ack | choice. Leave empty for a one-way alert.no""
optionsComma-separated choices (2-10) — required when reply=choice.no""
callbackURL POSTed the reply when it lands (used with reply=binary|ack|choice).no""
serverBase URL of the Blipr / notify server. Point this at your own host to self-host.nohttps://blipr.dev
dry_runPrint the request that would be sent and exit without publishing (true/false).nofalse
namedescription
message_idID of the published message (empty on dry-run).
http_codeHTTP status code returned by the server.