mailslurp 11.4.0

Official MailSlurp Email API Client
Documentation
# CreateWebhookOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**basic_auth** | Option<[**crate::models::BasicAuthOptions**]BasicAuthOptions.md> |  | [optional]
**name** | Option<**String**> | Optional name for the webhook | [optional]
**url** | Option<**String**> | Public URL on your server that MailSlurp can post WebhookNotification payload to when an email is received. The payload of the submitted JSON is described by https://api.mailslurp.com/schemas/webhook-payload | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)