AutomationFlowsGeneral › Get Synonyms Of A German Word

Get Synonyms Of A German Word

Get Synonyms Of A German Word. Uses manualTrigger, openThesaurus. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesOpen Thesaurus
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆

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 →

Download .json
{
  "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
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "OpenThesaurus",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

About this workflow

Get Synonyms Of A German Word. Uses manualTrigger, openThesaurus. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More General workflows → · Browse all categories →