Creating A Flow

Create a flow, choose a trigger, and add actions like notifications, email, SMS, or webhooks.

Flows are created from FlowsCreate.

Every flow starts with a Trigger node. The trigger node is mandatory and cannot be removed.

Fast path

Create flow → pick trigger → add actions → (optional) add conditions → save.


Step-By-Step

  1. Go to Flows
  2. Select Create
  3. Choose what the flow is based on (booking, payment, consent form, etc.)
  4. Configure the Trigger node (when should it run?)
  5. Add one or more Action nodes (what should it do?)
  6. Optional: add Conditions (when should it not run?)
  7. Optional: enable Run always if the flow should be mandatory

Triggers Are Explicit

There are no implicit triggers. A flow only runs for the triggers you explicitly select.

Examples:

  • “When a booking is created”
  • “1 day before a booking starts”
  • “When a payment is created”

Manual vs Run Always