Web Scraping & Data Extraction

1233 HTTP Deepl Automation Webhook

1233 HTTP Deepl Automation Webhook

Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
2
Node Types
0

Workflow JSON

941 Bytes
{
  "name": "1233 HTTP Deepl Automation Webhook",
  "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
          }
        ]
      ]
    }
  }
}