Webhook payload for the call.received event. Fires for both inbound (UIC) and outbound (BIC) calls; branch on call.direction to tell them apart.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Stable webhook event ID | |
| event | EventEnum | ||
| call | WebhookPayloadCallReceivedCall | ||
| account | InboxWebhookAccount | ||
| timestamp | OffsetDateTime |
| Name | Value |
|---|---|
| CALL_RECEIVED | "call.received" |