WebhookBouncePayload
Properties
Name | Type | Description | Notes |
message_id | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhook_id | String | ID of webhook entity being triggered | |
event_name | String | Name of the event type webhook is being triggered for. | |
webhook_name | Option<String> | Name of the webhook being triggered | [optional] |
bounce_id | String | ID of the bounce email record. Use the ID with the bounce controller to view more information | |
sent_to_recipients | Option<Vec> | Email sent to recipients | [optional] |
sender | String | Sender causing bounce | |
bounce_recipients | Option<Vec> | 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 ]