Genesys SMS
Learn to set up a Genesys SMS communication channel for your application in your NLX workspace
Prerequisites
Assigning this channel to an application requires a one-time integration of Genesys in your NLX workspace.
Add channel to app
Select Configuration tab of your application
Choose + Add channel under Delivery section > Choose Genesys SMS
Choose your Genesys workspace integration from the Integration dropdown
Create an application build and deploy
Once your application is deployed in NLX, log in to your Genesys instance.
From your Genesys instance, go to Admin > Architect
Select Inbound Call Flow
Complete all necessary fields > Click Create Flow
Once in the Call Flow, click Reusable Tasks in the left pane
Select Add action here > Click Toolbox > Call Lex V2 Bot
Call via API the
putIntegrationsBotconnectorIntegrationIdBotsfunction using the Genesys SDK. The endpoint is/api/v2/integrations/botconnector/{integrationId}/bots{ "chatBots": [ { "id": "11095674-46cc-4a87-b0bb-385b317ad547", "name": "SMS Dev", "versions": [ { "version": "prod", "supportedLanguages": [ "en-us" ], "intents": [ { "name": "Success" }, { "name": "Escalation" } ] } ] } ] }Choose your application name (thanks to Step 6) from the dropdown
For the Initial Intent Name field, select the Intent you want to trigger initially (e.g., Welcome)
Under Input, enter the following three inputs:
Enter
nlx_botUrlin Key Name field > Retrieve URL from the deployment details link in your NLX workspace for Variable to Assign fieldEnter
nlx_conversationIDin Key Name field > Add theCall.ConversationIDGenesys variable to the Variable to Assign fieldEnter
nlx_customerNumberin Key Name field > Add theCall.AniGenesys variable to the Variable to Assign field
Under Outputs, enter
nlx_actionin Key Name field and Flow.nlx_action in Variable to Assign fieldYou may act on the Flow.nlx_action to to escalate to a human agent. To achieve this, set the following parameters:
Name:
DecisionExpression:
Flow.nlx_action=="ESCALATE"

Need more context? See official Genesys documentation
Last updated

