What problem does it solve?
This Skill solves the instability and operational risk of relying on a buggy Evolution API integration for Meta Cloud API webhooks, giving you a dedicated receiver with clearer control and fewer failures.
Core Features & Use Cases
- FastAPI webhook receiver setup: Creates a standalone GET/POST endpoint for Meta webhook verification and message handling.
- Production deployment path: Covers PM2 process management, Nginx reverse proxying, UFW access rules, and Cloudflare Tunnel routing.
- Operational troubleshooting: Documents common failure modes such as Cloudflare Access blocks, tunnel misconfiguration, Docker-to-host networking issues, and Evolution API bugs.
- Use Case: Use it when you need to replace an unreliable WhatsApp/Meta integration with a private, controllable webhook service that can be verified and routed through your existing infrastructure.
Quick Start
Ask the AI to set up a FastAPI-based Meta Cloud API webhook receiver, configure the environment variables, deploy it behind Nginx and Cloudflare Tunnel, and remove the unused Evolution Meta instance once verification succeeds.