notify
Send notifications to configured webhook services like Discord, Slack, Teams, Feishu, ntfy, and custom endpoints with support for interactive actions and image attachments.
Instructions
Send a notification to configured webhook services (Discord, Slack, Teams, Feishu, ntfy, custom)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The main content of the notification message | |
| title | No | Optional title for the notification | |
| link | No | Optional URL to include in the notification | |
| imageUrl | No | URL of an image to include (will be used as an attachment when possible) | |
| image | No | Local file path for an image to upload to Imgur | |
| priority | No | Notification priority level from 1-5 (5=highest) | |
| attachments | No | List of URLs to attach to the notification | |
| actions | No | Interactive action buttons for the notification |