feat: add folder support for workflows (fixes #70)
This commit is contained in:
46
workflows/Manual/0107_Manual_Zulip_Send_Triggered.json
Normal file
46
workflows/Manual/0107_Manual_Zulip_Send_Triggered.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "126",
|
||||
"name": "Send a private message on Zulip",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Zulip",
|
||||
"type": "n8n-nodes-base.zulip",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"to": []
|
||||
},
|
||||
"credentials": {
|
||||
"zulipApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Zulip",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user