SunshineConversationsClient::SwitchboardIntegrationWebhook

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the switchboard integration.[optional]
nameStringIdentifier for use in control transfer protocols. Restricted to alphanumeric characters, `-` and `_`.[optional]
integration_idStringId of the integration that should deliver events routed by the switchboard.[optional]
integration_typeStringType 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
)