Skip to content

Instantly share code, notes, and snippets.

@skanayi
Created October 22, 2021 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skanayi/8fd68e6bfc6e8fbb3543e0dd50058a90 to your computer and use it in GitHub Desktop.
Save skanayi/8fd68e6bfc6e8fbb3543e0dd50058a90 to your computer and use it in GitHub Desktop.
workflow
{
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
320,
280
]
},
{
"parameters": {
"command": "lsx"
},
"name": "Execute Command",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
810,
400
],
"alwaysOutputData": true
},
{
"parameters": {
"path": "977fb05e-17c2-45f5-99da-cfea73146b9f",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
380,
540
],
"webhookId": "977fb05e-17c2-45f5-99da-cfea73146b9f"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Execute Command",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "Execute Command",
"type": "main",
"index": 0
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment