-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MCP] Ninox #8350
Description
🧩 Product Overview
Ninox is a flexible, low-code database platform for building custom apps, forms, workflows, and collaboration tools.
This integration allows AI agents and workflows to trigger on data changes, manage records and files, and search tables automatically.
⚠️ Important Note for Contributors
To ensure consistency and maintainability, this feature must be submitted as a Piece following the Activepieces architecture. Submissions that do not follow this format will not be accepted. Please make sure to review the Piece Development Guidelines before starting development.
Contributors based in India: please check your eligibility for receiving payments through your Stripe account before submitting, as this may affect your ability to get paid.
🚨 Triggers
| Trigger | Use Case |
|---|---|
| New Record | Fires when a new record is created in a table. Useful for starting workflows on form submissions. |
| Updated Record | Fires when any existing record is updated. Useful for syncing updates to external systems. |
🛠️ Write Actions
| Action Item | Use Case |
|---|---|
| Create Record | Insert a new record into a specified table (e.g., add a lead from another form). |
| Update Record | Update fields on an existing record (e.g., update status after processing). |
| Delete Record | Remove a record from a table (e.g., clear test data). |
| Upload File | Attach a file to a record (e.g., upload image or document to a record). |
| Download File from Record | Download a file attached to a record for processing or storage. |
🔍 Search Actions
| Action Item | Use Case |
|---|---|
| Find Record | Search for a record by field values. Useful for deduplication or lookup. |
| List Files from Record | List files attached to a specific record (without downloading) for management. |
📚 API Reference
🧪 Test Account Access
You can test Ninox APIs by creating a free account at Ninox and generating API keys within your workspace settings.
🧑💻 New to Activepieces?
Activepieces is the leading open‑source AI automation platform.
Pieces are authored in TypeScript and, once merged, become available in our builder and as MCP components.
Get started here: Piece Development Docs