botbell_send
Deliver push notifications to iPhone/Mac with action buttons for quick replies and free-text input. Supports Markdown, images, and URLs for interactive alerts.
Instructions
Send a push notification to the user's iPhone/Mac via BotBell. You can include action buttons for quick replies. Use type 'input' to let the user type a custom response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message content (required, max 4096 chars) | |
| title | No | Message title (optional) | |
| url | No | URL to attach (optional) | |
| image_url | No | Image URL to attach (optional) | |
| summary | No | Custom summary for long messages (optional, max 512 chars) | |
| format | No | Message format: 'text' (default) or 'markdown' for Markdown rendering | |
| actions_description | No | Description text shown above action buttons (optional, max 256 chars) | |
| actions | No | Quick reply buttons (max 5). Use type 'input' for free-text option. | |
| reply_mode | No | Controls how the recipient can reply: 'open' (default, free text + actions), 'actions_only' (only action buttons, no free text), 'none' (pure notification, no reply) |