🧑💻 (whatsapp) Set default template language to en_US
This commit is contained in:
@ -135,7 +135,10 @@ export const GroupSelectionMenu = ({
|
||||
borderRightRadius="none"
|
||||
borderLeftRadius="none"
|
||||
aria-label="Copy"
|
||||
onClick={handleCopy}
|
||||
onClick={() => {
|
||||
handleCopy()
|
||||
toast('Groups copied to clipboard')
|
||||
}}
|
||||
bgColor={useColorModeValue('white', undefined)}
|
||||
icon={<CopyIcon />}
|
||||
size="sm"
|
||||
|
@ -243,7 +243,7 @@ In order to be able to test your bot on WhatsApp from the Preview drawer, you ne
|
||||
| META_SYSTEM_USER_TOKEN | | The system user token used to send WhatsApp messages |
|
||||
| WHATSAPP_PREVIEW_FROM_PHONE_NUMBER_ID | | The phone number ID from which the message will be sent |
|
||||
| WHATSAPP_PREVIEW_TEMPLATE_NAME | | The preview start template message name |
|
||||
| WHATSAPP_PREVIEW_TEMPLATE_LANG | en | The preview start template message name |
|
||||
| WHATSAPP_PREVIEW_TEMPLATE_LANG | en_US | The preview start template message name |
|
||||
| WHATSAPP_CLOUD_API_URL | https://graph.facebook.com | The WhatsApp Cloud API base URL |
|
||||
|
||||
## Others
|
||||
|
Reference in New Issue
Block a user