MailSlurpAPI.Model.CreateWebhookOptions (mailslurp v15.7.14)

Options for creating a webhook. Webhooks can be attached to inboxes and MailSlurp will POST a webhook payload to the URL specified whenever the inbox receives an email. Webhooks are great for processing many inbound emails.

Link to this section Summary

Link to this section Types

@type t() :: %MailSlurpAPI.Model.CreateWebhookOptions{
  basicAuth: BasicAuthOptions | nil,
  eventName: String.t() | nil,
  name: String.t() | nil,
  url: String.t()
}