Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 616 Bytes

File metadata and controls

19 lines (12 loc) · 616 Bytes

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> An array of webhooks associated with the custom integration.

Code Sample

require 'SunshineConversationsClient'

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