Frappe Whatsapp

WhatsApp integration for frappe. Use directly meta API's without any 3rd party integration.

Install Frappe Whatsapp

bench get-app https://github.com/ads-india/Frappe_Whatsapp

Add the Frappe Gems badge to your README

Maintain Frappe Whatsapp? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=ads-india%2FFrappe_Whatsapp)](https://frappegems.com/gems/apps/ads-india/Frappe_Whatsapp)

About Frappe Whatsapp

Frappe Whatsapp

WhatsApp integration for frappe. Use directly meta API's without any 3rd party integration.

Whatsapp Video

YouTube

whatsapp

Note: If your not using live credential follow the step no 2 to add the number on meta to which your are sending message

Chat app You can also install

whatsapp_chat along with this app to send and receive message like a messenger Installation Steps

Step 1) One time to get app

bench get-app https://github.com/shridarpatil/frappe_whatsapp

Step 2) to install app on any instance/site

bench --site [sitename] install-app frappe_whatsapp

Send whatsapp notification from frappe app based on docevents.

Get your whats app credentials

https://developers.facebook.com/docs/whatsapp/cloud-api/get-started

Enter whatsapp credentials image

Create Template image Supports all docevents

Create notifications whatsapp_notification

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 image WhatsApp messages are received via WhatsApp cloud API.image outgoing (1)

Sending a template using custom _dict() insted of a doctype.

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 "datalist": doc.set("_data_list", data_list)

Example: image

Incomming message

  • Setup webhook on meta
  • Add verify token on meta and update the same on whatsapp settings
  • Add webhook url on meta `

Related Integrations apps for Frappe & ERPNext

  • Insights — Open Source Business Intelligence Tool
  • Raven — Simple, open source team messaging platform
  • Frappe Whatsapp — WhatsApp cloud integration for frappe
  • Frappe Assistant Core — Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model
  • Biometric Attendance Sync Tool — A simple tool for syncing Biometric Attendance data with your ERPNext server
  • Frappe React Sdk — React hooks for Frappe
  • Frappe Js Sdk — TypeScript/JavaScript library for Frappe REST API
  • Mcp — Frappe MCP allows Frappe apps to function as MCP servers