MongoDB

The MongoDB connector allows you to interact with MongoDB databases by inserting documents into collections efficiently.

Authentication Setup

Setup: Today, this requires an org-wide credential. Reach out to a Credal admin to set up a connection. The connection URI must point directly to the database.

Supported Actions

Insert a Document into a MongoDB Collection

Description: Insert a document into a specified MongoDB collection to store data within the database.
Recommendation: Use prompting to ensure the document structure matches the collection schema to avoid insertion errors.