mailslurp.model.WebhookEmailOpenedPayload
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] |
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 | DateTime | Date time of event creation | |
[Back to Model list] [Back to API list] [Back to ]