- Home
- Resources
- Integrations
- OpenThesaurus
OpenThesaurus n8n integrationAutomate OpenThesaurus with n8n.
Rewriting the same German sentence three times gets old fast. The OpenThesaurus n8n integration exposes 1 operation that looks up synonyms for a German word, plus 8 options that widen or tighten what comes back. No credential to create, no trigger node: a Schedule or Webhook step starts the run.
Verified Trustpilot reviews · AI, automation & growth agency
What does the OpenThesaurus n8n integration actually give you?
OpenThesaurus is a German thesaurus. The n8n node asks it about one German word and hands back the synonym groups it knows, so a workflow can find another way to say something without a person in the loop. The whole node is one operation, Get synonyms, and it ships inside n8n on Cloud and on a self-hosted instance alike. Nothing to install, nothing extra to pay on the n8n side.
The clearest use is a vocabulary column that fills itself. A German word lands in a Google Sheets row, the node reads that cell into its Text field, and the synonym groups come back for the next node to write into a second column. What used to be a glossary someone maintained by hand becomes an output of the workflow.
The second use is variation before a human reads anything. A German product title or ad line goes through the node, the alternatives get collected, and the shortlist drops into Slack for the person who signs off. They pick instead of inventing, which is a much faster job.
The third use is search terms. Customers rarely type the word that sits in your catalog, so a nightly run can take each German product term, pull its synonym groups, and store them as alternative labels for your own search index. Turn Substring on for that job and partial-word hits come back too, which catches the compound forms German is full of.
One thing to keep straight: the node speaks German, and only German. If the text you start from is in another language, translate it first with DeepL or Google Translate, then feed the German result into Text. Chaining those two nodes is a five-minute job and it keeps each node doing what it is good at.
If you need something the node's operation does not offer, the HTTP Request node calls any endpoint of the tool's API directly, which is the standard escape hatch in n8n. And because there is no OpenThesaurus trigger node, every workflow here starts elsewhere: a Schedule Trigger at a fixed interval, an n8n Webhook that a third-party service calls, or the trigger of another tool you already use. If you want the pattern explained end to end, that is the kind of thing covered in the n8n training.
How do you set the node up?
- 01
Pick what starts the workflow
OpenThesaurus has no trigger node of its own, so the first block on your canvas is something else. A Schedule Trigger fires at a fixed interval, which suits a nightly pass over a word list. An n8n Webhook gives you a URL that a third-party service calls when it has a word to enrich. Or you reuse the trigger of a tool already in the workflow, such as a new row in a spreadsheet.
- 02
Drop in the node and move on
Add the OpenThesaurus node after your trigger. There is no credential to fill in, because the node does not require authentication. A credential in n8n is the saved login you create once under the Credentials menu and reuse in every workflow; here you simply skip that step. It is one of the rare nodes you can wire up and run in the same minute.
- 03
Map Text and run once
The Text field holds the German word to look up. Type one in while you are testing, then swap it for an expression once the workflow is live. An expression is the n8n syntax that reads a value from the item coming in, written
{{ $json.field }}. Text is required, so an empty value stops the node instead of returning nothing, which is the behavior you want.
What the node does
The OpenThesaurus node exposes one operation. For each one: the node as you configure it in n8n, the required fields, and our field notes.
Operations index
Get synonyms
getSynonymsWhat you see in n8n
Notes & use cases
Looks up one German word and returns the synonym groups OpenThesaurus holds for it, ready for the next node.
Key parameters
- Text: the German word to look up. Required, and usually an expression such as
{{ $json.field }}pointing at the column or payload the word arrived in. - Baseform: gives the base form of the search term when what you sent is not one already, which saves you from normalizing words yourself.
- Similar: also returns up to five similarly written words per answer, so you can suggest a correction when someone mistyped.
Need help automating OpenThesaurus with n8n?
A person reads every message.
Questions people ask next
01Is the OpenThesaurus n8n integration free to use?
02What credentials does the OpenThesaurus node need?
03What are the limits of the OpenThesaurus node in n8n?
04Does OpenThesaurus have a trigger node in n8n?
05n8n or Make for a German synonym lookup?
Get our weekly integration tips.
No spam. Unsubscribe anytime.