mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
be4f54de15
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
53 lines
982 B
JSON
53 lines
982 B
JSON
{
|
||
"meta": {
|
||
"instanceId": "123"
|
||
},
|
||
"nodes": [
|
||
{
|
||
"parameters": {
|
||
"resource": "credential",
|
||
"name": "123",
|
||
"credentialTypeName": "123"
|
||
},
|
||
"id": "a01f79f6-e8c3-44c5-be5e-4bc482e23172",
|
||
"name": "n8n",
|
||
"type": "n8n-nodes-base.n8n",
|
||
"typeVersion": 1,
|
||
"position": [
|
||
540,
|
||
240
|
||
],
|
||
"credentials": {
|
||
"n8nApi": {
|
||
"id": "10",
|
||
"name": "n8n account"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"parameters": {},
|
||
"id": "acdd1bdc-c642-4ea6-ad67-f4201b640cfa",
|
||
"name": "When clicking ‘Test workflow’",
|
||
"type": "n8n-nodes-base.manualTrigger",
|
||
"typeVersion": 1,
|
||
"position": [
|
||
300,
|
||
240
|
||
]
|
||
}
|
||
],
|
||
"connections": {
|
||
"When clicking ‘Test workflow’": {
|
||
"main": [
|
||
[
|
||
{
|
||
"node": "n8n",
|
||
"type": "main",
|
||
"index": 0
|
||
}
|
||
]
|
||
]
|
||
}
|
||
}
|
||
}
|