Workflow: Manual Googletranslate Automation

Workflow Details

Download Workflow
{
    "id": "92",
    "name": "Translate text from English to German",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                270,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Google Translate",
            "type": "n8n-nodes-base.googleTranslate",
            "position": [
                470,
                300
            ],
            "parameters": {
                "text": "Hello from n8n!",
                "translateTo": "de",
                "authentication": "oAuth2"
            },
            "credentials": {
                "googleTranslateOAuth2Api": "google-translate"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Google Translate",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Hacker News to Video Template - AlexK1919
View
Outlook
View
Webhook Dropcontact Create Webhook
View
Splitout Webhook Create Webhook
View
Create Onfleet tasks from Spreadsheets
View
Create Email Campaign From LinkedIn Post Interactions
View
Splitout Code Send Webhook
View
Chat with GitHub OpenAPI Specification using RAG (Pinecone and OpenAI)
View
Send daily weather updates to a phone number using the Vonage node
View
Respondtowebhook Stickynote Automate Webhook
View