create_monitor_workflow
Create a monitor workflow that aggregates events, applies conditions, and sends notifications or webhooks when thresholds are met.
Instructions
Create an event-driven Monitor workflow.
Monitor tasks are intentionally limited to aggregation, condition, notification, and webhook. The workflow must contain at least one notification or webhook delivery task. Use aggregation for time windows and condition for the alert threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Monitor name. | |
| tasks | Yes | Monitor pipeline; must include a notification or webhook delivery task. | |
| is_starred | No | ||
| description | No | Human-readable monitoring objective. | |
| trigger_event_type | Yes | Event stream observed by the monitor. |