-
public final class WebhookEmailOpenedPayloadEMAIL_OPENED webhook payload. Sent to your webhook url endpoint via HTTP POST when an email containing a tracking pixel is opened and the pixel image is loaded by a reader.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWebhookEmailOpenedPayload.EventNameName of the event type webhook is being triggered for. Values: eMAILRECEIVED,nEWEMAIL,nEWCONTACT,nEWATTACHMENT,eMAILOPENED,eMAILREAD
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimecreatedAtprivate final WebhookEmailOpenedPayload.EventNameeventNameprivate final UUIDinboxIdprivate final StringmessageIdprivate final UUIDpixelIdprivate final Stringrecipientprivate final UUIDsentEmailIdprivate final UUIDwebhookIdprivate final StringwebhookName
-
Constructor Summary
Constructors Constructor Description WebhookEmailOpenedPayload(OffsetDateTime createdAt, WebhookEmailOpenedPayload.EventName eventName, UUID inboxId, String messageId, UUID pixelId, String recipient, UUID sentEmailId, UUID webhookId, String webhookName)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetCreatedAt()final WebhookEmailOpenedPayload.EventNamegetEventName()final UUIDgetInboxId()final StringgetMessageId()final UUIDgetPixelId()final StringgetRecipient()final UUIDgetSentEmailId()final UUIDgetWebhookId()final StringgetWebhookName()-
-
Constructor Detail
-
WebhookEmailOpenedPayload
WebhookEmailOpenedPayload(OffsetDateTime createdAt, WebhookEmailOpenedPayload.EventName eventName, UUID inboxId, String messageId, UUID pixelId, String recipient, UUID sentEmailId, UUID webhookId, String webhookName)
- Parameters:
createdAt- Date time of event creationeventName- Name of the event type webhook is being triggered for.inboxId- Id of the inbox that received an emailmessageId- Idempotent message ID.pixelId- ID of the tracking pixelrecipient- Email address for the recipient of the tracking pixelsentEmailId- ID of sent emailwebhookId- ID of webhook entity being triggeredwebhookName- Name of the webhook being triggered
-
-
Method Detail
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getEventName
final WebhookEmailOpenedPayload.EventName getEventName()
-
getInboxId
final UUID getInboxId()
-
getMessageId
final String getMessageId()
-
getPixelId
final UUID getPixelId()
-
getRecipient
final String getRecipient()
-
getSentEmailId
final UUID getSentEmailId()
-
getWebhookId
final UUID getWebhookId()
-
getWebhookName
final String getWebhookName()
-
-
-
-