Flikk
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

FieldMeaning
authWhether 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".

On this page