Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.67 KB

GetEmailEventReportEvents.md

File metadata and controls

53 lines (31 loc) · 1.67 KB

SibApiV3Sdk.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 Number ID of the template (only available if the email is template based) [optional]

Enum: EventEnum

  • bounces (value: "bounces")

  • hardBounces (value: "hardBounces")

  • softBounces (value: "softBounces")

  • delivered (value: "delivered")

  • spam (value: "spam")

  • requests (value: "requests")

  • opened (value: "opened")

  • clicks (value: "clicks")

  • invalid (value: "invalid")

  • deferred (value: "deferred")

  • blocked (value: "blocked")

  • unsubscribed (value: "unsubscribed")

  • error (value: "error")

  • loadedByProxy (value: "loadedByProxy")