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-03-24T09:07:34.933Z",
"updatedAt": "2021-07-29T14:07:02.141Z",
"id": "148",
"name": "Deepl:Language:translate",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "e3254a53-50f2-42df-925a-f7f4ac8d0a50"
},
{
"parameters": {
"text": "n8n (pronounced n-eight-n) helps you to interconnect every app with an API in the world with each other to share and manipulate its data without a single line of code. It is an easy to use, user-friendly and highly customizable service.",
"translateTo": "DE",
"additionalFields": {
"splitSentences": "1",
"preserveFormatting": "0",
"formality": "default"
}
},
"name": "DeepL",
"type": "n8n-nodes-base.deepL",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"deepLApi": {
"name": "<your credential>"
}
},
"id": "e8c6fe13-54b6-476f-a5c5-d6699874fc9e"
},
{
"parameters": {
"functionCode": "testData ='n8n (ausgesprochen n-eight-n) hilft Ihnen, jede App mit einer API auf der Welt miteinander zu verbinden, um ihre Daten ohne eine einzige Zeile Code zu teilen und zu manipulieren. Es ist ein einfach zu bedienender, benutzerfreundlicher und hochgradig anpassbarer Dienst.'\nif(items[0].json['text'] !== testData){\n throw new Error('Problem in DeepL node')\n}\nreturn items;"
},
"name": "Function",
"type": "n8n-nodes-base.function",
"typeVersion": 1,
"position": [
650,
300
],
"id": "2672ca93-3052-4bc7-9145-f0f25405378d"
}
],
"connections": {
"DeepL": {
"main": [
[
{
"node": "Function",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "DeepL",
"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.
deepLApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Deepl:Language:translate. Uses start, deepL. Manual trigger; 3 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/148.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.
TheHive[v4]:Alert:create update get getAll promote merge:Case:create update get getAll:Observable:create update get search getAll:Task:create update get search getAll:Log:create get getAll. Uses start
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
Trello:Board:*List:*Card:*Label:*CardComment:*Attachment:*CheckList:*. Uses start, trello. Manual trigger; 35 nodes.
ClickUp:Task:create update member getAll get delete:List:create update customFields member getAll get delete. Uses start, clickUp. Manual trigger; 30 nodes.