MailSlurp::Object::WebhookBouncePayload
Load the model package
use MailSlurp::Object::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 | 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 | ARRAY[string] | Email sent to recipients | [optional] |
sender | string | Sender causing bounce | |
bounce_recipients | ARRAY[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 ]