Callback Agents
Check Callback Constraints
Validate a proposed callback configuration before saving
POST
Check Callback Constraints
Validate a proposed callback configuration without persisting changes. Useful to surface errors in the UI before submitting Set Agent as Callback or Update Callback Sources.Endpoint
Path parameters
string
required
Agent UUID being configured as callback.
Request headers
string
required
Bearer token. Format:
Bearer talq_your_environment_token_herestring
required
Must be set to
application/jsonRequest body
boolean
Whether this agent should be marked as a callback agent.
array
Array of source agent UUIDs.
array
Statuses of source-agent calls that make a contact eligible for callback (e.g.,
["no_answer", "voicemail"]).