Integrate with your MongoDB database.

Changelog

14 versions
v1.4.0 Latest
  • Added test() (Flow Test Mode) to all triggers: NewDocument, UpdatedDocument, DeletedDocument.
v1.3.2
  • Added output examples to component schemas.
v1.3.1
  • Query: fix `clientClose` is not defined error.
v1.3.0
  • Enhanced connection management: reuse live connections, close stale connections, and avoid unnecessary connection creation.
v1.2.3
  • Remove temporary files after failed connection attempt.
v1.2.2
  • Update dependencies: mongodb.
v1.2.1
  • DeleteDocument and UpdateDocument tooltips improved.
v1.2.0
  • DeleteDocument and UpdateDocument connectors added.
v1.1.4
  • Warning in the authentication module removed.
v1.1.3
  • Updated tooltip.
v1.1.2
  • Connection URI marked as required.
v1.1.1
  • Replaced deprecated method with new one.
v1.1.0
  • Added support for TSL with .crt file.
v1.0.0
  • Initial version.

Authentication

TypeDetails
API Key
Connection URI (text)
Provide the connection URI
Database (text)
Name of your database
TLS CA File (textarea)
Paste text content of .crt file.
TLS Allow Invalid Hostnames (text)
Type true to allow invalid hostnames.
TLS Allow Invalid Certificates (text)
Type true to allow invalid certificates.

Triggers

3
Deleted Document icon

Deleted Document

Trigger when a new document has been deleted in a MongoDB collection.
New Document icon

New Document

Trigger when a new document has been added to a MongoDB collection.
Updated Document icon

Updated Document

Trigger when a document has been updated in a MongoDB collection.

Actions

4
Create Document icon

Create Document

Create a new document in a MongoDB collection.
Delete Document icon

Delete Document

Delete a document(s) from a MongoDB collection.
Query icon

Query

Run an arbitrary query against your MongoDB database.
Update Document icon

Update Document

Update a document(s) in a MongoDB collection.