Skip to product information

n8n Webhook to Teable REST API: Create Records Workflow

n8n Webhook to Teable REST API: Create Records Workflow

 (200+Reviews)
Regular price £74.99
Regular price £74.99 Sale price
SAVE Sold out
Instant Digital Download
Unlimited Downloads
Lifetime Access in Your Account
🔥
128+ Sold
Popular with n8n builders
23 people viewing
High interest right now
9 added today
Fast-moving digital product
n8n Webhook to Teable REST API: Create Records Workflow

n8n Webhook to Teable REST API: Create Records Workflow

Regular price £74.99
Regular price £74.99 Sale price
SAVE Sold out

Create Teable records instantly from an n8n POST webhook

This n8n workflow listens for a POST webhook, then uses the Teable REST API to create one or more records in your Teable table—returning Teable’s response to the caller with HTTP status 201.

What this workflow does

  • Receives a webhook request: The workflow gets a POST at its webhook endpoint containing a tableId and record data.
  • Validates and normalizes the payload: It confirms that tableId is present, then transforms the incoming data into a records array with fields. During normalization, it applies defaults like fieldKeyType and performs typecasting as needed.
  • Creates records in Teable: Using an authenticated HTTP request, it sends a POST to Teable’s Create Records API for the specified table.
  • Returns the result: The workflow responds with Teable’s creation output as JSON, including HTTP status 201.

Use cases

  • SaaS operator workflows: Create Teable rows when events happen in your application (e.g., “new lead created”).
  • Automation engineers: Provide an easy webhook interface for internal systems to write data into Teable.
  • Multi-record ingestion: Send batches of records to a single endpoint to populate a Teable table quickly.

Technical details

  • Nodes / components: Webhook, Code, HTTP Request, Respond to Webhook, and Sticky Note.
  • Authentication: Uses the TEABLE_TOKEN environment variable (Teable Personal Access Token).
  • Teable base URL: Optionally set TEABLE_BASE_URL; defaults to https://app.teable.ai.
  • Webhook paths: Test at /webhook-test/teable/records, then use /webhook/teable/records after activation.
  • Passing tableId: Include tableId in the request body, query string, or the x-teable-table-id header.

Build a reliable Teable record-creation endpoint with n8n and the Teable REST API—without manual data entry.

View full details