feat: add folder support for workflows (fixes #70)
This commit is contained in:
76
workflows/Manual/0210_Manual_Yourls_Create_Triggered.json
Normal file
76
workflows/Manual/0210_Manual_Yourls_Create_Triggered.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"id": "167",
|
||||
"name": "Create a short URL and get the statistics of the URL",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
370,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Yourls",
|
||||
"type": "n8n-nodes-base.yourls",
|
||||
"position": [
|
||||
570,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"url": "https://medium.com/n8n-io/sending-sms-the-low-code-way-with-airtable-twilio-programmable-sms-and-n8n-90dbde74223e?source=---------4-----------------------",
|
||||
"additionalFields": {
|
||||
"title": "Sending SMS the Low-Code Way with Airtable, Twilio Programmable SMS, and n8n"
|
||||
}
|
||||
},
|
||||
"credentials": {
|
||||
"yourlsApi": "Yourls"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Yourls1",
|
||||
"type": "n8n-nodes-base.yourls",
|
||||
"position": [
|
||||
770,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"shortUrl": "={{$node[\"Yourls\"].json[\"shorturl\"]}}",
|
||||
"operation": "stats"
|
||||
},
|
||||
"credentials": {
|
||||
"yourlsApi": "Yourls"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Yourls": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Yourls1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Yourls",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user