feat: add folder support for workflows (fixes #70)
This commit is contained in:
43
workflows/Manual/0949_Manual_Twilio_Automate_Triggered.json
Normal file
43
workflows/Manual/0949_Manual_Twilio_Automate_Triggered.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "A workflow with the Twilio node",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Twilio",
|
||||
"type": "n8n-nodes-base.twilio",
|
||||
"position": [
|
||||
430,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"credentials": {
|
||||
"twilioApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Twilio",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user