Agents
Update Agent Calling Settings
Update an agent’s call direction and assigned phone numbers
PUT
Update Agent Calling Settings
Update the call direction (inbound/outbound) and the phone numbers assigned to the agent.Endpoint
Path parameters
The unique identifier of the voice agent to update.
Request headers
Bearer token for authentication. Format:
Bearer talq_your_environment_token_hereMust be set to
application/jsonRequest body Parameters
Call direction. Options:
inbound, outbound.Array of phone number UUIDs to assign to the agent.
Examples
Response
Notes
- Setting
direction: "inbound"configures the agent to receive calls on the assigned numbers. - Setting
direction: "outbound"configures the agent to place calls from the assigned numbers. - Phone numbers must already exist in your environment. Use the List Phone Numbers endpoint to retrieve available IDs.