WebhookEmailOpenedPayload
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] |
InboxId | String | Id of the inbox | |
PixelId | String | ID of the tracking pixel | |
SentEmailId | String | ID of sent email | |
Recipient | String | Email address for the recipient of the tracking pixel | |
CreatedAt | System.DateTime | Date time of event creation | |
Examples
$WebhookEmailOpenedPayload = Initialize-maislurp-client-powershellWebhookEmailOpenedPayload -MessageId null `
-WebhookId null `
-EventName null `
-WebhookName null `
-InboxId null `
-PixelId null `
-SentEmailId null `
-Recipient null `
-CreatedAt null
- Convert the resource to JSON
$WebhookEmailOpenedPayload | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]