feat: add folder support for workflows (fixes #70)
This commit is contained in:
47
workflows/Http/1233_HTTP_Deepl_Automation_Webhook.json
Normal file
47
workflows/Http/1233_HTTP_Deepl_Automation_Webhook.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "HTTP Request",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"position": [
|
||||
510,
|
||||
320
|
||||
],
|
||||
"parameters": {
|
||||
"url": "https://www.thecocktaildb.com/api/json/v1/1/random.php",
|
||||
"options": {}
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "DeepL",
|
||||
"type": "n8n-nodes-base.deepL",
|
||||
"position": [
|
||||
710,
|
||||
320
|
||||
],
|
||||
"parameters": {
|
||||
"text": "={{$json[\"drinks\"][0][\"strInstructions\"]}}",
|
||||
"translateTo": "FR",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"deepLApi": "DeepL API Credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"HTTP Request": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "DeepL",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user