chatwoot/chatwoot

View on GitHub
app/javascript/shared/constants/links.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
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',
};