mailslurp.model.WebhookBouncePayload
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
messageId | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhookId | String | 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 | String | ID of the bounce email record. Use the ID with the bounce controller to view more information | |
sentToRecipients | List | | [optional] [default to const []] |
sender | String | | |
bounceRecipients | List | 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] [default to const []] |
[Back to Model list] [Back to API list] [Back to ]