Sha256: e4abbf8f9a88472b6433d8d34704b2b7f96292180bec9a9880ff70b7cecf31a6
Contents?: true
Size: 959 Bytes
Versions: 47
Compression:
Stored size: 959 Bytes
Contents
# SunshineConversationsClient::Destination ## 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] **integration_type** | **String** | The type of the integration to deliver the message to. Can be set to `none` if sending a [silent message](https://docs.smooch.io/guide/sending-messages/#silent-messages). Will return an error if the user does not have a client of that type attached to the conversation. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::Destination.new(integration_id: 582dedf230e788746891281a, integration_type: whatsapp) ```
Version data entries
47 entries across 47 versions & 1 rubygems