Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

Simpleen Translation

The Simpleen Translation modules allow you to create translations in your Simpleen Translation account.

Getting Started with Simpleen Translation

Prerequisites

  • A Simpleen Translation account

In order to use Simpleen Translation with Boost.space Integrator, it is necessary to have a Simpleen Translation account. If you do not have one, you can create a Simpleen Translation account at simpleen.io/signup.

Connect Simpleen Translation to Boost.space Integrator

  1. Go to Boost.space Integrator and open the Simpleen Transalation module’s Create a connection dialog.

    61f279f1b289b.gif
  2. In the Connection name field, enter a name for the connection.

  3. In the Email and Password fields, enter your Simpleen Translation account credentials respectively, and click Continue.

The connection has been established.

Actions

Create a Translation

Translates content to a selected target language.

Connection

Establish a connection to your Simpleen Translation.

Source Language

Select the language of the content which you want to translate. You can select the option Detect Automatically if you are not sure about the language.

Target Language

Select the language in to which you want to translate the content.

Content

Enter the content to translate.

Format of Content

Select the format in which the content is available:

  • Text

  • HTML

  • Markdown

Glossary

Enter the glossary details of the content.

Content 2

Enter the content to translate.

Format of Content 2

Select the format in which the content is available:

  • Text

  • HTML

  • Markdown

Content 3

Enter the content to translate.

Format of Content 3

Select the format in which the content is available:

  • Text

  • HTML

  • Markdown

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Simpleen Translation account.

URL

Enter a path relative to https://api.simpleen.com/. For example: /glossaries

[Note] Note

For the list of available endpoints, refer to the Simpleen Translation API Documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use – List Languages

The following API call returns all the languages from your Simpleen Translation account:

URL:

/languages

Method:

GET

61f279f40377b.png

Matches of the search can be found in the module’s Output under Bundle > Body.

In our example, 16 languages were returned:

61f279f5264ac.png