Mango9

Workflow Automation

Create, configure, and manage automated workflows to streamline your operations.

Creating a Workflow

  1. 1

    Navigate to Workflows

    Go to Sidebar > Workflows > All Workflows

  2. 2

    Click Create Workflow

    Choose to start from scratch or use a template

  3. 3

    Name Your Workflow

    Give it a descriptive name (e.g., "New Lead Welcome SMS")

  4. 4

    Select a Trigger

    Choose the event that starts this workflow

  5. 5

    Add Actions

    Define what happens when the trigger fires

  6. 6

    Activate

    Turn on the workflow to start processing events

Workflow Components

Triggers

Events that start the workflow (lead created, SMS received, etc.)

Conditions

Filters that determine if the workflow should proceed

Actions

Tasks executed when conditions are met (send SMS, update record, etc.)

Delays

Wait periods between actions (minutes, hours, or days)

Managing Workflows

Activate / Deactivate

Turn workflows on or off without deleting them.

Duplicate

Create a copy of an existing workflow to modify.

Edit

Modify triggers, conditions, and actions anytime.

Delete

Permanently remove a workflow.

Example Workflows

Welcome New Lead

Automatically send a welcome SMS when a new lead is created.

Trigger: lead_createdAction: Send SMS

Appointment Reminder

Send reminder SMS 24 hours before appointment.

Trigger: appointment_scheduledDelay: 24h beforeAction: Send SMS

Low Balance Alert

Notify admin when a buyer's balance drops below $50.

Trigger: balance_lowAction: Send Email

Lead Routing Failed

Alert team when a lead cannot be sold to any buyer.

Trigger: lead_couldnt_sellAction: Send Webhook