Building flows
Manual
A trigger you start by hand from the app or the API.
A manual trigger starts a run on demand. Start it from the app, or send POST /api/flows/{flowSlug}/trigger.
Spec
| Field | Meaning |
|---|---|
auth | Whether starting the trigger needs an API key. "none" or "apiKey". Optional; defaults to "none". |
{ "slug": "trigger", "type": "manual", "spec": {} }The spec can be empty. With no auth set, it defaults to "none".
