n8n
Workflow
Get Synonyms Of A German Word
This n8n workflow retrieves tasks and integrates with various services. Get Synonyms Of A German Word - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow retrieves tasks and integrates with various services. Get Synonyms Of A German Word - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
550,
260
],
"parameters": [],
"typeVersion": 1,
"id": "7894b06c-08d0-46ca-a3ef-9efb1b7b8980"
},
{
"name": "OpenThesaurus",
"type": "n8n-nodes-base.openThesaurus",
"position": [
750,
260
],
"parameters": {
"text": "Hallo",
"options": []
},
"typeVersion": 1,
"id": "cf468e9f-84dc-4321-b71b-a8ab64318e77"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "OpenThesaurus",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow