honeycomb_trigger_create
Generate alerts for dataset changes by creating triggers with customizable thresholds, schedules, and notification settings using a specified query or query ID.
Instructions
Create a new trigger for a dataset
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_type | No | Alert firing behavior: on_change (only when crossing threshold) or on_true (every check while threshold is met) | on_change |
| datasetSlug | Yes | Dataset slug to create trigger for | |
| description | No | Description of the trigger (max 1023 chars) | |
| disabled | No | If true, the trigger will not be evaluated or send alerts | |
| evaluation_schedule | No | Schedule configuration when evaluation_schedule_type is 'window' | |
| evaluation_schedule_type | No | The schedule type: frequency (always run) or window (only run during specific times) | |
| frequency | No | Interval in seconds to check results (60-86400, must be multiple of 60) | |
| name | Yes | Name of the trigger (max 120 chars) | |
| query | No | Inline query specification (use either query or query_id, not both) | |
| query_id | No | Query ID to associate with the trigger (use either query_id or query, not both) | |
| recipient_ids | No | Recipient IDs to notify when the trigger fires | |
| threshold | No | Threshold configuration for the trigger |