@intlpullhq/n8n-nodes-intlpull
v1.0.1
Published
n8n node for Intlpull API
Readme
Intlpull n8n Node
This is the community node for Intlpull, allowing you to automate your internationalization and localization workflows directly within n8n.

Operations
This node supports the following operations on the Intlpull API:
Resource: Translation Key
- Create: Push a new key to a project (e.g., from Slack, Jira, or Code).
- Get All: Retrieve all keys for a project.
Resource: Translation
- Update: Push a translation value for a specific language (e.g., from ChatGPT, Google Sheets).
Installation
Community Node (Recommended)
You can install this node directly in your n8n instance via the Settings > Community Nodes menu.
Search for: n8n-nodes-intlpull (or @intlpullhq/n8n-nodes-intlpull)
Manual Installation
To install this node manually in your self-hosted n8n instance:
- Go to your n8n root directory (typically
~/.n8n). - Install the package:
npm install @intlpullhq/n8n-nodes-intlpull - Restart n8n.
Credentials
You need an Intlpull API Key to use this node.
- Go to your Intlpull Dashboard.
- Navigate to Settings > API Keys.
- Create a new key.
- In n8n, add a new credential type: Intlpull API.
- Paste your API Key.
Usage Examples
1. Slack to Intlpull (ChatOps)
Allow developers to create keys directly from Slack.
- Trigger: Slack (Slash Command
/intlpull) - Action: Intlpull (Create Key)
- Response: Slack (Post Message "Key Created!")
2. Auto-Translate with OpenAI
Automatically translate new keys.
- Trigger: Intlpull (Webhook:
key.created) - Action: OpenAI (Translate Text)
- Action: Intlpull (Update Translation)
License
MIT
