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

Process
View
Splitout Code Update Webhook
View
Error Gmail Send Triggered
View
🤖 On-Page SEO Audit
View
Post a message to a channel in RocketChat
View
Code Webhook Send Webhook
View
Splitout Code Send Scheduled
View
Aggregate Typeform Create Triggered
View
location_by_ip
View
Google Calendar Event Reminder
View