Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 985 Bytes

File metadata and controls

32 lines (20 loc) · 985 Bytes

WebhookPayloadCallReceivedCall

Properties

Name Type Description Notes
id String Internal Zernio Call doc id [optional]
metaCallId String Meta wacid.* call id when known [optional]
accountId String [optional]
phoneNumberId String Meta phone_number_id [optional]
direction DirectionEnum [optional]
from String Consumer wa_id / E.164 [optional]
to String Business number (E.164) [optional]
forwardTo String Destination snapshot at routing time [optional]
contactId String [optional]
conversationId String [optional]
startedAt OffsetDateTime [optional]

Enum: DirectionEnum

Name Value
INBOUND "inbound"
OUTBOUND "outbound"