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​
Via n8n Community Nodes (Recommended)​
- Go to Settings > Community Nodes
- Click Install a community node
- Enter:
n8n-nodes-langbly - Click Install
Manual Installation​
cd ~/.n8n/nodes
npm install n8n-nodes-langbly
Restart n8n after installation.
Setup​
- After installation, the Langbly node appears in the node list
- Add it to a workflow
- Create credentials: click Create New and enter your API key
- Configure the operation and run
Getting Your API Key​
- Create an account and add payment details (the first 500K input characters each month are included)
- Go to your Dashboard
- Click Create API Key
Operations​
Translate Text​
Translate text between 100+ languages.
| Parameter | Required | Description |
|---|---|---|
| Text | Yes | The text to translate |
| Target Language | Yes | ISO 639-1 code (e.g., nl, de, fr) |
| Source Language | No | Auto-detected if empty |
| Format | No | text or html |
Output: translatedText, detectedSourceLanguage
Detect Language​
Identify the language of input text.
| Parameter | Required | Description |
|---|---|---|
| Text | Yes | The 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​
There is no base fee. Payment details are required to activate API access. The first 500,000 input characters each month are included; additional usage costs $5 per 1M input characters, a 75% lower rate than Google Cloud Translation Basic's published $20 rate.
Create an account to get started.
Links​
- npm: n8n-nodes-langbly
- GitHub: Langbly/n8n-nodes-langbly
Need Help?​
Contact us at hello@langbly.com or visit langbly.com.