Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.29 KB

GetEmailEventReportEvents.md

File metadata and controls

19 lines (16 loc) · 1.29 KB

sib_api_v3_sdk.Model.GetEmailEventReportEvents

Properties

Name Type Description Notes
Email string Email address which generates the event
Date string UTC date-time on which the event has been generated
Subject string Subject of the event [optional]
MessageId string Message ID which generated the event
Event string Event which occurred
Reason string Reason of bounce (only available if the event is hardbounce or softbounce) [optional]
Tag string Tag of the email which generated the event [optional]
Ip string IP from which the user has opened the email or clicked on the link (only available if the event is opened or clicks) [optional]
Link string The link which is sent to the user (only available if the event is requests or opened or clicks) [optional]
From string Sender email from which the emails are sent [optional]
TemplateId long? ID of the template (only available if the email is template based) [optional]

[Back to Model list] [Back to API list] [Back to README]