Create a Mudbase document
mudbase_create_documentCreate a new document in a Mudbase collection by providing JSON data that matches the collection's field schema, and trigger the configured webhooks and triggers.
Instructions
Create a new document in a Mudbase collection. 'data' must match the collection's declared field schema (see mudbase_get_collection). Fires the collection's configured webhooks and triggers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The document fields as a plain JSON object. | |
| projectId | Yes | The Mudbase project ID. | |
| collectionId | Yes | The collection ID to operate on. |