Back to docs
Automations
Examples & templates
Copy-paste automation templates for the most common support scenarios.
Automation examples & templates
1 - Auto-assign new widget chats
Goal: Route every live-chat conversation to the first available agent.
- Trigger: Conversation created
- Conditions: Channel is Widget
- Action: Assign to agent (round-robin)
2 - Label billing questions
Goal: Tag any conversation mentioning billing so it's easy to filter.
- Trigger: Message received
- Conditions: Message content contains "invoice" OR "payment" OR "billing"
- Action: Add tag "billing"
3 - Send a welcome message
Goal: Greet every new customer instantly.
- Trigger: Conversation created
- Conditions: Channel is Widget
- Action: Send message - "Hi {{contact.name}}! Thanks for reaching out. We'll be with you shortly. 👋"
4 - Escalate urgent tickets
Goal: Make sure urgent conversations always land with a senior agent.
- Trigger: Priority changed
- Conditions: Priority is Urgent
- Action: Assign to senior-agent
5 - Close idle conversations
Goal: Automatically resolve conversations with no activity for 48 hours.
- Trigger: No reply for 48 hours
- Conditions: Status is Open
- Action: Resolve conversation; Send message - "We're closing this conversation due to inactivity. Feel free to start a new chat any time."