mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"createdAt": "2021-03-29T08:38:31.241Z",
|
|
"updatedAt": "2021-03-29T08:39:51.181Z",
|
|
"id": "161",
|
|
"name": "Vonage:SMS:send",
|
|
"active": false,
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"name": "Start",
|
|
"type": "n8n-nodes-base.start",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
250,
|
|
300
|
|
],
|
|
"id": "e945a821-3ba5-4579-966a-2dad40345d27"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"from": "21624827732",
|
|
"to": "21624827732",
|
|
"message": "=Message{{Date.now()}}",
|
|
"additionalFields": {}
|
|
},
|
|
"name": "Vonage",
|
|
"type": "n8n-nodes-base.vonage",
|
|
"typeVersion": 1,
|
|
"position": [
|
|
450,
|
|
300
|
|
],
|
|
"credentials": {
|
|
"vonageApi": {
|
|
"id": "128",
|
|
"name": "Vonage API creds"
|
|
}
|
|
},
|
|
"id": "d92003eb-6352-45fe-9e96-7a4b98fdd513"
|
|
}
|
|
],
|
|
"connections": {
|
|
"Start": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Vonage",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"settings": {},
|
|
"staticData": null,
|
|
"meta": null,
|
|
"pinData": null,
|
|
"versionId": null,
|
|
"triggerCount": 0,
|
|
"tags": []
|
|
} |