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": "Hello World",
"description": "A simple hello world workflow demonstrating basic m9m structure",
"category": "getting-started",
"difficulty": "beginner",
"estimatedTime": "2 minutes",
"prerequisites": [],
"learningObjectives": [
"Understand basic workflow structure",
"Learn about Start and Set nodes",
"Practice with simple expressions"
],
"nodes": [
{
"parameters": {},
"id": "start",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"assignments": [
{
"name": "message",
"value": "Hello, m9m World!"
},
{
"name": "timestamp",
"value": "{{ formatDate(now(), 'yyyy-MM-dd HH:mm:ss') }}"
},
{
"name": "version",
"value": "1.0.0"
}
]
},
"id": "set-welcome",
"name": "Set Welcome Message",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
460,
300
]
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Set Welcome Message",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Hello World. Uses start. Manual trigger; 2 nodes.
Source: https://github.com/neul-labs/m9m/blob/main/examples/getting-started/hello-world.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