WebhookEmailOpenedPayload
EMAIL_OPENED webhook payload. Sent to your webhook url endpoint via HTTP POST when an email containing a tracking pixel is opened and the pixel image is loaded by a reader.
Properties
Name | Type | Description | Notes |
---|---|---|---|
message_id | str | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhook_id | str | ID of webhook entity being triggered | |
event_name | str | Name of the event type webhook is being triggered for. | |
webhook_name | str | Name of the webhook being triggered | [optional] |
inbox_id | str | Id of the inbox | |
pixel_id | str | ID of the tracking pixel | |
sent_email_id | str | ID of sent email | |
recipient | str | Email address for the recipient of the tracking pixel | |
created_at | datetime | Date time of event creation |