Partially update an existing voice AI agent
Access Token or Private Integration Token
API Version
2021-04-15 Unique agent identifier
"507f1f77bcf86cd799439011"
Location ID
"LOC123456789ABCDEF"
Display name for the voice AI agent, between 1-40 characters. Default: "My Agent {random 3 digit number}"
1 - 40"Customer Support Agent"
Name of the business this agent represents. Default: Uses location name
1"Acme Corporation"
Initial greeting spoken when the agent answers calls. Default: Auto generated
1 - 190"Hello! Thank you for calling Acme Corporation. How can I assist you today?"
Custom instructions defining the agent's behavior and personality. Default: Basic prompt generated automatically
"You are a helpful customer service representative. Always be polite and professional."
Identifier for the speech synthesis voice from available voice options. Default: Auto generated
"507f1f77bcf86cd799439011"
Language code for the agent's speech and understanding. Default: "en-US"
en-US, pt-BR, es, fr, de, it, nl-NL, multi "en-US"
Tolerance level for caller response delays. Default: "high"
low, medium, high "low"
Maximum call duration in seconds, between 180-900 (3-15 minutes). Default: 300 seconds (5 minutes)
180 <= x <= 900600
Enables automatic reminders when callers are silent. Default: true
true
Seconds to wait before sending idle reminders, between 1-20. Default: 8 seconds
1 <= x <= 205
Phone number for receiving inbound calls to this agent. Default: null
"+1234567890"
Identifier for the number pool managing phone number allocation. Default: null
"pool_507f1f77bcf86cd799439011"
Array of workflow IDs to trigger automatically when calls end. Default: []
10[
"wf_507f1f77bcf86cd799439011",
"wf_507f1f77bcf86cd799439012"
]Configuration for post-call email notifications to various recipients. Default: []
Time intervals defining when the agent accepts calls, organized by day of week. Default: [] (available 24/7)
IANA timezone identifier affecting working hours and scheduling. Default: Location timezone
^[A-Za-z_]+/[A-Za-z_]+$"America/New_York"
Prevents this agent from being used as a fallback option. Default: false (Available as backup agent)
false
Language translation settings including enablement flag and target language code. Rules: (1) translation.enabled can only be true if the agent's language is not en-US; (2) when enabled, translation.language must be either the agent's language or en-US; (3) when enabled, translation.language is required.
Agent updated successfully
Unique identifier for the created agent
"507f1f77bcf86cd799439011"
Unique identifier for the location where this agent operates
"LOC123456789ABCDEF"
Display name of the voice AI agent
"Customer Support Agent"
Name of the business this agent represents
"Acme Corporation"
Greeting message spoken when the agent answers calls
"Hello! Thank you for calling. How can I assist you today?"
Custom instructions defining the agent's behavior
"You are a helpful customer service representative."
Identifier for the speech synthesis voice being used
"507f1f77bcf86cd799439011"
Language code for the agent's speech and understanding
"en-US"
Current tolerance level for caller response delays
"medium"
Maximum call duration in seconds, between 180-900
180 <= x <= 900600
Indicates whether automatic idle reminders are enabled
true
Seconds to wait before sending idle reminders, between 1-20
1 <= x <= 205
IANA timezone identifier for working hours and scheduling
"America/New_York"
Indicates whether this agent is excluded from backup scenarios
false
Phone number for receiving inbound calls
"+1234567890"
Identifier for the number pool managing this agent's phone allocation
"pool_507f1f77bcf86cd799439011"
Array of workflow IDs triggered automatically when calls end
[]Current post-call notification settings including recipient configuration
Time intervals when the agent accepts calls, organized by day of week
[]Current language translation settings including enablement status and target language