webchat.call.transferred webhook event is triggered when a transfer call happens
in a webchat session. This event fires instead of the lead-webhook call.transferred
event for webchat-originated calls.
Payload
Properties
| Property | Type | Description |
|---|---|---|
event | string | The webhook event type (webchat.call.transferred). |
data.sessionId | string | The unique identifier for the webchat session. |
data.orgId | string | The Apten organization ID that owns the session. |
data.profile | string | The name of the webchat profile that handled the session. |
data.origin | string | The URL of the page where the webchat widget was opened. Only included if set. |
data.callId | string | The unique identifier for the call being transferred. |
data.transferType | string | The type of transfer: WARM (with introduction) or COLD (direct). |
data.transferTo | string | The phone number or identifier of the transfer destination. |
timestamp | string | The ISO 8601 timestamp when the webhook was sent. |

