SunshineConversationsClient::Custom
August 27, 2025 ยท View on GitHub
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> | An array of webhooks associated with the custom integration. |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::Custom.new(
type: null,
webhooks: null
)