Step 1: Add Integration
On the Integrations page, click on the Add Integration button.

Step 2: Install Genesys TTS Connector
Search for Genesys TTS Connector and click on the Install button.

Step 3: Configuration — Properties
Open the Configuration tab and navigate to Properties.
Enter the following parameters:
| Parameter | Value |
|---|---|
| Synthesize Text URI (required) | https://integration.eu.knovvu.com/genesysttsconnector/genesysttsconnector/tts |
| List Voices URI | https://integration.eu.knovvu.com/genesysttsconnector/genesysttsconnector/voices |
| Synthesize Text Request Method | post |
| Synthesize Text Attribute | text |
| Synthesize Voice Attribute | voice |
| Synthesize Language Attribute | language |
| Synthesize OutputFormat Attribute | format |
| Synthesize Sample Rate Attribute | samplerate |
| Voices Attribute | voices |
| Voice Name Attribute | name |
| Voice Language Attribute | language |
| Voice Gender Attribute | gender |
| Voice Type Attribute | type |

Step 4: Configuration — Advanced
Navigate to the Advanced tab and enter the following JSON:
{
"voiceMapping": {
"languageMapping": {
"ar-sa": "ar-SA",
"tr-tr": "tr-TR",
"en-us": "en-US"
},
"genderMapping": {
"female": "Female",
"male": "Male"
}
}
}

Step 5: Configuration — Credentials
On the **
** tab, click on the Change button.

In the Configure Credentials pop-up:
- Select Basic Auth as Credential Type.
- Enter the credentials shared by SalesOps.
- It is accessible from portal.sestek.com
- Click Confirm.

Verification
Once the TTS connector app is successfully installed, it should be visible in the list of Engines available for TTS while constructing a flow in the Architect.
The supported languages available in SESTEK TTS will be listed under the Voices dropdown.


