See llms.txt for all machine-readable content.
This workflow receives a POST webhook request and creates one or more records in a Teable table via the Teable REST API, then returns the API response to the caller.
TEABLE_TOKEN environment variable in your n8n runtime (Teable Personal Access Token) so the workflow can authenticate to the Teable API.TEABLE_BASE_URL to your Teable instance URL if you are self-hosting; otherwise it defaults to https://app.teable.ai./webhook-test/teable/records for testing and /webhook/teable/records after activation) into the system that will send record-creation requests, and include tableId in the request body, query string, or x-teable-table-id header.