MongoDB workflow'ları
7 sonuç — 2 indirilebilir workflow dosyası, 5 kaynağa bağlı n8n referansı
Insert Record Into MongoDB
On manual trigger, builds a record with Set and inserts it into a MongoDB collection.
URL Shortner
On a Telegram message, stores and shortens URLs in MongoDB, then resolves redirects through a webhook.
RSS Feed -> MongoDB -> Webhook
On a schedule, reads an RSS feed, batches and filters items, stores them in MongoDB, and posts to a webhook.
Hugging Face To MongoDB Loader
Loops through a Hugging Face dataset via API in batches and inserts records into MongoDB using a self-calling subworkflow.
n8n Workflow: Build a MongoDB API with Collection Name Validation and HTTP Responses
On a webhook request, validates the collection name, runs MongoDB operations, and returns the result as an HTTP response.
Send SaaS Trial Follow up Emails with MongoDB and Gmail
On a schedule, queries trial users in MongoDB and sends batched, stage-based follow-up emails via Gmail.
MongoDB Automation
On manual run, sets field values and inserts a document into MongoDB.