MailSlurpAPI.Model.AbstractWebhookPayload (mailslurp v15.17.22)

Abstract webhook payload. Use the correct payload type for your webhook event type in order to access all the specific properties for that event. See the `NEW_EMAIL`,`NEW_CONTACT`, `NEW_ATTACHMENT` and `EMAIL_OPENED` payloads for the properties available for those events.

Summary

Types

@type t() :: %MailSlurpAPI.Model.AbstractWebhookPayload{
  eventName: String.t(),
  messageId: String.t(),
  webhookId: String.t(),
  webhookName: String.t() | nil
}