Documentation Index
Fetch the complete documentation index at: https://help.teable.ai/llms.txt
Use this file to discover all available pages before exploring further.
This page is deprecated and no longer appears in the documentation navigation. It is kept only for old links. Please refer to the current example pages under Automation.
Scenario: After an e-commerce order status changes from “Paid” to “Shipped”, automatically notify a WeCom (WeChat Work) bot group so customer support and fulfillment stay in sync.
Prerequisites
- Access token: Personal Access Token (PAT). Prefer providing via environment variable, for example
process.env.TEABLE_TOKEN - IDs: The target orders table
tableId, and required fieldfieldIds (e.g.,fldStatus,fldOrderNo,fldCarrier,fldTrackingNo) - Webhook: WeCom robot Webhook URL (or Microsoft Teams/DingTalk Hook)
- References:
Get IDsandAccess Token
Flow overview
- Create automation
- Create trigger node
- Create HTTP request action node
- Configure nodes
- Test nodes
- Enable automation
JavaScript example
API
Main function
Security and best practices
- Use the least-privileged PAT and restrict accessible spaces/bases.
- Store sensitive configurations (Token, Webhook) in a secure secret manager or environment variables; avoid hardcoding.
- Before enabling, use “Test Node” to verify HTTP reachability and that template variables resolve correctly.
- Configure reasonable timeouts and retries for external APIs, and monitor failures/alerts.

