send_notification
Send notifications to a Slack webhook with configurable urgency levels. Requires a webhook URL set in settings.
Instructions
Send a notification to the configured Slack webhook.
Requires SLACK_WEBHOOK_URL to be configured via PUT /api/settings/webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Notification message text. | |
| urgency | No | Urgency level — "low", "medium" (default), or "high". | medium |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||