Skip to main content
PUT

Update Agent Calling Settings

Update the call direction (inbound/outbound) and the phone numbers assigned to the agent.

Endpoint

Path parameters

string
required
The unique identifier of the voice agent to update.

Request headers

string
required
Bearer token for authentication. Format: Bearer talq_your_environment_token_here
string
required
Must be set to application/json

Request body Parameters

string
required
Call direction. Options: inbound, outbound.
array
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.