MailSlurpAPI.Api.WebhookController.get_webhook_result
You're seeing just the function
get_webhook_result
, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function
get_webhook_result(connection, webhook_result_id, opts \\ [])
Specs
get_webhook_result(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.WebhookResultEntity.t()} | {:error, Tesla.Env.t()}
Get a webhook result for a webhook
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- webhook_result_id (String.t): Webhook Result ID
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure