alert_create
Create an Alert. It fires when newly-ingested records match query. REQUIRED: query.any must have at least one mention term (brand/product/domain) — an alert with no mentions would match every record and is rejected. Per-match by default (one notification per new match, batched); provide threshold for volume/spike firing. Delivers to Slack and/or the given webhooks. Not metered. (requires a free Prowlo account — call it to get a signup link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable alert name | |
| query | Yes | Record match filter (same shape as search_dataset / list_records filters) | |
| status | No | Initial status: "active" (default) or "paused" | |
| threshold | No | Omit for per-match firing; provide for volume/spike firing | |
| destination | Yes | At least one of slack=true or a non-empty webhookIds is required |