04a9dc630a
* remove 24-hours reply restriction in WhatsApp * remove the console.logs * move reply policy to separate constants file * fix spelling mistake
6 lines
305 B
JavaScript
6 lines
305 B
JavaScript
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',
|
|
};
|