applogico/Blipr Notifications
Send a Blipr push notification from CI — curl your phone.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| topic | Topic 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 | — |
| message | Message body. Defaults to a one-line summary of the workflow run. | no | "" |
| title | Notification title. | no | "" |
| priority | Priority: 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 | "" |
| tags | Comma-separated tags / emoji shortcodes, e.g. "rocket,white_check_mark". | no | "" |
| click | URL to open when the notification is tapped. Defaults to this workflow run. | no | "" |
| icon | URL of an icon image to display with the notification. | no | "" |
| markdown | Render the message body as Markdown (true/false). | no | false |
| reply | Ask recipients for a reply: binary | ack | choice. Leave empty for a one-way alert. | no | "" |
| options | Comma-separated choices (2-10) — required when reply=choice. | no | "" |
| callback | URL POSTed the reply when it lands (used with reply=binary|ack|choice). | no | "" |
| server | Base URL of the Blipr / notify server. Point this at your own host to self-host. | no | https://blipr.dev |
| dry_run | Print the request that would be sent and exit without publishing (true/false). | no | false |
Outputs
| name | description |
|---|---|
| message_id | ID of the published message (empty on dry-run). |
| http_code | HTTP status code returned by the server. |