Sha256: e4abbf8f9a88472b6433d8d34704b2b7f96292180bec9a9880ff70b7cecf31a6

Contents?: true

Size: 959 Bytes

Versions: 48

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

48 entries across 48 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.3.0 docs/Destination.md
sunshine-conversations-client-12.2.2 docs/Destination.md
sunshine-conversations-client-12.2.0 docs/Destination.md
sunshine-conversations-client-12.1.0 docs/Destination.md
sunshine-conversations-client-12.0.0 docs/Destination.md
sunshine-conversations-client-11.0.0 docs/Destination.md
sunshine-conversations-client-10.0.1 docs/Destination.md
sunshine-conversations-client-10.0.0 docs/Destination.md
sunshine-conversations-client-9.15.0 docs/Destination.md
sunshine-conversations-client-9.14.1 docs/Destination.md
sunshine-conversations-client-9.14.0 docs/Destination.md
sunshine-conversations-client-9.13.0 docs/Destination.md
sunshine-conversations-client-9.12.0 docs/Destination.md
sunshine-conversations-client-9.11.0 docs/Destination.md
sunshine-conversations-client-9.10.0 docs/Destination.md
sunshine-conversations-client-9.9.0 docs/Destination.md
sunshine-conversations-client-9.8.0 docs/Destination.md
sunshine-conversations-client-9.7.0 docs/Destination.md
sunshine-conversations-client-9.6.0 docs/Destination.md
sunshine-conversations-client-9.5.7 docs/Destination.md