MongoDB

MongoDB

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.

Triggers & Actions

Use MongoDB as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Health Check

    Check MongoDB connection status and server information

  • List Collections

    List all collections in the MongoDB database

  • Find Documents

    Find documents in a MongoDB collection

  • Aggregate

    Perform aggregation operations on a MongoDB collection

  • Insert Document

    Insert a single document or multiple documents into a MongoDB collection

  • Update Documents

    Update one or many documents in a MongoDB collection

  • Find and Update

    Find a document and update it atomically

  • Delete Documents

    Delete one or many documents from a MongoDB collection

  • Find and Replace

    Find a document and replace it entirely with a new document