WebhookBouncePayload
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 | String[] | Email sent to recipients | [optional] |
VarSender | 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] |
Examples
$WebhookBouncePayload = Initialize-maislurp-client-powershellWebhookBouncePayload -MessageId null `
-WebhookId null `
-EventName null `
-WebhookName null `
-BounceId null `
-SentToRecipients null `
-VarSender null `
-BounceRecipients null
- Convert the resource to JSON
$WebhookBouncePayload | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]