Actions are the steps that run after your trigger fires. Each action does one thing — send a message, create a record, call an API, run an AI prompt — and each one counts as a task.
Actions can be:
App Integration – connect to 2,200+ apps and perform actions like creating, updating, or fetching records.
API / Webhook – make a custom HTTP request to any external service.
AI Step – run a prompt using OpenAI, Claude, or other AI models directly inside your workflow.
Utility Steps – Add Delay, Custom JS, Human Intervention, and other built-in tools to control how your workflow behaves.
You can add as many actions as you need. They run in order, one after the other.
Was this helpful?