Sha256: 80151d5f27faf0db1cc97275ea2362d38667c24f72d22ec626fdd664a4970776
Contents?: true
Size: 760 Bytes
Versions: 2
Compression:
Stored size: 760 Bytes
Contents
# MailSlurpClient::CreateWebhookOptions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **basic_auth** | [**BasicAuthOptions**](BasicAuthOptions.md) | | [optional] **name** | **String** | Optional name for the webhook | [optional] **url** | **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] ## Code Sample ```ruby require 'MailSlurpClient' instance = MailSlurpClient::CreateWebhookOptions.new(basic_auth: null, name: null, url: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailslurp_client-7.0.8 | docs/CreateWebhookOptions.md |
mailslurp_client-7.0.7 | docs/CreateWebhookOptions.md |