mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1912] [MERGED] Implemented whatsapp-bot plugin #2144
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1912
Author: @ZYTao12
Created: 10/22/2025
Status: ✅ Merged
Merged: 10/26/2025
Merged by: @ForeignKeyCN
Base:
main← Head:feat/whatsappbot📝 Commits (1)
7bf3366Implemented whatsapp-bot plugin📊 Changes
28 files changed (+1641 additions, -0 deletions)
View changed files
➕
tools/whatsapp-bot/.difyignore(+179 -0)➕
tools/whatsapp-bot/.env.example(+3 -0)➕
tools/whatsapp-bot/.gitignore(+176 -0)➕
tools/whatsapp-bot/GUIDE.md(+148 -0)➕
tools/whatsapp-bot/PRIVACY.md(+3 -0)➕
tools/whatsapp-bot/README.md(+126 -0)➕
tools/whatsapp-bot/_assets/apikeyandphonenumberid.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/configurewebhook1.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/configurewebhook2.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/icons8-whatsapp.svg(+1 -0)➕
tools/whatsapp-bot/_assets/startnodesetup.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/test1.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/test2.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/test23sc.jpg(+0 -0)➕
tools/whatsapp-bot/_assets/test3.jpeg(+0 -0)➕
tools/whatsapp-bot/endpoints/whatsapp-bot.py(+286 -0)➕
tools/whatsapp-bot/endpoints/whatsapp-bot.yaml(+5 -0)➕
tools/whatsapp-bot/endpoints/whatsapp-webhook-get.yaml(+6 -0)➕
tools/whatsapp-bot/group/whatsapp-bot.yaml(+56 -0)➕
tools/whatsapp-bot/main.py(+6 -0)...and 8 more files
📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
Test 1: send a text message to a specified user
Test 2: reply to a user with a text message
Test 3: send a template to a specific user
Note: since all templates need to be approved by Meta, the
send_templatetool acts as a functional node most suitable for Workflow, rather than Chatflow.This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.