File size: 1,694 Bytes
aec3094 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | {
"createdAt": "2021-03-23T16:57:55.466Z",
"updatedAt": "2021-03-23T16:57:55.466Z",
"id": "145",
"name": "Peekalink:isAvailable preview",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "81f5cd1e-3133-46d5-a1e2-70790d6d338a"
},
{
"parameters": {
"operation": "isAvailable",
"url": "https://example.com/"
},
"name": "Peekalink",
"type": "n8n-nodes-base.peekalink",
"typeVersion": 1,
"position": [
550,
250
],
"credentials": {
"peekalinkApi": {
"id": "116",
"name": "Peekalink API"
}
},
"id": "a8686c14-d503-4e1f-a693-e08cf71ac65e"
},
{
"parameters": {
"url": "https://example.com/"
},
"name": "Peekalink1",
"type": "n8n-nodes-base.peekalink",
"typeVersion": 1,
"position": [
550,
400
],
"credentials": {
"peekalinkApi": {
"id": "116",
"name": "Peekalink API"
}
},
"id": "dfffa4d9-913a-4a08-89de-a1e8f6b010d4"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Peekalink1",
"type": "main",
"index": 0
},
{
"node": "Peekalink",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"pinData": null,
"versionId": null,
"triggerCount": 0,
"tags": []
} |