MailSlurpAPI.Model.WebhookBounceRecipientPayload (mailslurp v15.7.12)

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.

Link to this section Summary

Link to this section Types

@type t() :: %MailSlurpAPI.Model.WebhookBounceRecipientPayload{
  eventName: String.t(),
  messageId: String.t(),
  recipient: String.t(),
  webhookId: String.t(),
  webhookName: String.t() | nil
}