Files
alighasami 3d5eaf9445
Some checks failed
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
first commit
2026-03-17 16:22:57 +03:30

141 lines
2.6 KiB
JSON

{
"createdAt": "2021-03-15T11:39:24.637Z",
"updatedAt": "2021-03-15T11:39:24.637Z",
"id": "136",
"name": "Pushbullet:Push:create update getAll delete",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [250, 300],
"id": "c3bbbd0f-e93f-46ff-b36c-0ed72f1d207a"
},
{
"parameters": {
"title": "=Push{{Date.now()}}",
"body": "=Body{{Date.now()}}"
},
"name": "Pushbullet",
"type": "n8n-nodes-base.pushbullet",
"typeVersion": 1,
"position": [450, 300],
"credentials": {
"pushbulletOAuth2Api": {
"id": "104",
"name": "Pushbullet OAuth2 API creds"
}
},
"id": "d2143ac2-b023-47b1-93ec-281bc86b446d"
},
{
"parameters": {
"operation": "update",
"pushId": "={{$node[\"Pushbullet\"].json[\"iden\"]}}",
"dismissed": true
},
"name": "Pushbullet1",
"type": "n8n-nodes-base.pushbullet",
"typeVersion": 1,
"position": [600, 300],
"credentials": {
"pushbulletOAuth2Api": {
"id": "104",
"name": "Pushbullet OAuth2 API creds"
}
},
"id": "bc47ad37-e9bf-4fe0-a595-7a94bc02c193"
},
{
"parameters": {
"operation": "getAll",
"limit": 1,
"filters": {}
},
"name": "Pushbullet2",
"type": "n8n-nodes-base.pushbullet",
"typeVersion": 1,
"position": [750, 300],
"credentials": {
"pushbulletOAuth2Api": {
"id": "104",
"name": "Pushbullet OAuth2 API creds"
}
},
"id": "2293cc5c-1d5e-4d79-a7f4-8d48cf86beaf"
},
{
"parameters": {
"operation": "delete",
"pushId": "={{$node[\"Pushbullet\"].json[\"iden\"]}}"
},
"name": "Pushbullet3",
"type": "n8n-nodes-base.pushbullet",
"typeVersion": 1,
"position": [900, 300],
"credentials": {
"pushbulletOAuth2Api": {
"id": "104",
"name": "Pushbullet OAuth2 API creds"
}
},
"id": "72869e7c-e410-4115-bca9-dec16c90cb3f"
}
],
"connections": {
"Pushbullet": {
"main": [
[
{
"node": "Pushbullet1",
"type": "main",
"index": 0
}
]
]
},
"Pushbullet1": {
"main": [
[
{
"node": "Pushbullet2",
"type": "main",
"index": 0
}
]
]
},
"Pushbullet2": {
"main": [
[
{
"node": "Pushbullet3",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Pushbullet",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"pinData": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}