File size: 1,234 Bytes
3de279d | 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 | {
"createdAt": "2021-03-12T15:30:32.231Z",
"updatedAt": "2021-03-12T15:30:32.231Z",
"id": "131",
"name": "Line:Notification:send",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "b97b22de-c820-46c3-bd9a-9ccd77d9fb2f"
},
{
"parameters": {
"message": "=Notification{{Date.now()}}",
"additionalFields": {}
},
"name": "Line",
"type": "n8n-nodes-base.line",
"typeVersion": 1,
"position": [
480,
300
],
"credentials": {
"lineNotifyOAuth2Api": {
"id": "99",
"name": "Line Notify OAuth2 API"
}
},
"id": "bda3f612-99db-4f50-86ec-71f3f7e26917"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Line",
"type": "main",
"index": 0
}
]
]
},
"Line": {
"main": [
[]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"pinData": null,
"versionId": null,
"triggerCount": 0,
"tags": []
} |