Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.05 KB

GetSmsEventReportEvents.md

File metadata and controls

31 lines (24 loc) · 1.05 KB

GetSmsEventReportEvents

Properties

Name Type Description Notes
phoneNumber String Phone number which has generated the event [optional]
date String UTC date-time on which the event has been generated [optional]
messageId String Message ID which generated the event [optional]
event EventEnum Event which occurred [optional]
reason String Reason of bounce (only available if the event is hardbounce or softbounce) [optional]
reply String [optional]
tag String Tag of the SMS which generated the event [optional]

Enum: EventEnum

Name Value
BOUNCES "bounces"
HARDBOUNCES "hardBounces"
SOFTBOUNCES "softBounces"
DELIVERED "delivered"
SENT "sent"
ACCEPTED "accepted"
UNSUBSCRIPTION "unsubscription"
REPLIES "replies"
BLOCKED "blocked"