First you have to get the app:
bench get-app [email protected]:fproldan/erpnext_whatsapp.git
Then, you should double check for the requirements to be ready:
bench update --requirements
bench build
And for the last step, you should install the app in you site:
bench --site SITE_NAME install-app whatsapp_integration
- WhatsApp requires that your application implement explicit user opt-ins to deliver messages over WhatsApp .
- You always should start the comunication with a template message aproved by Whatsapp. To read more about templates, click here.
- After the client sends you a message, you have 24hs to send whatever you want (not only template messages).