Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.37 KB

File metadata and controls

23 lines (16 loc) · 1.37 KB

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

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)