Connect to MongoDB databases and perform operations on collections. Supports local MongoDB instances and cloud providers like MongoDB Atlas, Azure Cosmos DB, and AWS DocumentDB.
Use MongoDB as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Check MongoDB connection status and server information
List all collections in the MongoDB database
Find documents in a MongoDB collection
Perform aggregation operations on a MongoDB collection
Insert a single document or multiple documents into a MongoDB collection
Update one or many documents in a MongoDB collection
Find a document and update it atomically
Delete one or many documents from a MongoDB collection
Find a document and replace it entirely with a new document