Runs on its own when you want it to
A workflow is one trigger and any number of actions. Webhooks in, webhooks out, or a schedule. Every action is something you could have done by hand.
Triggers
What starts a run.
A new item in an RSS feed or on a YouTube channel.
Any service that can POST JSON to a URL you are given.
Hourly, daily or weekly, whatever the job needs.
A source finished processing, or a creation finished generating.
Actions
What a run does, in whatever order you put them.
Named from the trigger’s payload if you like.
A link, a file or pasted text, extracted and embedded as usual.
Put a question to a notebook and carry the cited answer forward.
Any of the fifteen creators, podcasts included.
To yourself, with whatever the run produced.
POST anywhere. Slack, Discord, n8n, your own endpoint.
Connects to what you already run
Anything that can POST JSON can start a workflow, and any workflow can POST to any URL. These are the ones with docs worth linking to.