Multi-step automation flows triggered by events or rules. Each step has a channel, a delay, and either a prompt template or static content.
Multi-step automation flows triggered by events or rules. Each step has a channel, a delay, and either a prompt template or static content.
Event-driven rules that execute actions when a trigger event fires. Use the AI builder for help drafting them.
// conditions example:
{ "all": [ {"goal.reached": false}, {"lead.has_email": true} ] }
// actions example (FLAT — no nested params):
[
{ "type": "send_message", "channel": "email", "body": "Hi {{ lead.name }}" }
]
| Name | Trigger Event | Active | Cooldown | # Actions | Actions |
|---|
message.received, quote.sent, appointment.booked, goal.reached, stage.changed