Skip to main content

Configure a Trigger

A trigger defines when the flow will run. Prefer a single trigger per flow.

Manual run

Group153 Pn
  • Use the Run button on the Canvas to execute on demand.
  • Ideal for testing or internal tools.

Periodic schedule

Group154 Pn
  • After you Publish, choose a schedule such as hourly, daily, or weekly.
  • Great for reports, syncs, and recurring jobs.

Event based

1

Drag Conditional Trigger Node

Screenshot2025 10 14at8 59 58 Pn
2

Press "Configure Trigger"

Screenshot2025 10 14at9 01 03 Pn
3

Define conditions

Define the condition that should trigger the flow in free text.Screenshot2025 10 14at9 03 10 Pn
4

Your'e Ready!

Kadabra sets up a check that runs every 15 minutes. When the condition is met, your flow starts automatically.
Use this for reactive automations like new leads, new rows, or new messages.

API trigger

Expose your flow as an endpoint so external systems can start it.
1

Activate / Publish your flow

Activating or Publishing creates an API endpoint. Choose which inputs and outputs are exposed.
2

Open API docs

Return to the API dialog to copy the endpoint URL and code samples.
Screenshot2025 10 14at9 05 05 Pn
3

Call with API key

Use your API key to trigger the flow from any system.