SunshineConversationsClient::IntegrationId
August 27, 2025 ยท View on GitHub
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
)