Trigger
Why it matters: Starts work automatically — connects the outside world to queues and runs.
Activation conditions: webhooks, cron schedules, events, and manual fire.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/triggers | Create a trigger |
GET | /v1/triggers | List triggers |
POST | /v1/triggers/:id/fire | Manually fire a trigger |