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

Version Path
sunshine-conversations-client-14.3.4 docs/Destination.md
sunshine-conversations-client-14.3.3 docs/Destination.md
sunshine-conversations-client-14.3.2 docs/Destination.md
sunshine-conversations-client-14.3.1 docs/Destination.md
sunshine-conversations-client-14.3.0 docs/Destination.md
sunshine-conversations-client-14.2.0 docs/Destination.md
sunshine-conversations-client-14.1.0 docs/Destination.md
sunshine-conversations-client-14.0.0 docs/Destination.md
sunshine-conversations-client-13.2.0 docs/Destination.md
sunshine-conversations-client-13.1.0 docs/Destination.md
sunshine-conversations-client-13.0.0 docs/Destination.md
sunshine-conversations-client-12.8.0 docs/Destination.md
sunshine-conversations-client-12.7.0 docs/Destination.md
sunshine-conversations-client-12.6.2 docs/Destination.md
sunshine-conversations-client-12.6.1 docs/Destination.md
sunshine-conversations-client-12.6.0 docs/Destination.md
sunshine-conversations-client-12.5.1 docs/Destination.md
sunshine-conversations-client-12.4.0 docs/Destination.md
sunshine-conversations-client-12.3.1 docs/Destination.md
sunshine-conversations-client-12.3.0 docs/Destination.md