Sha256: 017281b34ce9a6b17c3949951e7b2a271c6d46182911fe82965d497197d29d1e

Contents?: true

Size: 1.37 KB

Versions: 34

Compression:

Stored size: 1.37 KB

Contents

# SunshineConversationsClient::WhatsAppUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display_name** | **String** | A human-friendly name used to identify the integration. `displayName` can be unset by changing it to `null`. | [optional] 
**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::WhatsAppUpdate.new(display_name: My awesome integration,
                                 hsm_fallback_language: null,
                                 account_id: your_whatsApp_account_id,
                                 account_management_access_token: your_access_token)
```


Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.5.1 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.4.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.3.1 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.3.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.2.2 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.2.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.1.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-12.0.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-11.0.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-10.0.1 docs/WhatsAppUpdate.md
sunshine-conversations-client-10.0.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.15.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.14.1 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.14.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.13.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.12.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.11.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.10.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.9.0 docs/WhatsAppUpdate.md
sunshine-conversations-client-9.8.0 docs/WhatsAppUpdate.md