Pular para o conteúdo principal

Automations

An Automation Workflow runs a chain of configured actions without anyone pressing a button. Something starts it, an optional condition decides whether it should carry on, and the actions do the work: calling an external API, moving a file over SFTP, building a CSV, sending mail, or returning a response to whoever called.

Click a step to see what it does.

Every workflow has the same skeleton. It begins at a mandatory Start action and finishes at a Result, and each action in between names the one that follows it. That chain is the whole model, and it is what the builder draws.

What starts a workflow

Three things, covered in How automations start:

SourceUse it for
A system eventReacting to work happening in Skills Workflow, such as a project being created.
A webhookLetting an external system call in, with the request body available to every action.
A scheduleRunning on a fixed cadence, such as an hourly sync.

Where to go next

New to automations? Build your first automation walks from an empty screen to a working workflow that calls an external endpoint.

Building one now? Actions is the catalogue of every action type, with its required fields, JSON template and examples. Workflow structure covers the rules a workflow must satisfy before it will save.

Wiring data between actions? Expressions covers the {{ }} syntax, the functions and pipe functions available, and JSONPath for reaching into results.

Want a working starting point? Recipes are complete automations you can copy and adapt.