app_config.webhook_config.
Payload schema
ID of the agent
Version of the agent
Unique identifier for this call attempt
Campaign this attempt belongs to
Cohort this attempt belongs to
Outcome of the call. One of:
completed, partial, failedWhether the call connected. One of:
connected, busy, no_answer, failed, or nullNext action for the retry engine (
retry, reschedule, business_retry, short_duration_retry, provider_error_retry, internal_error_retry), or null if terminalReason for failure, if applicable
Unique identifier for the user (from cohort transformation config)
Phone number of the user in E.164 format
Phone number used by the agent for the call
Call duration in seconds.
null if the call did not connect.Unique interaction ID for retrieving transcripts and recordings.
null if the call did not connect.Which attempt this is (0 = first attempt, 1 = first retry, etc.)
Timestamp when the call was executed (ISO 8601)
Agent variables passed to the call from the cohort
Agent variables at the end of the conversation.
null if the call did not connect.Transcript of the conversation as a list of turns. Each turn has
role ("agent" or "user") and en_text. null if the call did not connect.Custom metadata from the webhook configuration