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

Structs

struct for passing parameters to the method create_webhook

struct for passing parameters to the method delete_webhook

struct for passing parameters to the method get_all_webhook_results

struct for passing parameters to the method get_all_webhooks

struct for passing parameters to the method get_inbox_webhooks_paginated

struct for passing parameters to the method get_test_webhook_payload

struct for passing parameters to the method get_webhook

struct for passing parameters to the method get_webhook_result

struct for passing parameters to the method get_webhook_results

struct for passing parameters to the method get_webhooks

struct for passing parameters to the method send_test_data

Enums

struct for typed errors of method create_webhook

struct for typed errors of method delete_webhook

struct for typed errors of method get_all_webhook_results

struct for typed errors of method get_all_webhooks

struct for typed errors of method get_inbox_webhooks_paginated

struct for typed errors of method get_test_webhook_payload_email_opened

struct for typed errors of method get_test_webhook_payload

struct for typed errors of method get_test_webhook_payload_new_attachment

struct for typed errors of method get_test_webhook_payload_new_contact

struct for typed errors of method get_test_webhook_payload_new_email

struct for typed errors of method get_webhook

struct for typed errors of method get_webhook_result

struct for typed errors of method get_webhook_results

struct for typed errors of method get_webhooks

struct for typed errors of method send_test_data

Functions

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.

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