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
appointment.created
Condition
calendar = Front Desk
Send Confirmation
booking details to the caller
Log Outcome
appointment_booked on the contact
Notify Team
Slack #bookings
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)
