n8n Workflow

Translate Instructions Using Lingvanex

This n8n workflow automates tasks and integrates with various services. Translate Instructions Using Lingvanex - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks and integrates with various services. Translate Instructions Using Lingvanex - ready to import and run in your n8n instance.
Features:
  • Makes HTTP requests to external APIs
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "c8ae48f5-2487-4802-8350-e4c1f9cb3678"
        },
        {
            "name": "LingvaNex",
            "type": "n8n-nodes-base.lingvaNex",
            "position": [
                650,
                300
            ],
            "parameters": {
                "text": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strInstructions\"]}}",
                "options": [],
                "translateTo": "it_IT"
            },
            "credentials": {
                "lingvaNexApi": "LingvaNex"
            },
            "typeVersion": 1,
            "id": "bde72d70-def6-4885-ab25-145f7a97c5f3"
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                450,
                300
            ],
            "parameters": {
                "url": "https://www.thecocktaildb.com/api/json/v1/1/random.php",
                "options": []
            },
            "typeVersion": 1,
            "id": "0ddcc19e-a172-4e6a-b5d2-ec53ddd3e14c"
        }
    ],
    "connections": {
        "HTTP Request": {
            "main": [
                [
                    {
                        "node": "LingvaNex",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows