MailSlurpAPI.Model.WebhookBounceRecipientPayload (mailslurp v15.17.22)

BOUNCE_RECIPIENT webhook payload. Sent to your webhook url endpoint via HTTP POST when an email caused a bounce to occur for a recipient. Save the recipient to a ban list of your server and avoid email them again.

Summary

Types

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