Created
January 25, 2026 19:16
-
-
Save bikramkgupta/940b9d86e937cfbd5758094b59da2519 to your computer and use it in GitHub Desktop.
n8n smoke test workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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