MailSlurpAPI.Model.WebhookEmailReadPayload (mailslurp v15.17.22)

EMAIL_READ webhook payload. Sent to your webhook url endpoint via HTTP POST when an email is read. This happens when an email is requested in full from the API or a user views the email in the dashboard.

Summary

Types

@type t() :: %MailSlurpAPI.Model.WebhookEmailReadPayload{
  createdAt: DateTime.t(),
  emailId: String.t(),
  emailIsRead: boolean(),
  eventName: String.t(),
  inboxId: String.t(),
  messageId: String.t(),
  webhookId: String.t(),
  webhookName: String.t() | nil
}