-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MCP] Airtable #9266
Description
🧩 Product Overview
Airtable is a flexible cloud database platform that combines spreadsheet and database functionality. This integration enables Activepieces workflows to trigger on record events, manipulate bases/tables/records, comment on records, search for data, and even make raw API requests through beta features.
⚠️ Important Note for Contributors
This Airtable piece already exists in Activepieces. Your task is to extend the current piece by adding additional actions and triggers as outlined in the documentation and reference materials.
Please avoid duplicating existing functionality. Review the current implementation before making changes, and ensure that all new features follow existing coding patterns and standards.
🛠️ Write Actions
| Action Item | Use Case |
|---|---|
| Add Comment to Record | Adds a comment to an existing record. |
| Create Base | Create a new base (workspace database). |
| Create Table | Create a new table in an existing base with a name, description, primary field name/type. |
🔍 Search Actions
| Action Item | Use Case |
|---|---|
| Find Record by ID | Get a record by its unique record ID |
| Find Table | Find a table in a given base by name or other metadata |
| Find Table by ID | Get table details using its ID |
| Find Base | Find a base by name or keyword |
| Get Base Schema | Retrieve schema (tables, fields, types) for a base |
📚 API Reference
🧪 Test Account Access
- You can sign up free at https://www.airtable.com/.
🧑💻 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 with our TypeScript framework and are easy to develop. Once merged into our repository, they become available as pieces in our automation builder and as MCPs usable by AI agents and MCP clients.
Start building here: Piece Development Docs