MailSlurpAPI.Model.WebhookEmailOpenedPayload (mailslurp v15.17.22)

EMAIL_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.

Summary

Types

@type t() :: %MailSlurpAPI.Model.WebhookEmailOpenedPayload{
  createdAt: DateTime.t(),
  eventName: String.t(),
  inboxId: String.t(),
  messageId: String.t(),
  pixelId: String.t(),
  recipient: String.t(),
  sentEmailId: String.t(),
  webhookId: String.t(),
  webhookName: String.t() | nil
}