diff --git a/docs/nodes/nodes-library/nodes/OpenThesaurus/OpenThesaurus_node.png b/docs/nodes/nodes-library/nodes/OpenThesaurus/OpenThesaurus_node.png new file mode 100644 index 000000000..f03dc71f0 Binary files /dev/null and b/docs/nodes/nodes-library/nodes/OpenThesaurus/OpenThesaurus_node.png differ diff --git a/docs/nodes/nodes-library/nodes/OpenThesaurus/README.md b/docs/nodes/nodes-library/nodes/OpenThesaurus/README.md new file mode 100644 index 000000000..ef9da1744 --- /dev/null +++ b/docs/nodes/nodes-library/nodes/OpenThesaurus/README.md @@ -0,0 +1,37 @@ +--- +permalink: /nodes/n8n-nodes-base.openThesaurus +description: Learn how to use the OpenThesaurus node in n8n +--- + +# OpenThesaurus + +[OpenThesaurus](https://www.openthesaurus.de/) is a free German dictionary for synonyms. + +## Basic Operations + +- Get synonyms for a German word in German + +## Example Usage + +This workflow allows you to get synonyms of a German word in German. You can also find the [workflow](https://n8n.io/workflows/806) on the website. This example usage workflow would use the following nodes. +- [Start](../../core-nodes/Start/README.md) +- [OpenThesaurus]() + +The final workflow should look like the following image. + +![A workflow with the OpenThesaurus node](./workflow.png) + +### 1. Start node + +The start node exists by default when you create a new workflow. + +### 2. OpenThesaurus node + +This node will return synonyms of the word `Hallo` in German. If you want to get synonyms of another German word, use that word instead. + +1. Enter `Hallo` in the ***Text*** field. +2. Click on ***Execute Node*** to run the workflow. + +In the screenshot below, you will notice that the node returns the synonyms of the word `Hallo`. + +![Using the OpenThesaurus node to get the synonyms of the word Hallo](./OpenThesaurus_node.png) diff --git a/docs/nodes/nodes-library/nodes/OpenThesaurus/workflow.png b/docs/nodes/nodes-library/nodes/OpenThesaurus/workflow.png new file mode 100644 index 000000000..de973a0d0 Binary files /dev/null and b/docs/nodes/nodes-library/nodes/OpenThesaurus/workflow.png differ