Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 713 Bytes

File metadata and controls

26 lines (14 loc) · 713 Bytes

WebhookPayloadCallReceived

Webhook payload for the call.received event. Fires for both inbound (UIC) and outbound (BIC) calls; branch on call.direction to tell them apart.

Properties

Name Type Description Notes
id String Stable webhook event ID
event EventEnum
call WebhookPayloadCallReceivedCall
account InboxWebhookAccount
timestamp OffsetDateTime

Enum: EventEnum

Name Value
CALL_RECEIVED "call.received"