create_alert
Create alerts in Redash to monitor query results and get notified when specified conditions are met.
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 | |
| query_id | Yes | ID of the query to monitor | |
| options | Yes | Alert options including column to monitor, operator (e.g., 'greater than', 'less than', 'equals'), and threshold value | |
| rearm | No | Number of seconds to wait before triggering again (null for never) |