Skip to content

Creating Automations

Learn how to create automations that will automatically handle common conversation scenarios and pipeline management.

Quick Reference - Need a refresher? Follow the step-by-step process below.

  1. Open Automations

    • Go to /automations or navigate to the Automations section
  2. Click + Create Event

    • This opens the automation creation interface
  3. Name the Event

    • Use a clear, descriptive name like “Wrong Phone Number” or “Engaged Intent to Buy”
  4. Provide a Brief Description

    • Write an internal reference description of what this automation does
    • This helps your team understand the automation’s purpose
  5. Select Trigger Type

    • Choose between inbound message (customer) or outbound message (agent)
    • Tip: Default to outbound AI for higher precision; use inbound only when you need immediate reaction to client phrases
  6. Select ‘Event Logic’

    • This is where you define when the automation should trigger
  7. Write Detailed Event Logic

    • Write a detailed description of when this event should trigger
    • Provide example scenarios of what should and shouldn’t trigger it
  8. Select ‘Actions’

    • Choose what should happen when the automation triggers
  9. Select Desired Actions

    • Pick from options like moving pipeline stages, turning Auto Pilot on/off, etc.
  10. Add Field Conditions (if applicable)

    • Set any additional conditions that must be met
  11. Set Max Transition Limits

    • Decide whether this event should trigger multiple times or just once per contact
    • Default: Once per contact
  12. Select Pipeline Stages

    • Choose which pipeline stage(s) where the automation should be allowed to trigger
  13. Save and Test

    • Save your automation and test it with a sample conversation with yourself

Inbound Messages (Customer Triggers):

  • Fires when a customer sends a message that matches your conditions
  • Use for immediate reactions to customer phrases
  • Example: Customer says “I’m interested” → Move to Engaged stage

Outbound Messages (Agent Triggers):

  • Fires when your agent sends a specific type of message
  • Higher precision and more reliable
  • Example: Agent sends wrong number message → Turn off Auto Pilot

Be Specific:

  • Describe exactly what words or phrases should trigger the automation
  • Include examples of messages that SHOULD trigger
  • Include examples of messages that should NOT trigger

Example Format:

Monitor the conversation for when the client shows clear buying intent.
SHOULD trigger on:
- "I'm interested"
- "Tell me more"
- "What do you have?"
- "I need a truck"
Should NOT trigger on:
- "No thanks"
- "I'm good"
- "Not right now"

Common Actions:

  • Move Status: Change the contact’s pipeline stage
  • Enable/Disable Auto Pilot: Turn automated responses on or off
  • Send Message: Send a specific message to the customer
  • Create Task: Generate a task for your team
  • Update Fields: Modify contact information

Action Combinations: Most automations combine multiple actions:

  • Move to “Engaged” stage AND turn Auto Pilot ON
  • Move to “Wrong Number” stage AND turn Auto Pilot OFF
  • Move to “Needs Call” stage AND create a task for the team

Field conditions add extra requirements that must be met before the automation triggers.

Common Conditions:

  • Source Status: Only trigger if contact is in specific stages like “New Contact” or “Engaged”

This controls how often the automation can trigger for the same contact:

Once Per Contact (Recommended):

  • Automation only fires one time for each contact
  • Prevents loops and repeated actions
  • Best for most scenarios

Multiple Times:

  • Automation can fire multiple times for the same contact
  • Use carefully to avoid unwanted repetition
  • Good for ongoing monitoring scenarios

Select which stages the automation should monitor:

Single Stage:

  • Automation only works when contact is in one specific stage
  • More precise control
  • Example: Only trigger “Credit Permission” automation when in “Engaged” stage

Multiple Stages:

  • Automation works across several stages
  • Broader coverage
  • Example: “Wrong Number” automation works in any stage

Once you’ve created your automation, make sure to test it thoroughly using the guidelines in Testing before activating it with real customers.