mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
155 lines
3.1 KiB
JSON
155 lines
3.1 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.start",
|
|
"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": []
|
|
} |