The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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": "<your credential>"
},
"typeVersion": 1
}
],
"connections": {
"HTTP Request": {
"main": [
[
{
"node": "DeepL",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
deepLApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Http Deepl. Uses httpRequest, deepL. Manual trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Http Filter. Uses splitOut, httpRequest, stickyNote. Manual trigger; 7 nodes.
Http Stickynote. Uses httpRequest, splitOut, stickyNote. Manual trigger; 12 nodes.
Capture Website Screenshots with Bright Data Web Unlocker and Save to Disk. Uses manualTrigger, stickyNote, readWriteFile, httpRequest. Event-driven trigger; 6 nodes.
Manual Stickynote. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 6 nodes.
[hiroshidigital.com] Send Message In Larksuite. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 6 nodes.