SunshineConversationsClient::Custom

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringTo configure a custom integration you need to setup a webhook with a set of triggers and target.[optional][default to 'custom']
webhooksArray<Webhook>An array of webhooks associated with the custom integration.

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::Custom.new(
  type: null,
  webhooks: null
)