Skip to main content
Actions are the steps that execute after a workflow trigger fires. You can chain multiple actions together, add delays, and use conditional logic to build sophisticated automations.

Communication actions

Use the Test button on any communication action to preview what the contact will receive before publishing the workflow.

Contact and CRM actions


Opportunity and pipeline actions


Logic and flow actions

Be careful with “Remove from All Workflows” — it stops every active automation for that contact, including unrelated sequences.

Data and integration actions


AI actions

AI actions consume AI credits. Monitor usage in Settings → Billing → Usage.

Payment actions


Membership actions


Best practices

Sending an email and SMS simultaneously can feel spammy. Add a 5–15 minute wait between messages, or use a Wait Until action to check if the contact already responded.
Before adding a tag or creating an opportunity, check if it already exists using an If/Else condition. This prevents duplicates and keeps your data clean.
Before connecting to a production API, test your webhook action with a free tool like webhook.site to verify the payload format.
Click on any action step and rename it to describe what it does (e.g., “Send welcome email” instead of “Send Email 1”). This makes debugging much easier.
Last modified on March 7, 2026