Skip to content

Instantly share code, notes, and snippets.

@bikramkgupta
Created January 25, 2026 19:16
Show Gist options
  • Select an option

  • Save bikramkgupta/940b9d86e937cfbd5758094b59da2519 to your computer and use it in GitHub Desktop.

Select an option

Save bikramkgupta/940b9d86e937cfbd5758094b59da2519 to your computer and use it in GitHub Desktop.
n8n smoke test workflow
{
"name": "Smoke Test Workflow",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
}
],
"connections": {},
"active": false,
"settings": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment