Sha256: 9374cd7ee5eafd10f26eba2ff74c266fef430890e8825a04c84eee50a45b7d95

Contents?: true

Size: 1.52 KB

Versions: 5

Compression:

Stored size: 1.52 KB

Contents

# SunshineConversationsClient::Whatsapp

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of integration. | [optional] [default to 'whatsapp']
**deployment_id** | **String** | The Id of the deployment. The integrationId and the appId will be added to the deployment. Additionally, the deployment’s status will be set to integrated. | 
**hsm_fallback_language** | **String** | Specify a fallback language to use when sending WhatsApp message template using the short hand syntax. Defaults to en_US. See WhatsApp documentation for more info. | [optional] [default to 'en_US']
**account_id** | **String** | The business ID associated with the WhatsApp account. In combination with accountManagementAccessToken, it’s used for Message Template Reconstruction. | [optional] 
**account_management_access_token** | **String** | An access token associated with the accountId used to query the WhatsApp Account Management API. In combination with accountId, it’s used for Message Template Reconstruction. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Whatsapp.new(type: null,
                                 deployment_id: 55c8d9758590aa1900b9b9aa,
                                 hsm_fallback_language: null,
                                 account_id: your_whatsApp_account_id,
                                 account_management_access_token: your_access_token)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/Whatsapp.md
sunshine-conversations-client-9.4.0 docs/Whatsapp.md
sunshine-conversations-client-9.3.0 docs/Whatsapp.md
sunshine-conversations-client-9.2.0 docs/Whatsapp.md
sunshine-conversations-client-9.1.1 docs/Whatsapp.md