Post-Call Follow-Up
The Post-Call Follow-Up tool triggers automated actions after a call ends. Send the caller a summary email, a confirmation SMS, update your CRM, or notify your team — all without manual work.Actions You Can Trigger
| Action | Description |
|---|---|
| Send email | Email a call summary, confirmation, or follow-up to the caller or your team |
| Send SMS | Text the caller with next steps, confirmation details, or a link |
| Webhook | POST call data to any external URL (CRM, helpdesk, analytics) |
| Create task | Automatically create a follow-up task in your project management tool |
Configuration
Via the Dashboard
- Open your agent and scroll to Voice Settings.
- Enable Post-Call Follow-Up.
- Add one or more actions:
- To: caller’s email (collected during call) or a fixed address
- Subject template:
Your call with {agent_name} — Summary - Body template: Include call summary, next steps, and links
- To: caller’s phone number
- Message template:
Thanks for calling! Here's your confirmation: {details}
- URL: your endpoint
- Payload: call transcript, summary, metadata
- Click Save.
Via the API
Webhook Payload
When a call ends, your webhook receives:Template Variables
Use these variables in your email and SMS templates:| Variable | Description |
|---|---|
agent_name | Your agent’s name |
call_id | Unique call identifier |
caller_number | Caller’s phone number |
caller_name | Caller’s name (if collected) |
caller_email | Caller’s email (if collected) |
duration | Call duration in minutes |
summary | AI-generated call summary |
date | Date of the call |
details | Key details extracted from the call |
agent_name becomes {{agent_name}}.
