LogoLogo
  • GETTING STARTED
    • Welcome to the NLX platform
    • How NLX works
    • Guides
      • Analytics dashboard
      • Chat
      • Generative Journey (Slots)
      • Model Context Protocol
      • Voice
      • Voice+ script
      • Touchpoint components
        • Carousel modality
        • Video modality
    • Terms & concepts
    • Generative AI
    • Developer
  • Build
    • Workspace setup
    • Flows
      • Intro to flows & variables
      • The Canvas
      • Flow settings
      • Nodes
      • Flow appearance
    • Resources
      • Actions
        • Implementation
        • Request model
      • Analytics tags
      • Context variables
      • Data requests
        • Implementation
        • Response model
        • Request model
      • Knowledge bases
        • Ingest content
        • Add metadata (beta)
        • Apply KB
      • Lifecycle hooks
        • Implementation
      • Modalities
      • Secrets
      • Slots (custom)
        • Adding values
        • Translating slots
      • Voice+ scripts
        • Add + download script
        • Deploy script + install SDK
        • Create Voice+ flow
    • Integrations
      • Channels
        • Alexa
        • Amazon Chime SDK
        • Amazon Connect
        • AWS End User Messaging SMS
        • AWS End User Messaging Social
        • Bandwidth
        • Genesys
        • Twilio
        • Zendesk Sunshine
      • LLM services
        • Amazon Bedrock
        • Anthropic
        • Azure OpenAI
        • Cerebras
        • Cohere
        • Google Vertex AI
        • Groq
        • NVIDIA
        • OpenAI
        • xAI
      • NLP
        • Amazon Lex
        • Google Dialogflow
        • Google Dialogflow CX
        • Custom NLP
    • Translations
  • Deploy & test
    • Applications
      • Attach flows
      • Assign default behavior
      • Add channels
        • API
          • REST API
        • Alexa
        • Amazon Chime SDK
        • Amazon Connect
        • AWS End User Messaging SMS
        • AWS End User Messaging Social
        • Genesys
        • Genesys SMS
        • Messenger
        • Microsoft Teams
        • Slack
        • SMS via Bandwidth
        • Twilio SMS
        • Twilio Voice
        • WhatsApp via Twilio
        • Zendesk Sunshine
      • Deploy
      • Optional: Set lifecycle
      • Optional: Set languages
    • Test
      • Test a conversation
      • Automated tests
      • Test an external integration
  • Analyze
    • Conversations
    • Analytics
      • Creating dashboards
      • Formulas & multi-metrics
      • Canvas analytics
    • Training
  • Workspace Settings
    • Escalation channels
    • Resource tags
    • Audit
  • Admin
    • Access control
      • Roles & permissions
    • Notifications
    • FAQ
    • Contact support
Powered by GitBook
On this page
  • Step 1: Create Genesys SMS channel
  • Step 2: Post deployment
  1. Deploy & test
  2. Applications
  3. Add channels

Genesys SMS

Learn to set up a Genesys SMS communication channel for your application in your NLX workspace

Last updated 16 days ago

The Genesys SMS channel requires a in your workspace before the channel can be created.

Step 1: Create Genesys SMS channel

  • Navigate to Channels tab of your application

  • Expand Genesys SMS option

  • Select + Create channel

  • Click Create channel

Before proceeding to Step 2, create a .


Step 2: Post deployment

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 putIntegrationsBotconnectorIntegrationIdBots function 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_botUrl in Key Name field > Retrieve URL from the in your NLX workspace for Variable to Assign field

    • Enter nlx_conversationID in Key Name field > Add the Call.ConversationID Genesys variable to the Variable to Assign field

    • Enter nlx_customerNumber in Key Name field > Add the Call.Ani Genesys variable to the Variable to Assign field

  • Under Outputs, enter nlx_action in Key Name field and Flow.nlx_action in Variable to Assign field

  • You may act on the Flow.nlx_action to to escalate to a human agent. To achieve this, set the following parameters:

    • Name: Decision

    • Expression: Flow.nlx_action=="ESCALATE"

Need more context? See official

Genesys documentation
one-time integration
build and deploy your application
deployment details link
Flow in Genesys