Workflow: HTTP Deepl Automation

Workflow Details

Download Workflow
{
    "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
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Code Slack Create Webhook
View
Postgres Webhook Automation Webhook
View
Code Filter Automate Triggered
View
Code Filter Create Webhook
View
Webhook Respondtowebhook Create Webhook
View
Splitout Webhook Create Webhook
View
Manual Dropbox Automation Webhook
View
Wait Code Create Webhook
View
dub.co URL Shortener
View
Stickynote Executeworkflow Create Triggered
View