first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"createdAt": "2021-03-10T11:09:19.174Z",
|
||||
"updatedAt": "2021-03-10T11:09:40.674Z",
|
||||
"id": "117",
|
||||
"name": "Gotify:Message:create getAll delete",
|
||||
"active": false,
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {},
|
||||
"name": "Start",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"typeVersion": 1,
|
||||
"position": [250, 300],
|
||||
"id": "1d2659eb-da2b-4d7c-94f6-09d7dc99ef0d"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"message": "=Message content {{Date.now()}}",
|
||||
"additionalFields": {
|
||||
"title": "=Title{{Date.now()}}"
|
||||
}
|
||||
},
|
||||
"name": "Gotify",
|
||||
"type": "n8n-nodes-base.gotify",
|
||||
"typeVersion": 1,
|
||||
"position": [500, 300],
|
||||
"credentials": {
|
||||
"gotifyApi": {
|
||||
"id": "84",
|
||||
"name": "Gotify API creds"
|
||||
}
|
||||
},
|
||||
"id": "c8ae4d15-a793-4c51-a13a-5e9541079ed2"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "getAll",
|
||||
"limit": 1
|
||||
},
|
||||
"name": "Gotify1",
|
||||
"type": "n8n-nodes-base.gotify",
|
||||
"typeVersion": 1,
|
||||
"position": [650, 300],
|
||||
"credentials": {
|
||||
"gotifyApi": {
|
||||
"id": "84",
|
||||
"name": "Gotify API creds"
|
||||
}
|
||||
},
|
||||
"id": "9c136007-0f4a-4e13-ba09-03cd4dccbdab"
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "delete",
|
||||
"messageId": "={{$node[\"Gotify\"].json[\"id\"]}}"
|
||||
},
|
||||
"name": "Gotify2",
|
||||
"type": "n8n-nodes-base.gotify",
|
||||
"typeVersion": 1,
|
||||
"position": [800, 300],
|
||||
"credentials": {
|
||||
"gotifyApi": {
|
||||
"id": "84",
|
||||
"name": "Gotify API creds"
|
||||
}
|
||||
},
|
||||
"id": "fb795089-773b-47a5-b8f5-86c52a1863d6"
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Gotify": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Gotify1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Gotify1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Gotify2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Start": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Gotify",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {},
|
||||
"staticData": null,
|
||||
"meta": null,
|
||||
"pinData": null,
|
||||
"versionId": null,
|
||||
"triggerCount": 0,
|
||||
"tags": []
|
||||
}
|
||||
Reference in New Issue
Block a user