How to install Intento for Genesys Cloud
Intento for Genesys Cloud supports real-time translation of the conversations directly in the Genesys chat allowing Agents from all over the world working with different markets. To start using the connector you will need to have Intento subscription, please contact your Customer Success Manager or hello@inten.to for more details. Once your subscription is activated you can proceed with the installation process.
Create a queue in Genesys Cloud
Open Genesys Cloud
Go to Admin → Queues
Create a new queue
Create a Workflow in Genesys Cloud
Open Genesys Cloud
Go to Admin → Architect
Go to Inbound Messages
Add a new Workflow
You need to create a Workflow with the action Transfer to ACD. Please find an example: Architect
In this action, you should select queue from the first step
Create message deployment in Genesys Cloud
Open Genesys Cloud
Go to Admin → Message Deployments
Create new
The crucial thing is that you should select flow from the previous step
Get the code of the snippet for your website. Put this code to the place in which you want to interact with the client
Create integration in Genesys Cloud
Open Genesys Cloud
Go to Admin → Integrations
Add a new Interaction Widget
Set main settings
Application URL - https://connector-genesys.inten.to/?conversationid={{gcConversationId}}&language={{gcLangTag}}&translateApiKey=INTENTO_API_KEY
INTENTO_API_KEY can be found in the Intento Console
Iframe Sandbox Options - allow-scripts,allow-same-origin,allow-forms,allow-modals,allow-popups,allow-downloads
Group Filtering - you should choose the group on how the widget will be used
Communication Type Filtering - chat, webmessaging, open, callback
Set additional setting
JSON for settings:
{
"icon": {
"48x48": "https://connector-genesys.inten.to/intento.png",
"96x96": "https://connector-genesys.inten.to/intento.png",
"128x128": "https://connector-genesys.inten.to/intento.png",
"256x256": "https://connector-genesys.inten.to/intento.png"
},
"lifecycle": {
"ephemeral": false,
"hooks": {
"blur": true,
"focus": true,
"bootstrap": true,
"stop": true
}
},
"monochromicIcon": {
"vector": "https://connector-genesys.inten.to/intento.svg"
}
}
Go to OAuth
Add new OAuth Client
Authorized redirect URL -
https://connector-genesys.inten.to
Create settings in Genesys via Terraform
If you don’t create all entities in Genesys Cloud manually, there is a way to create it via scripts. You can find it here: https://github.com/intento/genesys-cloud-connector/tree/main/terraform
Please be aware that scripts might require some adjustments to fit your needs. Documentation about Genesys Cloud and Terraforms can be found here Terraform Registry