Connectors
MongoDB
Icon

MongoDB Connector

Quickly build integrations connecting your B2B SaaS to MongoDB.

About the MongoDB Connector

Interact with documents in a MongoDB database

Actions

Action NameAction Description
Convert Object IDThe Object ID is a unique identifier for a document in a MongoDB collection. This action takes either a string ID or Object ID object, and returns both the ObjectID '_id' and stringified ID versions of the ID which can be used in subsequent actions.
Delete ManyRemove documents from a collection that match a query.
Find AllRetrieve all documents in a collection that match a query.
Find OneRetrieve one document in a collection that match a query. If no document is found, an error is thrown.
Insert ManyInsert new documents into a collection
Insert OneInsert a new document into a collection
Update OneUpdate a single document in a collection
Update ManyUpdate multiple documents in a collection
Raw RequestExecute database commands directly. Does not use collection from connection.
AggregatePerforms an aggregation operation using the provided aggregation pipeline.

Triggers

Trigger NameTrigger Description