MailSlurpAPI.Api.WebhookController.get_test_webhook_payload_new_attachment
You're seeing just the function
get_test_webhook_payload_new_attachment
, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function
get_test_webhook_payload_new_attachment(connection, opts \\ [])
Specs
get_test_webhook_payload_new_attachment(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.WebhookNewAttachmentPayload.t()} | {:error, Tesla.Env.t()}
Get webhook test payload for new attachment event
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure