diff --git a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts index 2a6d6311..be7b7c14 100644 --- a/packages/whatsapp.gblib/services/WhatsappDirectLine.ts +++ b/packages/whatsapp.gblib/services/WhatsappDirectLine.ts @@ -759,7 +759,7 @@ export class WhatsappDirectLine extends GBService { const driver = createBot(whatsappServiceNumber, whatsappServiceKey); if (msg['name']) { - const res = await driver.sendTemplate(to, msg['name'], 'pt_PT', msg['components']); + const res = await driver.sendTemplate(to, msg['name'], 'pt_BR', msg['components']); } else { messages = msg.match(/(.|[\r\n]){1,4096}/g);