mailslurp 12.8.4

Official MailSlurp Email API Client
Documentation
# WebhookEmailOpenedPayload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> | Date time of event creation | [optional]
**event_name** | Option<**String**> | Name of the event type webhook is being triggered for. | [optional]
**inbox_id** | Option<**String**> | Id of the inbox that received an email | [optional]
**message_id** | Option<**String**> | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | [optional]
**pixel_id** | Option<**String**> | ID of the tracking pixel | [optional]
**recipient** | Option<**String**> | Email address for the recipient of the tracking pixel | [optional]
**sent_email_id** | Option<**String**> | ID of sent email | [optional]
**webhook_id** | Option<**String**> | ID of webhook entity being triggered | [optional]
**webhook_name** | Option<**String**> | Name of the webhook being triggered | [optional]

[[Back to Model list]](../README#documentation-for-models) [[Back to API list]](../README#documentation-for-api-endpoints) [[Back to README]](../README)