N8N Community Plugin

FluentC N8N Integration

Seamlessly integrate multilingual AI translation into your N8N workflows. Translate content, detect languages, and automate global communication with FluentC's powerful API.

Powerful Translation Features

Real-time & Batch Translation

Choose between instant translations or batch processing for large content volumes.

Language Detection

Automatically detect the language of input content with confidence scoring.

Dynamic Language Selection

Dropdown menus populated with your API key's enabled languages.

Format Support

Handle both plain text and HTML content seamlessly.

Error Handling

Comprehensive error handling with continue-on-fail support.

Workflow Integration

Seamlessly integrate into any N8N automation workflow.

FluentC API Key Required

To use this N8N plugin, you'll need a valid FluentC API key with an active subscription. API keys provide access to 140+ languages and real-time translation capabilities.

Sign Up Now

Installation Guide

Choose the installation method that best fits your N8N setup:

  • GUI Installation
  • Community Nodes
  • Manual Install
  • Docker Setup

This is the easiest method for self-hosted N8N instances:

  1. Open N8N Settings: Go to Settings → Community Nodes
  2. Install Node: Click "Install"
  3. Enter Package Name: Enter n8n-nodes-fluentc
  4. Accept Risk: Check "I understand the risks..."
  5. Install: Click "Install" and nodes will be available immediately


For N8N Cloud & Recent Versions

  1. Open Nodes Panel: Click '+' or press Tab in Canvas
  2. Search: Search for "FluentC"
  3. Install from Community: Look for "More from the community"
  4. Install: Click on FluentC node and select Install

For Advanced Users

For npm-based installations:

# Navigate to n8n nodes directory cd ~/.n8n/nodes
 
# Create directory if it doesn't exist mkdir -p ~/.n8n/nodes
 
# Install the package npm install n8n-nodes-fluentc
 
# Restart n8n

.

Docker installation commands:

# Access Docker Shell docker exec -it [your-n8n-container-name] sh
 
# Create nodes directory mkdir -p ~/.n8n/nodes cd ~/.n8n/nodes
 
# Install package npm install n8n-nodes-fluentc
 
# Restart n8n container
 
Custom Docker Build:
 
FROM n8nio/n8n:latest
RUN cd ~/.n8n/ && mkdir -p nodes && cd nodes && npm install n8n-nodes-fluentc

Setup & Configuration

Create API Credentials

  1. In N8N, go to Credentials → New
  2. Search for "FluentC API" and select it
  3. Enter your FluentC API key
  4. Test and save the credential

Available Nodes

FluentC Translate: Text & HTML translation
FluentC Check Language: Language detection

Usage Examples

Basic Translation Workflow

Advanced Translation Workflow

Ready to Add Translation to Your N8N Workflows?

Get started with FluentC's N8N integration today. Create your API key, install the plugin, and start building multilingual automation workflows.