mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'harshil1712-docs/openThesaurus'
This commit is contained in:
commit
9dbd4d16d6
Binary file not shown.
|
After Width: | Height: | Size: 289 KiB |
41
docs/nodes/nodes-library/nodes/OpenThesaurus/README.md
Normal file
41
docs/nodes/nodes-library/nodes/OpenThesaurus/README.md
Normal file
@ -0,0 +1,41 @@
|
||||
---
|
||||
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.
|
||||
|
||||
::: tip 🔑 Credentials
|
||||
The OpenThesaurus node does not require authentication.
|
||||
:::
|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
### 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`.
|
||||
|
||||

|
||||
BIN
docs/nodes/nodes-library/nodes/OpenThesaurus/workflow.png
Normal file
BIN
docs/nodes/nodes-library/nodes/OpenThesaurus/workflow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Loading…
Reference in New Issue
Block a user