packages/twenty-docs/getting-started/core-concepts/workflows.mdx
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
Workflows let you automate repetitive tasks and connect Twenty to external tools — without writing code (though you can if you want to).
<VimeoEmbed videoId="1185511711" title="Workflow" />Every workflow has three parts:
| Trigger | When it fires |
|---|---|
| Record event | A record is created, updated, deleted, or upserted |
| Manual | A user clicks a button (on a single record, multiple records, or globally) |
| Schedule | On a recurring interval (cron syntax) |
| Webhook | An external system sends an HTTP POST |
Workflows can chain any combination of: