APIv3-java-library/docs/GetEmailEventReportEvents.md at master · angelbirth/APIv3-java-library · GitHub
Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.46 KB

File metadata and controls

36 lines (29 loc) · 1.46 KB

GetEmailEventReportEvents

Properties

Name Type Description Notes
email String Email address which generates the event
date OffsetDateTime 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 EventEnum 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]

Enum: EventEnum

Name Value
BOUNCES "bounces"
HARDBOUNCES "hardBounces"
SOFTBOUNCES "softBounces"
DELIVERED "delivered"
SPAM "spam"
REQUESTS "requests"
OPENED "opened"
CLICKS "clicks"
INVALID "invalid"
DEFERRED "deferred"
BLOCKED "blocked"