Files
n8n-enterprise-unlocked/test-workflows/workflows/205.json
2025-05-20 07:24:56 +01:00

63 lines
1.3 KiB
JSON

{
"createdAt": "2021-05-14T09:46:06.853Z",
"updatedAt": "2021-05-14T09:46:06.853Z",
"id": "205",
"name": "Pushover:Message:push",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "b67fccde-5dac-406f-98f4-d5c58ac8aa37"
},
{
"parameters": {
"userKey": "uwwjqj8g3kbj4mbsmcwi8ov7ocofrx",
"message": "=Message_{{(new Date).toISOString()}}",
"additionalFields": {
"title": "=NodeQa Test_{{(new Date).toISOString()}}"
}
},
"name": "Pushover",
"type": "n8n-nodes-base.pushover",
"typeVersion": 1,
"position": [
510,
300
],
"credentials": {
"pushoverApi": {
"id": "177",
"name": "Pushover API creds"
}
},
"id": "1036f288-8058-48b9-9d2e-3a915bfadb12"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Pushover",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"pinData": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}