mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
9 lines
451 B
JavaScript
9 lines
451 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',
|
|
WHATSAPP_CLOUD:
|
|
'https://business.whatsapp.com/policy#:~:text=You%20may%20reply%20to%20a,messages%20via%20approved%20Message%20Templates.',
|
|
};
|