Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.19 KB

GetWhatsappEventReportEvents.md

File metadata and controls

30 lines (23 loc) · 1.19 KB

GetWhatsappEventReportEvents

Properties

Name Type Description Notes
contactNumber String WhatsApp Number with country code. Example, 85264318721
date String UTC date-time on which the event has been generated
messageId String Message ID which generated the event
event EventEnum Event which occurred
reason String Reason for the event (will be there in case of `error` and `soft-bounce` events) [optional]
body String Text of the reply (will be there only in case of `reply` event with text) [optional]
mediaUrl String Url of the media reply (will be there only in case of `reply` event with media) [optional]
senderNumber String WhatsApp Number with country code. Example, 85264318721

Enum: EventEnum

Name Value
SENT "sent"
DELIVERED "delivered"
READ "read"
ERROR "error"
UNSUBSCRIBE "unsubscribe"
REPLY "reply"
SOFT_BOUNCE "soft-bounce"