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.
Build with AI
Open the AI Chat in your table’s right sidebar and tell AI what you want. For example, you can say: “When a new high-priority ticket is created, send a Slack message to the #support channel with the ticket title and description” AI will create the complete workflow automatically. You can review the generated script, test it with real data, and enable the workflow when ready.Prerequisites
You need a webhook URL from your chat platform:- Slack: Create an Incoming Webhook
- Discord: Server Settings → Integrations → Webhooks → New Webhook
- Teams: Channel → Connectors → Incoming Webhook
Manual setup
- Create a workflow with trigger When Record Created.
- Select your Tickets table.
- Add a filter:
PriorityisHigh. - Click Test.
- Add an action → HTTP Request.
- Configure:
- Method: POST
- URL: your webhook URL
- Content-Type:
application/json - Body (for Slack):
- Use the + button to insert the ticket title dynamically.
- Click Test, then enable.
Adapting for Discord
Discord uses"content" instead of "text":

