-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MPC] Quickbase #9846
Description
🧩 Product Overview
Quickbase is a no-code platform that enables businesses to build custom applications for managing data, automating workflows, and integrating systems.
This integration supports generic record operations (CRUD + search + watch) across Quickbase tables and applications, allowing users to automate processes and synchronize data with other systems.
⚠️ Important Note for Contributors
This feature must be submitted as a Piece following the [Activepieces architecture](https://www.activepieces.com/docs/developers/building-pieces/overview).
Submissions not following this format will not be accepted.
Please review the Piece Development Guidelines before starting development.
🚨 Triggers
| Trigger | Description |
|---|---|
| New Record | Triggers when a new record is created in a Quickbase table. |
| New or Updated Record | Triggers when a record is created or updated in a Quickbase table. |
🛠️ Write Actions
| Action | Description | Use Case Example |
|---|---|---|
| Create Record | Creates a new record in a Quickbase table. | Automatically add a new customer record when a signup form is submitted. |
| Update Record | Updates fields of an existing record by ID. | Update a project’s status field when progress is reported from another system. |
| Create / Update Records From Array | Creates or updates multiple records in a Quickbase table based on a merge field. All mapped fields are overwritten. | Bulk sync customer data from an external CRM into Quickbase. |
| Delete Record | Deletes a record from a Quickbase table. | Remove outdated or test records as part of a data cleanup workflow. |
🔍 Search Actions
| Action | Description | Use Case Example |
|---|---|---|
| Find Record | Finds an existing record in a Quickbase table based on search criteria. | Look up a customer by email address before creating a new support ticket. |
| Find or Create Record | Finds an existing record or creates one if it doesn’t exist. | Ensure a contact exists in Quickbase before logging new interactions from another app. |
📚 API Reference
Quickbase RESTful API Documentation: https://developer.quickbase.com/
🧪 Test Account Access
You can create a Quickbase free trial at https://www.quickbase.com/trial.
🧑💻 New to Activepieces?
Activepieces is the leading open-source AI automation platform. We have many apps (we call them Pieces) that are available within the builder and as MCPs.
These apps are built using our TypeScript framework and are easy to develop. Once merged into our repository, they become available as automation Pieces and MCPs for AI agents and MCP clients.
We welcome contributions — start your journey here:
👉 [Activepieces Developer Guide](https://www.activepieces.com/docs/developers/building-pieces/overview)