File size: 3,224 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
  "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": []
}