AI Agent Development
Get synonyms of a German word
Get synonyms of a German word
Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
2
Node Types
0
Workflow JSON
775 Bytes
{
"id": "157",
"name": "Get synonyms of a German word",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
550,
260
],
"parameters": {},
"typeVersion": 1
},
{
"name": "OpenThesaurus",
"type": "n8n-nodes-base.openThesaurus",
"position": [
750,
260
],
"parameters": {
"text": "Hallo",
"options": {}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "OpenThesaurus",
"type": "main",
"index": 0
}
]
]
}
}
}