ecp_mongo_insert_document
Insert a document into a MongoDB collection by specifying database, collection, credentials, and the document data, with a confirmation flag to execute safely.
Instructions
Insert a document into a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| db_name | Yes | ||
| document | Yes | ||
| password | Yes | ||
| db_username | Yes | ||
| collection_name | Yes |