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
Agent UUID being configured as callback.
Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereMust be set to
application/jsonRequest body
Whether this agent should be marked as a callback agent.
Array of source agent UUIDs.
Statuses of source-agent calls that make a contact eligible for callback (e.g.,
["no_answer", "voicemail"]).