Skip to main content
PUT

Update Callback Sources

Replace the list of source agents associated with this callback agent. The provided list completely replaces the existing one.

Endpoint

Path parameters

string
required
UUID of the callback agent.

Request headers

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

Request body

array
required
New full list of outbound agent UUIDs that should route callbacks here. Must contain at least one entry.

Examples

Response

Notes

  • This is a replace operation, not append. To remove all sources but keep the callback role, send an empty array — but note that an empty array fails validation; use Remove Callback Role instead.
  • To add or remove individual sources, fetch the current list with Get Callback Agent, modify it, then send the full updated list here.