Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 574 Bytes

File metadata and controls

20 lines (14 loc) · 574 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.

Example

require 'sunshine-conversations-client'

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