[PR #778] [CLOSED] Feature/whatsapp cloud api integration #788

Closed
opened 2026-02-26 06:32:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/778
Author: @henmohr
Created: 12/8/2025
Status: Closed

Base: masterHead: feature/whatsapp-cloud-api-integration


📝 Commits (4)

  • 63a20bc feat: Implement WhatsApp Cloud API (Meta) integration with driver factory pattern
  • 73f625d feat: Add WhatsApp Cloud API UI configuration interface
  • c28b78e feat: Integrate WhatsApp Cloud API admin page into app
  • 26e366f feat: Add WhatsApp Cloud API webhook configuration display and handler

📊 Changes

23 files changed (+3605 additions, -901 deletions)

View changed files

DELIVERABLES.txt (+241 -0)
IMPLEMENTATION_SUMMARY.md (+272 -0)
WHATSAPP_CLOUD_API.md (+240 -0)
WHATSAPP_UI_INTEGRATION.md (+265 -0)
📝 appinfo/info.xml (+4 -0)
dist/twofactor-gateway.umd.js (+2 -0)
dist/twofactor_gateway.css (+1 -0)
lib/Controller/WhatsAppCloudApiConfigurationController.php (+225 -0)
lib/Controller/WhatsAppWebhookController.php (+88 -0)
lib/Provider/Channel/WhatsApp/Config/DriverFactory.php (+100 -0)
lib/Provider/Channel/WhatsApp/Drivers/CloudApiDriver.php (+235 -0)
lib/Provider/Channel/WhatsApp/Drivers/IWhatsAppDriver.php (+61 -0)
lib/Provider/Channel/WhatsApp/Drivers/WebSocketDriver.php (+279 -0)
📝 lib/Provider/Channel/WhatsApp/Gateway.php (+51 -200)
lib/Settings/Admin/AdminSectionSettings.php (+38 -0)
lib/Settings/Admin/AdminSettings.php (+38 -0)
📝 package-lock.json (+885 -690)
📝 src/main.ts (+9 -0)
src/views/WhatsAppCloudApiSettings.vue (+365 -0)
templates/admin_whatsapp_settings.php (+7 -0)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/778 **Author:** [@henmohr](https://github.com/henmohr) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/whatsapp-cloud-api-integration` --- ### 📝 Commits (4) - [`63a20bc`](https://github.com/nextcloud/twofactor_gateway/commit/63a20bcd90fd375afcf83881aa0d6a9f79817f49) feat: Implement WhatsApp Cloud API (Meta) integration with driver factory pattern - [`73f625d`](https://github.com/nextcloud/twofactor_gateway/commit/73f625d60529153b58669b090eb7e9b6afc0d38c) feat: Add WhatsApp Cloud API UI configuration interface - [`c28b78e`](https://github.com/nextcloud/twofactor_gateway/commit/c28b78e0de3722b2212f53bca6bed9ecebd5e7cc) feat: Integrate WhatsApp Cloud API admin page into app - [`26e366f`](https://github.com/nextcloud/twofactor_gateway/commit/26e366f93727851f921efbbaed38c563df20a0b9) feat: Add WhatsApp Cloud API webhook configuration display and handler ### 📊 Changes **23 files changed** (+3605 additions, -901 deletions) <details> <summary>View changed files</summary> ➕ `DELIVERABLES.txt` (+241 -0) ➕ `IMPLEMENTATION_SUMMARY.md` (+272 -0) ➕ `WHATSAPP_CLOUD_API.md` (+240 -0) ➕ `WHATSAPP_UI_INTEGRATION.md` (+265 -0) 📝 `appinfo/info.xml` (+4 -0) ➕ `dist/twofactor-gateway.umd.js` (+2 -0) ➕ `dist/twofactor_gateway.css` (+1 -0) ➕ `lib/Controller/WhatsAppCloudApiConfigurationController.php` (+225 -0) ➕ `lib/Controller/WhatsAppWebhookController.php` (+88 -0) ➕ `lib/Provider/Channel/WhatsApp/Config/DriverFactory.php` (+100 -0) ➕ `lib/Provider/Channel/WhatsApp/Drivers/CloudApiDriver.php` (+235 -0) ➕ `lib/Provider/Channel/WhatsApp/Drivers/IWhatsAppDriver.php` (+61 -0) ➕ `lib/Provider/Channel/WhatsApp/Drivers/WebSocketDriver.php` (+279 -0) 📝 `lib/Provider/Channel/WhatsApp/Gateway.php` (+51 -200) ➕ `lib/Settings/Admin/AdminSectionSettings.php` (+38 -0) ➕ `lib/Settings/Admin/AdminSettings.php` (+38 -0) 📝 `package-lock.json` (+885 -690) 📝 `src/main.ts` (+9 -0) ➕ `src/views/WhatsAppCloudApiSettings.vue` (+365 -0) ➕ `templates/admin_whatsapp_settings.php` (+7 -0) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#788
No description provided.