Search
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.
@type t() :: %MailSlurpAPI.Model.WebhookBounceRecipientPayload{ eventName: String.t(), messageId: String.t(), recipient: String.t(), webhookId: String.t(), webhookName: String.t() | nil }