feat: add folder support for workflows (fixes #70)
This commit is contained in:
94
workflows/Manual/1449_Manual_Webhook_Automate_Webhook.json
Normal file
94
workflows/Manual/1449_Manual_Webhook_Automate_Webhook.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"id": "FDl4Ho3KYiA7MIxR",
|
||||
"meta": {
|
||||
"instanceId": "f6d3344846b38f0c35c069a91b2450f6527b26bb735b6301a692ce1cca2b2682"
|
||||
},
|
||||
"name": "NetSuite Rest API workflow",
|
||||
"tags": [],
|
||||
"nodes": [
|
||||
{
|
||||
"id": "f7f90fb4-e29f-4bbf-a99d-ee2fde45cd06",
|
||||
"name": "When clicking ‘Test workflow’",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
-380,
|
||||
-40
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"id": "9fcc1ce7-e9bf-4592-8bcd-7c77272a9c59",
|
||||
"name": "NetSuite",
|
||||
"type": "n8n-nodes-netsuite.netsuite",
|
||||
"position": [
|
||||
-40,
|
||||
-180
|
||||
],
|
||||
"parameters": {
|
||||
"query": "={{ $json.query.suiteql }}",
|
||||
"options": {},
|
||||
"operation": "runSuiteQL"
|
||||
},
|
||||
"credentials": {
|
||||
"netsuite": {
|
||||
"id": "ro6Rl1oWY4KkFUYn",
|
||||
"name": "NetSuite account"
|
||||
}
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"id": "1d615309-2cb0-4383-9698-2f80da0d4bf5",
|
||||
"name": "Webhook",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"position": [
|
||||
-380,
|
||||
-280
|
||||
],
|
||||
"webhookId": "249328cc-587a-4269-b266-96fe60cfaeb9",
|
||||
"parameters": {
|
||||
"path": "249328cc-587a-4269-b266-96fe60cfaeb9",
|
||||
"options": {},
|
||||
"responseData": "allEntries",
|
||||
"responseMode": "lastNode"
|
||||
},
|
||||
"typeVersion": 2
|
||||
}
|
||||
],
|
||||
"active": true,
|
||||
"pinData": {},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"versionId": "d6823e59-8e07-44a6-b4af-b029da620523",
|
||||
"connections": {
|
||||
"Webhook": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "NetSuite",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"NetSuite": {
|
||||
"main": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"When clicking ‘Test workflow’": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "NetSuite",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user