create_alert
Create automated alerts on query results to receive notifications when a specific column meets a condition (e.g., greater than, less than, equals).
Instructions
Create a new alert in Redash. Alerts notify you when a query result meets a specified condition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the alert | |
| rearm | No | Number of seconds to wait before triggering again (null for never) | |
| options | Yes | Alert options including column to monitor, operator, and threshold value | |
| query_id | Yes | ID of the query to monitor |