Send a Blipr alert
send_alertSend push notifications to your phone when tasks finish, builds break, or you need approval. Supports priority levels and optional click-through URLs.
Instructions
Send a push notification to the user's phone via Blipr. Use this to reach the human: a long task finished, a build broke, you need approval, or you're blocked and need input. Priority 1 (silent) to 5 (critical); defaults to 3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags / emoji shortcodes, e.g. ["warning", "rocket"]. | |
| click | No | URL opened when the notification is tapped. | |
| title | No | Short title, shown bold above the message. | |
| topic | No | Topic to publish to. Defaults to the BLIPR_TOPIC env var. | |
| message | Yes | The alert body — what happened or what you need. | |
| priority | No | 1=min/silent, 2=low, 3=default, 4=time-sensitive (breaks Focus), 5=critical. |