MailSlurpAPI.Model.WebhookBouncePayload (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.WebhookBouncePayload{
  bounceId: String.t(),
  bounceRecipients: [String.t()] | nil,
  eventName: String.t(),
  messageId: String.t(),
  sender: String.t(),
  sentToRecipients: [String.t()] | nil,
  webhookId: String.t(),
  webhookName: String.t() | nil
}