Workflow: Manual Lingvanex Automation

Workflow Details

Download Workflow
{
    "id": "145",
    "name": "Translate cocktail instructions using LingvaNex",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "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
        },
        {
            "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
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "HTTP Request": {
            "main": [
                [
                    {
                        "node": "LingvaNex",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout HTTP Create Webhook
View
Telegram Gmailtool Send Triggered
View
Send an SMS using the Mocean node
View
TOTP VALIDATION (WITHOUT CREATING CREDENTIAL)
View
Use any LLM-Model via OpenRouter
View
Chat with GitHub OpenAPI Specification using RAG (Pinecone and OpenAI)
View
Respondtowebhook Stickynote Automate Webhook
View
Send Discord message from Webflow form submission
View
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
View
Wait Dropbox Automation Webhook
View