The greeting is the first thing your agent says when a conversation begins. A well-crafted greeting sets the tone, builds trust, and lets the user know how to engage.
The agent_greeting Field
Set the greeting message via the update-agent endpoint. Use the Authorization: Token prefix for API keys.
cURL
is_agent_greet_first
This boolean controls who speaks first when a call connects.
true
Outbound / proactiveThe agent immediately speaks the greeting as soon as the line connects.
- Best for: Outbound sales campaigns
- Tip: Make sure to introduce the company
false
Inbound / reactiveThe agent waits silently for the user to speak first. If the user stays silent, the agent may prompt them.
- Best for: Customer support hotline
- Tip: Let the caller explain their issue
Full Greeting Configuration
Put it all together in one API call:
cURL
Last updated: March 2026
Last modified on

