MailSlurpAPI.Api.WebhookController.get_webhooks
You're seeing just the function
get_webhooks
, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function
get_webhooks(connection, inbox_id, opts \\ [])
Specs
get_webhooks(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [MailSlurpAPI.Model.WebhookDto.t()]} | {:error, Tesla.Env.t()}
Get all Webhooks for an Inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, info} on failure