alert_update
Update an Alert (name, query, destination, threshold, or status). Only provided fields change. If query is provided it must still include at least one query.any mention term. Not metered. (requires a free Prowlo account — call it to get a signup link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Alert id to update (from alert_list) | |
| name | No | New alert name (rename) | |
| query | No | Record match filter (same shape as search_dataset / list_records filters) | |
| status | No | Set status to "active" or "paused" | |
| threshold | No | Omit for per-match firing; provide for volume/spike firing | |
| destination | No | At least one of slack=true or a non-empty webhookIds is required |