Back to Integrations
integrationGoogle Drive node
integrationMongoDB node

Google Drive and MongoDB integration

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

How to connect Google Drive and MongoDB

  • 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.

Google Drive and MongoDB integration: Create a new workflow and add the first step

Step 2: Add and configure Google Drive and MongoDB nodes

You can find Google Drive and MongoDB 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 Google Drive and MongoDB nodes one by one: input data on the left, parameters in the middle, and output data on the right.

Google Drive and MongoDB integration: Add and configure Google Drive and MongoDB nodes

Step 3: Connect Google Drive and MongoDB

A connection establishes a link between Google Drive and MongoDB (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.

Google Drive and MongoDB integration: Connect Google Drive and MongoDB

Step 4: Customize and extend your Google Drive and MongoDB 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 Google Drive and MongoDB with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.

Google Drive and MongoDB integration: Customize and extend your Google Drive and MongoDB integration

Step 5: Test and activate your Google Drive and MongoDB workflow

Save and run the workflow to see if everything works as expected. Based on your configuration, data should flow from Google Drive to MongoDB 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.

Google Drive and MongoDB integration: Test and activate your Google Drive and MongoDB 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 Google Drive and MongoDB 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 Google Drive and MongoDB integration

Create custom Google Drive and MongoDB 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.

Google Drive supported actions

Copy
Create a copy of an existing file
Create From Text
Create a file from a provided text
Delete
Permanently delete a file
Download
Download a file
Move
Move a file to another folder
Share
Add sharing permissions to a file
Update
Update a file
Upload
Upload an existing file to Google Drive
Search
Search or list files and folders
Create
Create a folder
Delete
Permanently delete a folder
Share
Add sharing permissions to a folder
Create
Create a shared drive
Delete
Permanently delete a shared drive
Get
Get a shared drive
Get Many
Get the list of shared drives
Update
Update a shared drive

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

FAQs

  • Can Google Drive connect with MongoDB?

  • Can I use Google Drive’s API with n8n?

  • Can I use MongoDB’s API with n8n?

  • Is n8n secure for integrating Google Drive and MongoDB?

  • How to get started with Google Drive and MongoDB integration in n8n.io?

Need help setting up your Google Drive and MongoDB integration?

Discover our latest community's recommendations and join the discussions about Google Drive and MongoDB integration.
João Textor
hubschrauber
Jon
David O'Neil

Looking to integrate Google Drive and MongoDB in your company?

Over 3000 companies switch to n8n every single week

Why use n8n to integrate Google Drive with MongoDB

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