MailSlurpAPI.Api.WebhookController.get_test_webhook_payload_new_email

You're seeing just the function get_test_webhook_payload_new_email, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function

get_test_webhook_payload_new_email(connection, opts \\ [])

Specs

get_test_webhook_payload_new_email(Tesla.Env.client(), keyword()) ::
  {:ok, MailSlurpAPI.Model.WebhookNewEmailPayload.t()} | {:error, Tesla.Env.t()}

Get webhook test payload for new email event

Parameters

  • connection (MailSlurpAPI.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters

    Returns

} on success {:error, info} on failure