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