Turn WhatsApp into a smart sales chat channel. Customers send questions and an AI agent replies with clear answers pulled from your product brochure. Great for sales teams that need fast, accurate replies without a live rep on every chat.
Behind the scenes, a manual path loads your brochure once. It downloads a PDF, extracts text, splits the content, creates embeddings with OpenAI, and stores them in an in memory vector store. The live path starts when a WhatsApp message arrives. Non text messages get a friendly notice. Text questions go to an AI agent powered by an OpenAI chat model, a memory node that tracks each phone number, and a vector store tool that searches the brochure for the best facts. The reply is sent back to the customer on WhatsApp.
You will need a WhatsApp Cloud API setup and an OpenAI API key. Run the manual step to build the catalog, then activate the workflow. Expect reply times to drop to seconds and support for many chats at once. Use it for product Q and A, spec checks, and guided buying help using the exact wording from your brochure.