The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-07-02T10:27:33.975Z",
"updatedAt": "2021-07-09T11:10:22.318Z",
"id": "223",
"name": "LingvaNex:Translate",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "61781654-9992-4dd9-8224-943ecf740806"
},
{
"parameters": {
"text": "automation",
"translateTo": "de_DE",
"options": {
"from": "en_US"
}
},
"name": "LingvaNex",
"type": "n8n-nodes-base.lingvaNex",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"lingvaNexApi": {
"name": "<your credential>"
}
},
"id": "68e11f02-34e0-47d6-a175-81abf5002b28"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "LingvaNex",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
lingvaNexApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LingvaNex:Translate. Uses start, lingvaNex. Manual trigger; 2 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/223.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.