Communication actions
Contact and CRM actions
Opportunity and pipeline actions
Logic and flow actions
Data and integration actions
AI actions
AI actions consume AI credits. Monitor usage in Settings → Billing → Usage.
Payment actions
Membership actions
Best practices
Always add a wait between communication steps
Always add a wait between communication steps
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.
Use If/Else to prevent duplicate actions
Use If/Else to prevent duplicate actions
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.
Test webhooks with a tool like webhook.site
Test webhooks with a tool like webhook.site
Before connecting to a production API, test your webhook action with a free tool like webhook.site to verify the payload format.
Name your actions clearly
Name your actions clearly
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.