Module mailslurp::apis::webhook_controller_api[][src]

Structs

CreateWebhookParams

struct for passing parameters to the method create_webhook

DeleteWebhookParams

struct for passing parameters to the method delete_webhook

GetAllWebhooksParams

struct for passing parameters to the method get_all_webhooks

GetWebhookParams

struct for passing parameters to the method get_webhook

GetWebhooksParams

struct for passing parameters to the method get_webhooks

SendTestDataParams

struct for passing parameters to the method send_test_data

Enums

CreateWebhookError

struct for typed errors of method create_webhook

DeleteWebhookError

struct for typed errors of method delete_webhook

GetAllWebhooksError

struct for typed errors of method get_all_webhooks

GetWebhookError

struct for typed errors of method get_webhook

GetWebhooksError

struct for typed errors of method get_webhooks

SendTestDataError

struct for typed errors of method send_test_data

Functions

create_webhook

Get notified whenever an inbox receives an email via a WebHook URL. An emailID will be posted to this URL every time an email is received for this inbox. The URL must be publicly reachable by the MailSlurp server. You can provide basicAuth values if you wish to secure this endpoint.

delete_webhook
get_all_webhooks

List webhooks in paginated form. Allows for page index, page size, and sort direction.

get_webhook
get_webhooks
send_test_data