Skip to main content
We recommend building automation examples directly in AI chat. Just describe the workflow you want, and AI will handle the full setup for you, including the trigger, actions, script, and configuration.

Build with AI

Open the AI Chat in your table’s right sidebar and tell AI what you want. For example, you can say: “Create an automation that watches for order status changes and sends a webhook notification when an order ships” 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

  • A Personal Access Token (PAT). See Access Token.
  • Your base ID, table ID, and field IDs. See Get IDs.

Helper Functions

Create the Workflow

Best Practices

  • Use the least-privileged PAT — restrict it to the spaces/bases it needs.
  • Store tokens in environment variables, never hardcode them.
  • Use Test Node to verify before enabling.
  • See the full Automation API Reference.
Last modified on May 14, 2026