Farhanillahiclass/WhatsApp-AI-Secretary-SaaS — reverse-engineered prompt
Reverse engineered prompt
Build me a small WhatsApp AI secretary SaaS using Python Flask and the official WhatsApp Cloud API. I want users to be able to register, log in, connect their WhatsApp API credentials through environment settings, and manage simple automation from a clean responsive web dashboard.
The main thing is keyword based auto replies. A user should be able to create rules like exact match, contains, or starts with, then choose the reply message that gets sent back on WhatsApp. Incoming webhook messages should be verified, saved, matched against the rules, and answered automatically when a rule applies.
Please include a conversations or message log area so users can see recent incoming and outgoing messages, plus basic analytics like total messages and matched replies. Make the setup easy with a sample env file for the Meta token, phone number id, verify token, and app secret. It should run locally with a simple command, and you can look up current Meta webhook docs online if you need to.
Want more depth? Deep Reverse