N8n Community Node for Teable — full CRUD, trigger, and AI Agent support

Hey Teable community :waving_hand:

I’ve built and published an open-source n8n community node for Teable: n8n-nodes-teable-io

If you use n8n for automation, this replaces manual HTTP Request nodes with a proper first-class Teable integration.


Install

In n8n go to Settings → Community Nodes → Install and enter:

n8n-nodes-teable-io

Requires n8n ≥ 1.22.


What’s included

Teable node (workflow + AI Agent)

  • Records: Get, Get All, Create, Create Many, Update, Update Many, Delete, Upsert, Search

  • Tables: Get All, Get Schema, Get Views

  • Space / Base: List Spaces, List Bases

  • Dynamic cascading dropdowns — Space → Base → Table → Field loaded live from your API

  • Auto-pagination on Return All (skip/take, up to 100k records)

  • Visual filter builder + raw JSON filter override

  • Works as a tool inside n8n’s AI Agent node

Teable Trigger node

  • Fires on New Record, Record Updated, or New or Updated Record

  • Returns current and previous field snapshots per record so you can see exactly what changed

  • Handles 504s and rate limits gracefully — never gets stuck


Links


Happy to take feature requests or bug reports — either here or as a GitHub issue. Hope it’s useful!

Zacharia (Imperol)

3 Likes

This is awesome — thanks for building this and sharing it with the community! :tada: