mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	* remove 24-hours reply restriction in WhatsApp * remove the console.logs * move reply policy to separate constants file * fix spelling mistake
		
			
				
	
	
		
			7 lines
		
	
	
		
			305 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 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',
 | 
						|
};
 |