Discord Widget
ChainJet Logo
MongoDB

MongoDB Integrations

ChainJet allows you to connect MongoDB with web3 dapps and web2 services, so you can automate your work. No code required.

Triggers

MongoDB

New Collection

Emit new an event when a new collection is added to a database
MongoDB

New Database

Emit new an event when a new database is added
MongoDB

New Document

Emit new an event when a new document is added to a collection
MongoDB

New Field in Document

Emit new an event when a new field is added to a document

Actions

MongoDB

Create New Document

Create a new document in a collection of your choice. See the docs here
MongoDB

Delete a Document

Delete a single document by ID. See the docs here
MongoDB

Find Document by Id

Retrieves a single document by ID. See the docs here
MongoDB

Search Documents

Search for specific documents or return all documents. See the docs here
MongoDB

Update a Document

Updates a single document by ID. See the docs here