App
Simpleen Translation
Simpleen enables you to customize translations from your machine translation service.
What your agent can do with Simpleen Translation
Triggers and actions 13 actions
- ActionAdd glossary
Create a new glossary of word entries/ignored terms for translation. POST /glossaries.
- ActionAdd segment
Create a new translation segment (source entry + translated entry) tied to a file. POST /segments.
- ActionCreate Translation
Translates content to selected target language
- ActionGet file
Get a specific localization file by id, including its segments and languages. GET /files/{id}.
- ActionGet glossary
Get a specific glossary by id, including its entries and ignored words. GET /glossaries/{id}.
- ActionGet segment
Get a specific translation segment by id. GET /segments/{id}.
- ActionList files
List the localization files known to the account. GET /files.
- ActionList glossaries
List the user's glossaries (word lists of ignored terms + custom translations). GET /glossaries.
- ActionList languages
List all supported languages (DeepL/Google Translate backed) with source/target flags. GET /languages.
- ActionList segments
List translatable segments (source/translated entry pairs) across the user's files. GET /segments.
- ActionRun translator
Translate text using a saved, preconfigured Translator (reusable source/target language + format + glossary setup). POST /translators/{id}/translate.
- ActionUpdate glossary
Update an existing glossary's name, entries, or ignored words. PUT /glossaries/{id}.
- ActionUpdate segment
Post-edit an existing translation segment's entry to fix/correct future translation usage. PUT /segments/{id}.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Simpleen Translation API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.