Skip to main content

n8n Integration

Use Langbly as a dedicated node in n8n to build translation workflows with 400+ other services. Available as a community node on npm.

Installation​

  1. Go to Settings > Community Nodes
  2. Click Install a community node
  3. Enter: n8n-nodes-langbly
  4. Click Install

Manual Installation​

cd ~/.n8n/nodes
npm install n8n-nodes-langbly

Restart n8n after installation.

Setup​

  1. After installation, the Langbly node appears in the node list
  2. Add it to a workflow
  3. Create credentials: click Create New and enter your API key
  4. Configure the operation and run

Getting Your API Key​

  1. Sign up for free (500K characters, no credit card)
  2. Go to your Dashboard
  3. Click Create API Key

Operations​

Translate Text​

Translate text between 100+ languages.

ParameterRequiredDescription
TextYesThe text to translate
Target LanguageYesISO 639-1 code (e.g., nl, de, fr)
Source LanguageNoAuto-detected if empty
FormatNotext or html

Output: translatedText, detectedSourceLanguage

Detect Language​

Identify the language of input text.

ParameterRequiredDescription
TextYesThe text to identify

Output: language, confidence

Example Workflows​

Translate incoming webhooks​

Webhook > Langbly (Translate Text) > HTTP Request (forward translated content)

Batch translate database records​

Postgres (read rows) > Langbly (Translate Text) > Postgres (update with translation)

Multi-language content pipeline​

RSS Feed > Langbly (Detect Language) > IF (not English) > Langbly (Translate Text) > Slack (post translated summary)

Supported Languages​

100+ languages supported. All codes follow the ISO 639-1 standard, same as Google Translate.

Pricing​

TierPrice/moCharacters
Free$0500K
Starter$19/mo5M
Growth$69/mo25M
Scale$199/mo100M

Plans are 81-90% cheaper than Google Translate ($20/M) and 85-92% cheaper than DeepL ($25/M).

Sign up for free to get started.

Need Help?​

Contact us at hello@langbly.com or visit langbly.com.