AI Phone Agents
Update an AI phone agent
PATCH
/
phone
/
{phone_agent_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Available options:
inbound
, outbound
The language the AI phone agent should mainly speak in
The accent the AI phone agent should mainly speak in
The phone number of the human agent to hand off the call to
Whether the agent can be interrupted or not
A list of action ids the AI phone agent has access to. A null
value means all actions. An empty list means no actions
A list of instructions
A list of fields to collect data about
The webhook url to send the collected data to
Was this page helpful?