Sha256: 41c2de12a43217690d3903dbad080b311921e1439dc06c48536570612051a11a
Contents?: true
Size: 616 Bytes
Versions: 46
Compression:
Stored size: 616 Bytes
Contents
# SunshineConversationsClient::Custom ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | To configure a custom integration you need to setup a webhook with a set of triggers and target. | [optional] [default to 'custom'] **webhooks** | [**Array<Webhook>**](Webhook.md) | An array of webhooks associated with the custom integration. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Custom.new(type: null, webhooks: null) ```
Version data entries
46 entries across 46 versions & 1 rubygems