feat: add folder support for workflows (fixes #70)
This commit is contained in:
54
workflows/Twilio/1198_Twilio_Pushcut_Send_Triggered.json
Normal file
54
workflows/Twilio/1198_Twilio_Pushcut_Send_Triggered.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"id": "92",
|
||||
"name": "Send an SMS to a number whenever you go out",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Pushcut Trigger",
|
||||
"type": "n8n-nodes-base.pushcutTrigger",
|
||||
"position": [
|
||||
470,
|
||||
300
|
||||
],
|
||||
"webhookId": "",
|
||||
"parameters": {
|
||||
"actionName": "Leaving Home"
|
||||
},
|
||||
"credentials": {
|
||||
"pushcutApi": "Pushcut Credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Twilio",
|
||||
"type": "n8n-nodes-base.twilio",
|
||||
"position": [
|
||||
670,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"to": "123",
|
||||
"from": "123",
|
||||
"message": "=I'm {{$node[\"Pushcut Trigger\"].json[\"input\"]}}"
|
||||
},
|
||||
"credentials": {
|
||||
"twilioApi": "twilio"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Pushcut Trigger": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Twilio",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user