Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.06 KB

File metadata and controls

24 lines (18 loc) · 1.06 KB

SunshineConversationsClient::SwitchboardIntegrationWebhook

Properties

Name Type Description Notes
id String The unique ID of the switchboard integration. [optional]
name String Identifier for use in control transfer protocols. Restricted to alphanumeric characters, `-` and `_`. [optional]
integration_id String Id of the integration that should deliver events routed by the switchboard. [optional]
integration_type String Type of integration that should deliver events routed by the switchboard. If referencing an OAuth integration, the clientId issued by Sunshine Conversations during the OAuth partnership process will be the value of integrationType. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SwitchboardIntegrationWebhook.new(
  id: 5ef21b86e933b7355c11c604,
  name: bot,
  integration_id: 5ef21b86e933b7355c11c605,
  integration_type: zd:agentWorkspace
)