Skip to main content
Actions are the steps in your workflow that do something — make a call, send a message, update a contact, or call an external API. Add as many actions as you need, and they execute in order.

Variables

Use {{variable}} syntax in any text field across all actions. Trigger data and previous step outputs are also available. For example, {{nodeId.status}} references the output of a previous action.

Retries

All actions retry up to 3 times with exponential backoff on transient failures (network timeouts, rate limits). Permanent failures (invalid config, auth errors) fail immediately.