Frappe Whatsapp
WhatsApp integration for frappe. Use directly meta API's without any 3rd party integration.
Note: If your not using live credential follow the step no 2 to add the number on meta to which your are sending message
whatsapp_chat along with this app to send and receive message like a messenger Installation Steps
bench get-app https://github.com/shridarpatil/frappe_whatsapp
bench --site [sitename] install-app frappe_whatsapp
https://developers.facebook.com/docs/whatsapp/cloud-api/get-started
Sending text message without creating template Create an entry in the WhatsApp message. On save it will trigger and whats app API to send a message
WhatsApp messages are received via WhatsApp cloud API.

This can be very useful for features where it is not possible to get the values directly from the doctype.
Just create a script and populate variable called "_data_list":
doc.set("_data_list", data_list)
- Setup webhook on meta
- Add verify token on meta and update the same on whatsapp settings
- Add webhook url on meta
<domain >/api/method/frappe_whatsapp.utils.webhook.webhook
- Add apropriate webhook fields
messages
to receive message- add other required web fields
- Update templates on facebook dev.
- Display template status