The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"active": false,
"connections": {
"When clicking \"Execute Workflow\"": {
"main": [
[
{
"node": "MongoDB",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-01-08T09:22:24.937Z",
"id": "15",
"name": "MongoDB",
"nodes": [
{
"parameters": {
"collection": "Pages",
"options": {}
},
"id": "fdc6aa3e-8e33-4b3b-907d-372733228b11",
"name": "MongoDB",
"type": "n8n-nodes-base.mongoDb",
"typeVersion": 1,
"position": [
1820,
700
],
"credentials": {
"mongoDb": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"id": "1a4ae3d8-89e0-49a3-a24a-10ffdf8b235f",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
1580,
700
]
}
],
"settings": {},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-01-10T02:27:23.232Z",
"versionId": "bff03a21-396d-4f4e-8b7c-6721dcb356df"
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
mongoDb
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
MongoDB. Uses mongoDb. Event-driven trigger; 2 nodes.
Source: https://github.com/TheBoatyMcBoatFace/magic.bentleyhensel.com/blob/c2c4a406b9c0f1369d15c4028675649a5622dbfb/workflows/MongoDB.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Insert A Document In Mongodb. Uses manualTrigger, mongoDb. Event-driven trigger; 3 nodes.
This n8n template provides a production-ready, memory-safe pipeline for ingesting large Hugging Face datasets into MongoDB using batch pagination. It is designed as a reusable data ingestion layer for
This n8n workflow securely processes contact form submissions by validating user input, formatting the data, and storing it in a MongoDB database. The flow ensures data consistency, prevents unsafe en
My Workflow. Uses start, mongoDb, httpRequest, localFileTrigger. Event-driven trigger; 7 nodes.
Fluxo 1. Uses mongoDb, readWriteFile. Event-driven trigger; 5 nodes.