The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Smoke Test - Set Node",
"nodes": [
{
"parameters": {},
"id": "start",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
100,
300
]
},
{
"parameters": {
"assignments": [
{
"name": "name",
"value": "hello"
},
{
"name": "value",
"value": 42
},
{
"name": "active",
"value": true
}
]
},
"id": "set1",
"name": "Set Values",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
300,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Set Values",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Smoke Test - Set Node. Uses start. Manual trigger; 2 nodes.
Source: https://github.com/neul-labs/m9m/blob/main/test-workflows/smoke/set-node.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.
This n8n template helps you detect page cannibalization in Google Search Console (GSC): situations where multiple pages on your site rank for the same query and more than one page gets clicks. Use it