What Is an Action?
Actions are the work that automations do. When a trigger fires and conditions are met, the automation executes each action in your sequence in order. Actions can be separated by Wait steps to create time-delayed sequences.Send Email
Send an email to the enrolled record’s primary email address. Modes:- Template — Choose a saved email template. Variables like
{{contact.firstName}}are substituted automatically. - Custom — Write a static subject and body directly in the automation builder.
- AI-Generated — Provide a prompt and Parsa AI writes a personalized email at send time.
- From name and reply-to address (defaults to workspace settings)
- CC or BCC addresses
- Tracking: enable open and click tracking
Create Task
Create a task in the CRM linked to the enrolled record. Configuration:- Task name (supports template variables, e.g.,
Follow up with {{contact.firstName}}) - Assigned to: the record’s assigned user, a specific user, or round-robin
- Due date: relative (e.g., 2 days from now) or absolute
- Priority: low, medium, high
- Notes: additional task description
Change Stage
Update the stage of the enrolled record. Available for: Contacts (contact stage), Opportunities (pipeline stage), Cases (status), Leads (status). Use case: When a proposal is accepted, automatically advance the linked opportunity to Closed Won.Assign User
Change the assigned team member for the enrolled record. Modes:- Specific user — Always assign to the same person.
- Round-robin — Rotate assignments evenly across a selected group of users. See Round-Robin Assign.
Add Tag
Add one or more tags to the enrolled record. Use case: When a lead comes from a specific source, tag them with a segment label for later filtering.Create Note
Add an internal note to the enrolled record’s timeline. Configuration: The note content, which supports template variables. For example:
Automation enrolled: Lead came from {{lead.source}} on {{lead.createdAt}}.
Update Field
Set the value of any standard or custom field on the enrolled record. Configuration:- Select the field to update
- Set the new value (static or using a template variable)
closedDate field to today’s date.
Send Notification
Send an in-app notification to one or more team members. Configuration:- Recipients: specific users, the record’s assigned user, or all admins
- Message: notification text with variable support
- Link: optionally deep-link to the enrolled record
Webhook
Send an HTTP POST request to an external URL with payload data about the enrolled record. Configuration:- URL: the endpoint to POST to
- Headers: add custom headers (e.g.,
Authorization: Bearer <token>) - Payload: JSON body with template variable support
Send SMS
Send an SMS message to the enrolled record’s phone number via Twilio. Requirements: Twilio integration must be connected in Settings → Integrations. Configuration:- Message body (supports template variables, max 160 characters for a single segment)
Create Opportunity
Create a new opportunity linked to the enrolled record’s account. Configuration:- Opportunity name (supports variables, e.g.,
{{account.name}} — Upsell Q3) - Value
- Pipeline stage
- Assigned to
- Close date
Convert Lead to Contact
Convert the enrolled lead record to a contact, optionally creating an account and opportunity at the same time. Configuration:- Create account from lead’s company field (yes/no)
- Create opportunity (yes/no, with name and value)
- Contact stage for the new contact
Round-Robin Assign
Distribute assignments evenly across a group of team members. This action replaces the standard Assign User action when you want balanced lead distribution. Configuration:- Select the pool of users to rotate through
- Rotation method: strict round-robin (equal distribution) or weighted (assign more to specific users)
Round-robin state persists across all automations using the same pool. If three automations all use the same 3-person pool, assignments rotate across all three automations — not per-automation.
