enhancement: Enable reply box for whatsapp template message (#2082)

* remove 24-hours reply restriction in WhatsApp

* remove the console.logs

* move reply policy to separate constants file

* fix spelling mistake
This commit is contained in:
Muhsin Keloth
2021-04-12 16:15:11 +05:30
committed by GitHub
parent 7eb766a457
commit 04a9dc630a
6 changed files with 49 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
export const REPLY_POLICY = {
FACEBOOK:
'https://developers.facebook.com/docs/messenger-platform/policy/policy-overview/',
TWILIO_WHATSAPP:
'https://www.twilio.com/docs/whatsapp/tutorial/send-whatsapp-notification-messages-templates#sending-non-template-messages-within-a-24-hour-session',
};