create_alert
Create an alert channel to get notified via email, Slack, or webhook. Specify the channel type and destination to receive alerts for your cron jobs and queues.
Instructions
Create a new alert channel (slack, email, or webhook) for the app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient email address (required when type=email) | |
| url | No | Webhook endpoint URL (required when type=webhook) | |
| type | Yes | Alert channel type | |
| webhook_url | No | Slack incoming webhook URL (required when type=slack) |