- Home
- Resources
- Integrations
- Manual Trigger
n8n Manual Trigger nodeConfigure Manual Trigger in n8n.
Every workflow needs something at the front, and while you build, that something is usually the Manual Trigger. The n8n Manual Trigger node runs the flow on clicking a button in n8n. It has 0 parameters, so there is no panel to fill in, which makes it the fastest way to test the nodes wired after it.
Verified Trustpilot reviews · AI, automation & growth agency
What does the n8n Manual Trigger node actually do?
The Manual Trigger node opens a workflow and starts it when you click a button in n8n. Nothing listens, nothing waits, nothing polls. You decide the moment the run happens, and the nodes wired after it execute in order, so the data they produce is available to expressions written as {{ $json.field }} further down the chain.
Think of it as the node you build against. A spreadsheet export is the clearest case: you drop a Google Sheets node after the trigger, click, and look at what came back. Wrong column, empty rows, a date in the wrong format, you fix it and click again. No waiting on an event that may not fire for hours.
One-off jobs are the second case, and they never really leave the Manual Trigger behind. A file that has to be pushed to a server today and probably never again is a chain of two nodes, an Ftp upload or a shell command, run by hand when someone asks for it. Turning that into a scheduled automation would cost more than the job itself.
The third case is showing the thing to someone. A workflow that posts a digest to Slack or drafts a reply in Gmail is much easier to explain when a colleague can watch it run on demand, step by step, instead of reading a canvas full of arrows and hoping the event arrives while they are looking.
When do you take something else? The moment nobody should have to be there. A trigger that listens only does its job when the workflow is active, and Manual Trigger never becomes that: it fires when a human clicks, and only then. So it is the start of the build, not the end of it. Swap it for the trigger that matches the event you actually care about once the logic behind it is proven.
The limits are worth stating plainly, because they are the whole point. The node exposes 0 parameters, which means there is nothing to tune, nothing to break and nothing that behaves differently between version 1 and any workflow you open later. It also means it carries no data of its own into the run. If you need a payload while testing, you fetch one, often with an HTTP Request call to the endpoint you are working against, and the rest of the workflow reads that instead. If you are still weighing n8n against another platform before you invest in all this, the n8n review covers the ground this page does not.
Manual Trigger
The Manual Trigger node has 0 parameters. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.
Parameters index
Need help automating Manual Trigger with n8n?
A person reads every message.
Manual Trigger in n8n: the questions that come next
01Is the Manual Trigger node included in n8n, on Cloud and self-hosted?
02What do you need to configure before the n8n Manual Trigger node works?
03What are the limits of the Manual Trigger node?
04When do you keep Manual Trigger instead of another trigger?
05n8n or Make for a workflow you run on demand?
Get our weekly integration tips.
No spam. Unsubscribe anytime.


