Search
EMAIL_READ webhook payload. Sent to your webhook url endpoint via HTTP POST when an email is read. This happens when an email is requested in full from the API or a user views the email in the dashboard.
@type t() :: %MailSlurpAPI.Model.WebhookEmailReadPayload{ createdAt: DateTime.t(), emailId: String.t(), emailIsRead: boolean(), eventName: String.t(), inboxId: String.t(), messageId: String.t(), webhookId: String.t(), webhookName: String.t() | nil }