Demo workflow by n8dex
Just a demo
Shared 8/4/2025
405 views
Visual Workflow
JSON Code
{
"nodes": [
{
"id": "slack-node",
"type": "n8n-nodes-base.slack",
"position": [
400,
300
],
"parameters": {
"text": "Hello from n8n!",
"channel": "#general",
"username": "n8n-bot"
},
"typeVersion": 1
},
{
"id": "start-node",
"type": "n8n-nodes-base.start",
"position": [
200,
300
],
"parameters": {},
"typeVersion": 1
}
],
"settings": {
"executionOrder": "v1"
},
"connections": {
"start-node": {
"main": [
[
{
"node": "slack-node",
"type": "main",
"index": 0
}
]
]
}
}
}