Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 10.1 KB

File metadata and controls

29 lines (25 loc) · 10.1 KB

EmailHistoryJson

Email History record.

Fields

Field Type Required Description Example
created OffsetDateTime The ISO 8601 zoned date time when this record was created. 2017-01-02T02:00:00Z
createdBy Optional<String> The identifier of the user that created this record. hporter
lastModified OffsetDateTime The ISO 8601 zoned date time when this record was updated. 2019-02-12T03:00:00Z
lastModifiedBy Optional<String> The identifier of the user that last updated this record. hporter
id Optional<String> Unique Id of an email history record. kn4rznpgm2cx43-qx47948p
event Optional<EmailHistoryJsonEvent> Event Id for email history record.
contact Optional<EmailHistoryJsonContact> Contact Id for email history record.
attendee Optional<EmailHistoryJsonAttendee> Attendee Id for email history record.
subject Optional<String> Subject of the email. Event Invitation
from Optional<String> From email address of the email. example@example.com
to Optional<String> Recipient address of the email. example@example.com
type Optional<EmailTypeJson1> Denotes the type of the email. Invitation
sent OffsetDateTime The ISO 8601 zoned date time when this email was sent. 2017-01-02T02:30:00Z
status Optional<EmailStatusJson> This is used to denote the status of the email sending Sent
undeliverable Optional<Boolean> Flag to indicate if email was undelivered. false
opened Optional<Boolean> Flag to indicate if email was opened. false
firstOpened OffsetDateTime The ISO 8601 zoned date time when the email was first opened. 2017-01-02T02:30:00Z
clicked Optional<Boolean> Flag to indicate if any link in the email was clicked. false
firstClicked OffsetDateTime The ISO 8601 zoned date time when any link in the email was first clicked. 2017-01-02T02:30:00Z
bounced Optional<Boolean> Flag to indicate if the email was bounced. false