Triggers
Triggers
Discover the trigger providers that can start a workflow. Webhook and cron are built in; poll providers watch an external source.
A trigger is declared in workflow.json. Webhook and cron take no provider id. A poll trigger names a provider (triggerId) that watches a source such as Gmail, Reddit, an RSS feed, or Stripe, and needs a credential wired through update config.
AuthenticationRequires
triggers:manage on a personal API key. A CLI session always passes.| Endpoint | Does |
|---|---|
GET /v1/triggers | List or search trigger providers |
To see what a configured poll trigger delivers, use the workflow's trigger sample.