Workflows
Automate your operations with event-driven Workflows — chain steps together that fire when contacts, appointments, messages, and calls happen, then watch each run execute step by step.
Trigger
contact.created
Condition
lead_source = website
Assign Agent
Front Desk Agent
Place AI Call
outbound qualification
Notify Team
Slack #leads
Complete
execution finished
Available Triggers
Contact Created
contact.createdA new contact is added to the sub-account.
Appointment Created
appointment.createdAn appointment is booked on any calendar.
Message Received
message.receivedAn inbound message arrives on any channel.
Call Completed
call.completedAn AI voice call finishes with an outcome.
Custom Event
custom.eventYour own event posted to the workflow webhook.
Workflows
Workflow Executions
Workflow Triggers
Contact Created Trigger
/v1/workflows (trigger: contact.created)
Appointment Created Trigger
/v1/workflows (trigger: appointment.created)
Message Received Trigger
/v1/workflows (trigger: message.received)
Call Completed Trigger
/v1/workflows (trigger: call.completed)
Custom Event Trigger
/v1/workflows (trigger: custom.event)