SunshineConversationsClient::IntegrationType

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
integration_typeStringThe type of the integration to deliver the message to. Can be set to `none` if sending a silent message. Will return an error if the user does not have a client of that type attached to the conversation.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::IntegrationType.new(
  integration_type: whatsapp
)