- Home
- Resources
- Integrations
- n8n Trigger
n8n Trigger nodeConfigure n8n Trigger in n8n.
The n8n Trigger node lets a workflow react to its own lifecycle. It opens the workflow when that workflow is published, when an already published version is published again, or when the instance starts. One parameter, Events, 3 boxes to tick, no more.
Verified Trustpilot reviews · AI, automation & growth agency
What does the n8n Trigger node actually watch?
This node is n8n keeping an eye on n8n. Put it in a workflow and that workflow wakes up on its own lifecycle: when it gets published, when a published version is published again, or when the instance hosting it starts or restarts. It watches nothing else. A colleague publishing another workflow next door leaves it asleep.
First scenario, the restart check. Tick Instance Started and the workflow opens every time the instance boots or reboots, which is the moment to run a short sanity pass: call one internal endpoint with HTTP Request, the node that calls any HTTP endpoint, then post the result to a maintenance channel with Slack. Nobody has to remember to check after a container comes back up.
Second scenario, the publication log. Tick Workflow Published and every first publication writes a line somewhere you can read later, a row in Google Sheets for instance. Teams that share one instance get a plain record of what went live and when, without asking anyone to fill in a form.
Third scenario, the change notice. Tick Published Workflow Updated and a republished workflow tells the people who depend on it, by mail through Gmail. Add an If node behind it to keep the notice for the workflows that really matter and stay quiet on the rest.
When to reach for something else: this node only opens a workflow on its own lifecycle. It does not call an API, it does not read a file, it does not watch a third-party account. Anything that starts from an outside service belongs to that service's own node, and anything that needs an HTTP call inside the run belongs to HTTP Request.
The limits are worth knowing before you build on it. The node covers 3 events, no more, and it only reports on the workflow it sits in. Its version is 1, so there is no option collection to open and nothing else to tune. In production the workflow has to be active for the node to listen at all; while you are editing, a test execution listens once and then stops.
How do you fill the Events parameter?
The n8n Trigger node has one parameter. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.
Parameters index
Events
eventsWhat you see in n8n
Notes & use cases
One parameter carries the whole node, and it decides which lifecycle moments open the workflow. It takes several values at once, so a single node can cover publication and restart together.
Key parameters
- Published Workflow Updated: triggers when the workflow version is published from a published state, meaning the workflow was already published.
- Instance Started: triggers when this n8n instance is started or re-started.
- Workflow Published: triggers when the workflow version is published from an unpublished state.
Need help automating n8n Trigger with n8n?
A person reads every message.
n8n Trigger node, the questions that come next
01Is the n8n Trigger node free to use?
02What do you need to connect before it runs?
03What are its limits?
04When do you pick this node over an HTTP call?
05n8n or Make for this kind of monitoring?
Get our weekly integration tips.
No spam. Unsubscribe anytime.
