WebhookBouncePayload
Properties
Name | Type | Description | Notes |
messageId | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhookId | UUID | 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] |
bounceId | UUID | ID of the bounce email record. Use the ID with the bounce controller to view more information | |
sentToRecipients | [String] | Email sent to recipients | [optional] |
sender | String | Sender causing bounce | |
bounceRecipients | [String] | Email addresses that resulted in a bounce or email being rejected. Please save these recipients and avoid emailing them in the future to maintain your reputation. | [optional] |
[Back to Model list] [Back to API list] [Back to ]