AutomationFlowsGeneral › Translate Text via HTTP to DeepL

Translate Text via HTTP to DeepL

Original n8n title: Http Deepl

Http Deepl. Uses httpRequest, deepL. Manual trigger; 2 nodes.

Manual trigger★☆☆☆☆ complexity2 nodesHTTP RequestDeepL
General Trigger: Manual Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Http Filter. Uses splitOut, httpRequest, stickyNote. Manual trigger; 7 nodes.

HTTP Request
General

Http Stickynote. Uses httpRequest, splitOut, stickyNote. Manual trigger; 12 nodes.

HTTP Request
General

Capture Website Screenshots with Bright Data Web Unlocker and Save to Disk. Uses manualTrigger, stickyNote, readWriteFile, httpRequest. Event-driven trigger; 6 nodes.

Read Write File, HTTP Request
General

Manual Stickynote. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request
General

[hiroshidigital.com] Send Message In Larksuite. Uses manualTrigger, httpRequest, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request