Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 556 Bytes

File metadata and controls

18 lines (12 loc) · 556 Bytes

SunshineConversationsClient::IntegrationId

Properties

Name Type Description Notes
integration_id String The id of the integration to deliver the message to. Will return an error if the integration does not exist or if the user does not have a client for the integration attached to the conversation. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::IntegrationId.new(
  integration_id: 582dedf230e788746891281a
)