Back to Integrations
integrationMongoDB node
integrationWhatsApp Business Cloud node

MongoDB and WhatsApp Business Cloud integration

Save yourself the work of writing custom integrations for MongoDB and WhatsApp Business Cloud and use n8n instead. Build adaptable and scalable Development, Data & Storage, Communication, and HITL workflows that work with your technology stack. All within a building experience you will love.

How to connect MongoDB and WhatsApp Business Cloud

  • Step 1: Create a new workflow
  • Step 2: Add and configure nodes
  • Step 3: Connect
  • Step 4: Customize and extend your integration
  • Step 5: Test and activate your workflow

Step 1: Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

MongoDB and WhatsApp Business Cloud integration: Create a new workflow and add the first step

Step 2: Add and configure MongoDB and WhatsApp Business Cloud nodes

You can find MongoDB and WhatsApp Business Cloud in the nodes panel. Drag them onto your workflow canvas, selecting their actions. Click each node, choose a credential, and authenticate to grant n8n access. Configure MongoDB and WhatsApp Business Cloud nodes one by one: input data on the left, parameters in the middle, and output data on the right.

MongoDB and WhatsApp Business Cloud integration: Add and configure MongoDB and WhatsApp Business Cloud nodes

Step 3: Connect MongoDB and WhatsApp Business Cloud

A connection establishes a link between MongoDB and WhatsApp Business Cloud (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.

MongoDB and WhatsApp Business Cloud integration: Connect MongoDB and WhatsApp Business Cloud

Step 4: Customize and extend your MongoDB and WhatsApp Business Cloud integration

Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect MongoDB and WhatsApp Business Cloud with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

MongoDB and WhatsApp Business Cloud integration: Customize and extend your MongoDB and WhatsApp Business Cloud integration

Step 5: Test and activate your MongoDB and WhatsApp Business Cloud workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from MongoDB to WhatsApp Business Cloud or vice versa. Easily debug your workflow: you can check past executions to isolate and fix the mistake. Once you've tested everything, make sure to save your workflow and activate it.

MongoDB and WhatsApp Business Cloud integration: Test and activate your MongoDB and WhatsApp Business Cloud workflow

Build a WhatsApp AI shopping bot with virtual try-on using Gemini and GPT

Build a WhatsApp AI shopping bot with virtual try-on using Gemini

📌 Overview

This workflow fully automates your T-shirt store's WhatsApp shopping experience using GPT for intent detection, MongoDB Atlas for vector-based product search, Redis for session management, and Google Gemini for AI-powered virtual try-on.

It automatically handles customer messages, finds relevant products, processes orders, and generates realistic try-on images — all inside WhatsApp, with no app or website required.

Customers can search for T-shirts, place orders, and virtually try on items in a single conversation. Redis ensures fast product caching and session tracking. MongoDB Atlas stores the product catalog and orders. Google Sheets logs every order automatically. Gemini generates realistic try-on images from customer selfies.

This workflow eliminates manual order handling, improves customer experience, and gives store owners full visibility into orders and product searches.

⚙️ How it works

This workflow runs automatically when a customer sends a WhatsApp message.

🔍 Product search

💬 Receives the customer message via WhatsApp Business API
🧠 GPT classifies the intent as product search, recommendation, or general query
⚡ Checks Redis cache for existing results (TTL: 1 hour)
🔎 On a cache miss, runs MongoDB Atlas vector search using OpenAI embeddings
🛍️ Sends matching products as interactive WhatsApp cards with Order Now and Virtual Try-On buttons

🛒 Order flow

👆 Triggered when the customer taps the Order Now button
📦 AI agent fetches product details from MongoDB
🗃️ Creates a new order document in MongoDB
📊 Logs the order to Google Sheets automatically
✅ Sends an order confirmation message to the customer via WhatsApp

👗 Virtual try-on flow

👆 Triggered when the customer taps the Virtual Try-On button
💾 Stores the product ID in Redis (TTL: 10 minutes)
📸 Prompts the customer to send a clear front-facing selfie
🔍 Gemini validates that exactly one real person is in the photo
🖼️ Merges the product image and selfie and generates a realistic try-on image
📩 Sends the try-on result back to the customer via WhatsApp
🗑️ Clears the Redis context after delivery

🛠 Setup steps

Import this workflow into n8n
Connect your WhatsApp Business Cloud API credentials
Connect your OpenAI API credentials (for embeddings and GPT model)
Connect your Google Gemini API credentials
Connect your MongoDB Atlas credentials and create a vector index named ShopingBot on the product collection
Connect your Redis credentials
Connect your Google Drive service account credentials
Connect your Google Sheets service account credentials
Import your product catalog with embeddings into the MongoDB product collection
Activate the workflow

The workflow will run automatically when customers send WhatsApp messages.

🚀 Features

🧠 AI-powered shopping

🤖 Automatically classifies customer intent using GPT
🔎 Semantic product search using OpenAI embeddings and MongoDB Atlas vector search
⚡ Redis caching for ultra-fast repeated search results (TTL: 1 hour)
💬 Interactive WhatsApp product cards with Order Now and Virtual Try-On buttons
🔄 Sliding window session memory (last 20 messages per user)

🛒 Order management

📦 Fully automated order creation saved to MongoDB
📊 Automatic order logging to Google Sheets
🤖 AI agent handles the complete order flow without manual input
✅ Instant order confirmation sent to the customer via WhatsApp

👗 Virtual try-on

✨ AI-powered try-on image generation using Google Gemini
📷 Selfie validation ensures exactly one real person is in the photo
🖼️ Product and selfie images resized and merged before generation
📩 Try-on result delivered directly in the WhatsApp conversation
🗑️ Redis TTL automatically clears try-on context after delivery

🔐 Security and reliability

🛡️ Advanced message validation with spam and XSS protection
❌ Unsupported message types rejected with friendly error messages
🔁 Retry logic on critical HTTP request nodes
📦 Modular workflow architecture for easy customisation and scaling

📋 Requirements

You need the following accounts and credentials:

🔧 n8n
📱 WhatsApp Business Cloud API
🤖 OpenAI API (embeddings and GPT model)
✨ Google Gemini API
🍃 MongoDB Atlas (with vector index named ShoppingBot on the product collection)
⚡ Redis server
📁 Google Drive (service account)
📊 Google Sheets (service account)

🎯 Benefits

🚀 Fully automated WhatsApp shopping experience
🙌 No manual order handling required
👗 Customers can try on products before buying
⚡ Fast product search with Redis caching
📊 All orders automatically tracked in Google Sheets
💼 Reduces support workload for store owners
🕐 Works 24/7 without human intervention

👨‍💻 Author

BytezTech Pvt Ltd

Nodes used in this workflow

Popular MongoDB and WhatsApp Business Cloud workflows

+8

Build a WhatsApp AI shopping bot with virtual try-on using Gemini and GPT

Build a WhatsApp AI shopping bot with virtual try-on using Gemini 📌 Overview This workflow fully automates your T-shirt store's WhatsApp shopping experience using GPT for intent detection, MongoDB Atlas for vector-based product search, Redis for session management, and Google Gemini for AI-powered virtual try-on. It automatically handles customer messages, finds relevant products, processes orders, and generates realistic try-on images — all inside WhatsApp, with no app or website required. Customers can search for T-shirts, place orders, and virtually try on items in a single conversation. Redis ensures fast product caching and session tracking. MongoDB Atlas stores the product catalog and orders. Google Sheets logs every order automatically. Gemini generates realistic try-on images from customer selfies. This workflow eliminates manual order handling, improves customer experience, and gives store owners full visibility into orders and product searches. ⚙️ How it works This workflow runs automatically when a customer sends a WhatsApp message. 🔍 Product search 💬 Receives the customer message via WhatsApp Business API 🧠 GPT classifies the intent as product search, recommendation, or general query ⚡ Checks Redis cache for existing results (TTL: 1 hour) 🔎 On a cache miss, runs MongoDB Atlas vector search using OpenAI embeddings 🛍️ Sends matching products as interactive WhatsApp cards with Order Now and Virtual Try-On buttons 🛒 Order flow 👆 Triggered when the customer taps the Order Now button 📦 AI agent fetches product details from MongoDB 🗃️ Creates a new order document in MongoDB 📊 Logs the order to Google Sheets automatically ✅ Sends an order confirmation message to the customer via WhatsApp 👗 Virtual try-on flow 👆 Triggered when the customer taps the Virtual Try-On button 💾 Stores the product ID in Redis (TTL: 10 minutes) 📸 Prompts the customer to send a clear front-facing selfie 🔍 Gemini validates that exactly one real person is in the photo 🖼️ Merges the product image and selfie and generates a realistic try-on image 📩 Sends the try-on result back to the customer via WhatsApp 🗑️ Clears the Redis context after delivery 🛠 Setup steps Import this workflow into n8n Connect your WhatsApp Business Cloud API credentials Connect your OpenAI API credentials (for embeddings and GPT model) Connect your Google Gemini API credentials Connect your MongoDB Atlas credentials and create a vector index named ShopingBot on the product collection Connect your Redis credentials Connect your Google Drive service account credentials Connect your Google Sheets service account credentials Import your product catalog with embeddings into the MongoDB product collection Activate the workflow The workflow will run automatically when customers send WhatsApp messages. 🚀 Features 🧠 AI-powered shopping 🤖 Automatically classifies customer intent using GPT 🔎 Semantic product search using OpenAI embeddings and MongoDB Atlas vector search ⚡ Redis caching for ultra-fast repeated search results (TTL: 1 hour) 💬 Interactive WhatsApp product cards with Order Now and Virtual Try-On buttons 🔄 Sliding window session memory (last 20 messages per user) 🛒 Order management 📦 Fully automated order creation saved to MongoDB 📊 Automatic order logging to Google Sheets 🤖 AI agent handles the complete order flow without manual input ✅ Instant order confirmation sent to the customer via WhatsApp 👗 Virtual try-on ✨ AI-powered try-on image generation using Google Gemini 📷 Selfie validation ensures exactly one real person is in the photo 🖼️ Product and selfie images resized and merged before generation 📩 Try-on result delivered directly in the WhatsApp conversation 🗑️ Redis TTL automatically clears try-on context after delivery 🔐 Security and reliability 🛡️ Advanced message validation with spam and XSS protection ❌ Unsupported message types rejected with friendly error messages 🔁 Retry logic on critical HTTP request nodes 📦 Modular workflow architecture for easy customisation and scaling 📋 Requirements You need the following accounts and credentials: 🔧 n8n 📱 WhatsApp Business Cloud API 🤖 OpenAI API (embeddings and GPT model) ✨ Google Gemini API 🍃 MongoDB Atlas (with vector index named ShoppingBot on the product collection) ⚡ Redis server 📁 Google Drive (service account) 📊 Google Sheets (service account) 🎯 Benefits 🚀 Fully automated WhatsApp shopping experience 🙌 No manual order handling required 👗 Customers can try on products before buying ⚡ Fast product search with Redis caching 📊 All orders automatically tracked in Google Sheets 💼 Reduces support workload for store owners 🕐 Works 24/7 without human intervention 👨‍💻 Author BytezTech Pvt Ltd

Build your own MongoDB and WhatsApp Business Cloud integration

Create custom MongoDB and WhatsApp Business Cloud workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

MongoDB supported actions

Create
Drop
List
Update
Aggregate
Aggregate documents
Delete
Delete documents
Find
Find documents
Find And Replace
Find and replace documents
Find And Update
Find and update documents
Insert
Insert documents
Update
Update documents

WhatsApp Business Cloud supported actions

Send
Send and Wait for Response
Send Template
Upload
Download
Delete

FAQs

  • Can MongoDB connect with WhatsApp Business Cloud?

  • Can I use MongoDB’s API with n8n?

  • Can I use WhatsApp Business Cloud’s API with n8n?

  • Is n8n secure for integrating MongoDB and WhatsApp Business Cloud?

  • How to get started with MongoDB and WhatsApp Business Cloud integration in n8n.io?

Need help setting up your MongoDB and WhatsApp Business Cloud integration?

Discover our latest community's recommendations and join the discussions about MongoDB and WhatsApp Business Cloud integration.
João Textor

Looking to integrate MongoDB and WhatsApp Business Cloud in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate MongoDB with WhatsApp Business Cloud

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon