{"id":31935080,"url":"https://github.com/tolgee/n8n-node-tolgee","last_synced_at":"2025-10-14T06:57:57.562Z","repository":{"id":313932279,"uuid":"1050233413","full_name":"tolgee/n8n-node-tolgee","owner":"tolgee","description":"Currently in active development node to use tolgee in n8n. Featurung triggers and translation operations.","archived":false,"fork":false,"pushed_at":"2025-10-07T11:55:11.000Z","size":109,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T13:00:00.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tolgee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["tolgee"]}},"created_at":"2025-09-04T06:24:10.000Z","updated_at":"2025-10-07T11:54:50.000Z","dependencies_parsed_at":"2025-09-09T17:30:39.330Z","dependency_job_id":"c8125bd0-a875-4068-9e73-b2358f283051","html_url":"https://github.com/tolgee/n8n-node-tolgee","commit_stats":null,"previous_names":["eweren/n8n-node-tolgee","tolgee/n8n-node-tolgee"],"tags_count":3,"template":false,"template_full_name":"n8n-io/n8n-nodes-starter","purl":"pkg:github/tolgee/n8n-node-tolgee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolgee%2Fn8n-node-tolgee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolgee%2Fn8n-node-tolgee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolgee%2Fn8n-node-tolgee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolgee%2Fn8n-node-tolgee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tolgee","download_url":"https://codeload.github.com/tolgee/n8n-node-tolgee/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tolgee%2Fn8n-node-tolgee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018141,"owners_count":26086285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-14T06:57:35.411Z","updated_at":"2025-10-14T06:57:57.555Z","avatar_url":"https://github.com/tolgee.png","language":"TypeScript","funding_links":["https://github.com/sponsors/tolgee"],"categories":[],"sub_categories":[],"readme":"# n8n-nodes-tolgee\n\nThis is an n8n community node. It lets you use Tolgee in your n8n workflows.\n\nTolgee is an open-source translation management platform that helps you manage translations for your applications with features like in-context editing, automatic translation, and collaborative translation workflows.\n\n[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.\n\n[Installation](#installation)  \n[Operations](#operations)  \n[Credentials](#credentials)  \n[Compatibility](#compatibility)  \n[Resources](#resources)\n\n## Installation\n\nFollow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.\n\n## Operations\n\n### Translation Operations\n\n- **Create Translation** - Create a new translation key with translations for multiple languages\n- **Get All Translations** - Retrieve all translations for every language in the project\n- **Get Translations** - Get translations by filter with advanced filtering options\n\n### Import Operations\n\n- **Single Step Import From Body** - Import translations directly from request body\n\n### Export Operations\n\n- **Export Translations** - Export translations in various formats (JSON, XLIFF, etc.)\n\n## Credentials\n\nTo use this node, you need to authenticate with Tolgee. You can use either:\n\n1. **Tolgee Cloud** (https://app.tolgee.io) - Sign up for a free account\n2. **Self-hosted Tolgee instance** - Deploy your own Tolgee instance\n\n### Setup Instructions\n\n1. **Get your API Key:**\n   - For Tolgee Cloud: Go to your project settings and generate a Project API Key\n   - For self-hosted: Navigate to your project settings and create an API key\n\n2. **Required Scopes:**\n   Your API key needs at least these scopes:\n   - `PROJECTS_VIEW`\n   - `TRANSLATIONS_VIEW`\n   - `TRANSLATIONS_EDIT`\n   - `KEYS_VIEW`\n   - `KEYS_EDIT`\n   - `ACTIVITY_VIEW`\n\n3. **Configure in n8n:**\n   - Add the Tolgee API credential\n   - Enter your Project API Key\n   - Set your Tolgee domain (e.g., `https://app.tolgee.io` for cloud or your self-hosted URL)\n\n## Compatibility\n\n- **Minimum n8n version:** 1.0.0\n- **Node.js version:** \u003e=20.15\n- **Tested with:** n8n 1.0+\n\n## Resources\n\n- [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)\n- [Tolgee API Documentation](https://docs.tolgee.io/api)\n- [Tolgee Platform](https://tolgee.io)\n- [Tolgee GitHub Repository](https://github.com/tolgee/tolgee)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolgee%2Fn8n-node-tolgee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftolgee%2Fn8n-node-tolgee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftolgee%2Fn8n-node-tolgee/lists"}