The simplest voice workflow — call new leads automatically.
Trigger: Contact Created (or Tag Added, Form Submitted, etc.) → Wait: 2 minutes → Action: Place Call (Sympana) — select your voice connection → Action: Add Tag "ai-called"
Retry contacts who didn’t answer, up to 3 attempts.
Trigger: Call Completed (Sympana) → If/Else: user_spoke = false AND contact does NOT have tag "call-attempt-3" → Yes: → If contact has tag "call-attempt-2": Add Tag "call-attempt-3" → Stop → If contact has tag "call-attempt-1": Remove tag, Add Tag "call-attempt-2" → Else: Add Tag "call-attempt-1" → Wait: 4 hours → Action: Place Call (Sympana)
Only let AI respond to contacts you’ve explicitly approved.
Trigger: Message Received (Sympana) → If/Else: Contact has tag "ai_msg_enabled" → Yes: Action: Send AI Message (Sympana) → No: Do nothing (message goes to human inbox)
This is the recommended pattern for outbound messaging campaigns. Only tag the contacts you intentionally outbounded with ai_msg_enabled.
When a contact says “stop” or “unsubscribe”, block AI and notify the team.
Trigger: Message Received (Sympana) → If/Else: Message body contains "stop" OR "unsubscribe" OR "remove me" → Yes: → Add Tag "ai_msg_blocked" → Remove Tag "ai_msg_enabled" → Send SMS: "You've been removed from automated messages. A team member can still reach out if needed." → No: [continue to Send AI Message]
When the AI can’t help and requests a handoff, alert your team.
Trigger: Handoff Requested (Sympana) → Action: Add Tag "ai_msg_handoff" → Action: Assign contact to team member → Action: Send Internal Notification To: Team lead phone/email Body: "{{contact_first_name}} needs human help. Last message: {{message_body}}" → Action: Create Task Title: "Follow up with {{contact_first_name}}" Due: Today → Action: Send SMS to contact Body: "I'm connecting you with a team member now. They'll be with you shortly."