Turn WhatsApp into a smart website assistant that answers customer questions in real time. It reads your site, finds the right page, and sends a clear reply back in chat. Great for support teams that want faster answers without extra staff.
Incoming messages start in WhatsApp and are passed to an AI agent that uses the OpenAI chat model. The agent has two tools. One tool lists up to 100 internal links from your site, and the other fetches the full text of any page. It uses this fresh content to build the answer. A Postgres memory stores chat history by phone number so the agent keeps context across messages. A code step checks the 24 hour rule. If the window is closed, a pre approved template message reopens the chat. A clean up step removes markdown so the final message is easy to read. Then the reply is sent back to WhatsApp.
Setup needs WhatsApp Business access, an OpenAI API key, a Postgres database, and an auth token for the crawl tools. Expect shorter first response times and fewer tickets, since common questions are handled by the bot. Use it for product FAQs, policies, pricing, or store info pulled straight from your site, all without retraining.