mailslurp_netstandard_2x.Model.WebhookBounceRecipientPayload
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.
Properties
Name | Type | Description | Notes |
---|---|---|---|
MessageId | string | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
WebhookId | Guid | ID of webhook entity being triggered | |
EventName | string | Name of the event type webhook is being triggered for. | |
WebhookName | string | Name of the webhook being triggered | [optional] |
Recipient | string | Email address that caused a bounce. Make note of the address and try not to message it again to preserve your reputation. |