GETTING STARTED
Kore.ai XO Platform
Virtual Assistants Overview
Natural Language Processing (NLP)
Concepts and Terminology
Quick Start Guide
Accessing the Platform
Navigating the Kore.ai XO Platform
Building a Virtual Assistant
Help & Learning Resources
Release Notes
Current Version
Recent Updates
Previous Versions
Deprecations
Request a Feature
CONCEPTS
Design
Storyboard
Overview
FAQs
Conversation Designer
Overview
Dialog Tasks
Mock Scenes
Dialog Tasks
Overview
Navigate Dialog Tasks
Build Dialog Tasks
Node Types
Overview
Intent Node
Dialog Node
Dynamic Intent Node
GenAI Node
GenAI Node (v2, BETA)
GenAI Prompt
Entity Node
Form Node
Confirmation Node
Message Nodes
Logic Node
Bot Action Node
Service Node
Webhook Node
Script Node
Process Node
Agent Transfer
Node Connections
Node Connections Setup
Sub-Intent Scoping
Entity Types
Entity Rules
User Prompts or Messages
Voice Call Properties
Knowledge AI
Introduction
Knowledge Graph
Introduction
Terminology
Build a Knowledge Graph
Manage FAQs
Knowledge Extraction
Import or Export Knowledge Graph
Prepare Data for Import
Importing Knowledge Graph
Exporting Knowledge Graph
Auto-Generate Knowledge Graph
Knowledge Graph Analysis
Answer from Documents
Alert Tasks
Small Talk
Digital Skills
Overview
Digital Forms
Digital Views
Introduction
Widgets
Panels
Session and Context Variables
Context Object
Intent Discovery
Train
NLP Optimization
ML Engine
Overview
Model Validation
FM Engine
KG Engine
Traits Engine
Ranking and Resolver
Training Validations
NLP Configurations
NLP Guidelines
LLM and Generative AI
Introduction
LLM Integration
Kore.ai XO GPT Module
Prompts & Requests Library
Co-Pilot Features
Dynamic Conversations Features
Guardrails
Intelligence
Introduction
Event Handlers
Contextual Memory
Contextual Intents
Interruption Management
Multi-intent Detection
Amending Entities
Default Conversations
Conversation Driven Dialog Builder
Sentiment Management
Tone Analysis
Default Standard Responses
Ignore Words & Field Memory
Test & Debug
Overview
Talk to Bot
Utterance Testing
Batch Testing
Conversation Testing
Conversation Testing Overview
Create a Test Suite
Test Editor
Test Case Assertion
Test Case Execution Summary
Glossary
Health and Monitoring
NLP Health
Flow Health
Integrations
Actions
Actions Overview
Asana
Configure
Templates
Azure OpenAI
Configure
Templates
BambooHR
Configure
Templates
Bitly
Configure
Templates
Confluence
Configure
Templates
DHL
Configure
Templates
Freshdesk
Configure
Templates
Freshservice
Configure
Templates
Google Maps
Configure
Templates
Here
Configure
Templates
HubSpot
Configure
Templates
JIRA
Configure
Templates
Microsoft Graph
Configure
Templates
Open AI
Configure
Templates
Salesforce
Configure
Templates
ServiceNow
Configure
Templates
Stripe
Configure
Templates
Shopify
Configure
Templates
Twilio
Configure
Templates
Zendesk
Configure
Templates
Agents
Agent Transfer Overview
Custom (BotKit)
Drift
Genesys
Intercom
NiceInContact
NiceInContact(User Hub)
Salesforce
ServiceNow
Configure Tokyo and Lower versions
Configure Utah and Higher versions
Unblu
External NLU Adapters
Overview
Dialogflow Engine
Test and Debug
Deploy
Channels
Publishing
Versioning
Analyze
Introduction
Dashboard Filters
Overview Dashboard
Conversations Dashboard
Users Dashboard
Performance Dashboard
Custom Dashboards
Introduction
Custom Meta Tags
Create Custom Dashboard
Create Custom Dashboard Filters
LLM and Generative AI Logs
NLP Insights
Task Execution Logs
Conversations History
Conversation Flows
Conversation Insights
Feedback Analytics
Usage Metrics
Containment Metrics
Universal Bots
Introduction
Universal Bot Definition
Universal Bot Creation
Training a Universal Bot
Universal Bot Customizations
Enabling Languages
Store
Manage Assistant
Team Collaboration
Plan & Usage
Overview
Usage Plans
Templates
Support Plans
Invoices
Authorization
Conversation Sessions
Multilingual Virtual Assistants
Get Started
Supported Components & Features
Manage Languages
Manage Translation Services
Multiingual Virtual Assistant Behavior
Feedback Survey
Masking PII Details
Variables
Collections
IVR Settings
General Settings
Assistant Management
Manage Namespace
Data
Overview
Guidelines
Data Table
Table Views
App Definitions
Data as Service
HOW TOs
Build a Travel Planning Assistant
Travel Assistant Overview
Create a Travel Virtual Assistant
Design Conversation Skills
Create an ‘Update Booking’ Task
Create a Change Flight Task
Build a Knowledge Graph
Schedule a Smart Alert
Design Digital Skills
Configure Digital Forms
Configure Digital Views
Train the Assistant
Use Traits
Use Patterns
Manage Context Switching
Deploy the Assistant
Use Bot Functions
Use Content Variables
Use Global Variables
Use Web SDK
Build a Banking Assistant
Design Conversation Skills
Create a Sample Banking Assistant
Create a Transfer Funds Task
Create a Update Balance Task
Create a Knowledge Graph
Set Up a Smart Alert
Design Digital Skills
Configure Digital Forms
Configure Digital Views
Add Data to Data Tables
Update Data in Data Tables
Add Data from Digital Forms
Train the Assistant
Composite Entities
Use Traits
Use Patterns for Intents & Entities
Manage Context Switching
Deploy the Assistant
Configure an Agent Transfer
Use Assistant Functions
Use Content Variables
Use Global Variables
Intent Scoping using Group Node
Analyze the Assistant
Create a Custom Dashboard
Use Custom Meta Tags in Filters
APIs & SDKs
API Reference
API Introduction
Rate Limits
API List
koreUtil Libraries
SDK Reference
SDK Introduction
Web SDK
How the Web SDK Works
SDK Security
SDK Registration
Web Socket Connect and RTM
Tutorials
Widget SDK Tutorial
Web SDK Tutorial
BotKit SDK
BotKit SDK Deployment Guide
Installing the BotKit SDK
Using the BotKit SDK
SDK Events
SDK Functions
Installing Botkit in AWS
Tutorials
BotKit - Blue Prism
BotKit - Flight Search Sample VA
BotKit - Agent Transfer

ADMINISTRATION
Intro to Bots Admin Console
Administration Dashboard
User Management
Managing Your Users
Managing Your Groups
Role Management
Manage Data Tables and Views
Bot Management
Enrollment
Inviting Users
Sending Bulk Invites to Enroll Users
Importing Users and User Data
Synchronizing Users from Active Directory
Security & Compliance
Using Single Sign-On
Two-Factor Authentication for Platform Access
Security Settings
Cloud Connector
Analytics for Bots Admin
Billing
  1. Docs
  2. Virtual Assistants
  3. Channel Enablement
  4. Adding the Sinch Channel

Adding the Sinch Channel

Virtual Assistants built on the XO Platform can be deployed on the Sinch Conversation API platform. 

The Sinch Conversation API allows developers to create robust omnichannel messaging experiences across multiple interaction channels.

Why Sinch Conversation API?

  • Provides support for message sending, conversation management, user authentication, and rich message formatting, empowering developers to deliver seamless and engaging user communication experiences.
  • Offers built-in transcoding for smooth conversations across all supported channels, with optional full control over channel-specific features.
  • Consolidates all conversation details into a single callback, streamlining integration with the XO Platform.

Prerequisites

  • Access to the XO Platform Bot Builder. Learn more.
  • A working virtual assistant on the XO Platform to test the channel enablement. Learn more.
  • Enabling the Sinch Conversation API requires signing up on the Sinch developer dashboard.

To set up the channel, you must associate the VA with a Sinch app and set up the required delivery channel. The steps to complete the channel enablement are summarized below:

  1. Capture the Sinch Project Access keys for Authentication
  2. Create an App.
  3. Configure the Webhook URL
  4. Configure the delivery channel.
  5. Enable the Channel on the XO Platform.

Step 1: Capture the Sinch Project Access keys for Authentication

Once you create an account and log in, accept the terms and conditions and create your access key. 

The Conversation API uses OAuth2 tokens for authentication, which can be obtained from an OAuth2 token endpoint. To authenticate, a client_id (or KEY ID) and client_secret (or KEY SECRET) are used.  You can generate new Access Keys, each with a new KEY ID and KEY SECRET, at any time.

To create an access key, follow the steps below:

  1. Log in to your Sinch account and navigate to the developer dashboard.
  2. Select Settings in the left menu and navigate to the General Settings screen.
  3. Select Access Keys under Settings and navigate to the Access Keys screen.

    This page shows your project(s) and corresponding Project ID(s) and a list of your Access keys and the corresponding KEY IDs.
  4. In the top left corner of your screen, next to the Sinch logo, select the desired project from the Project dropdown.
  5. Copy and save the Project ID of your project. Paste it into the relevant field on the XO Platform’s Sinch Configurations page. Learn more.

You can also copy the Project ID by clicking Conversation API > Overview on the left menu.

Note: When you sign up for a Sinch account, a default project is created for you. Conversation API uses this project to group contacts and apps together. To create additional projects, contact your Sinch account manager for assistance.

  1. Click the New Key or Create Access Key button in the Access Keys List section.
  2. Provide a display name for your access key in the New Access Key window, and click Confirm.

The Key is created, and the Key ID & Key Secret are generated as shown in the form below.

  1. Copy the Key ID and Key Secret and paste them into the relevant fields on the XO Platform’s Sinch Configurations page. Learn more.

Important: You must copy and store the generated Key Secret. You cannot retrieve it again once you’ve created the key.

  1. Click Confirm.
    You are returned to the Access Keys page, where your new key is displayed in the Access key list section:

Note: The KEY SECRET is only displayed when a new Access key is created.

Step 2: Create An App

The next step is to create and configure a Conversation API app to enable the channel.

Follow the steps below to create an app. Alternatively, you can use API calls to create an app.

  1. Select Conversation API > Apps on the left menu.
  2. On the Conversation Apps page, click the NewApp button in the Apps section.

  1. In the New App form. Provide the app’s Display Name and select the region from the dropdown menu.

Note:

  • The region you select determines where your Conversation API app is hosted and where its associated data is stored. Once a region is chosen for your app, it cannot be changed.
  • Based on the region selected, capture the Sinch region Base URL and provide it in the configuration tab of this page. See the list of Sinch region URLs.

  1. Click Create.

The newly created APP is displayed in the Apps section.

  1. Click the App Name and go to the App Details screen.
  2. Copy and save the App ID displayed in the Configuration section. Paste it into the relevant field on the XO Platform’s Sinch Configurations page. Learn more.

Step 3: Configure the Webhook URL

To send and receive messages, you need to configure at least one channel using a webhook URL for your app. To configure, follow the steps below:

  1. Select the App created by you on the Apps page.
  2. Scroll down to the Webhooks section and click Add Webhook.

The New webhook form is displayed.

  1. In the Target type dropdown, select HTTP.
  2. In the Target URL field, copy and paste the WebHook URL value from the XO Platform’s Channels > Sinch > Configurations section. Learn more.
  3. In the Secret token field, copy and paste the value for Verify Token from the XO Platform’s Channels > Sinch > Configurations section. This token enables the webhook to validate against your chosen endpoint.
  4. In the Triggers drop-down, select all the triggers you want to add to the webhook.
  5. Click Create.

The webhook is created and displayed in the Webhooks section of the app page.

Step 4: Configure the Delivery Channel

Next, you must configure the delivery channel for the conversations with the steps given below:

  1. Select the app you’ve created on the Apps page.
  2. Scroll down to the Setup Channels section.
  3. Select the delivery channel you want to configure.
  4. To set up the required channel, click the channel listing here.

Step 5: Enable the Channel on the XO Platform

To enable the channel on the XO Platform, follow the steps below:

  1. Go to Deploy > Channels page and select Sinch in the Enterprise Channels section.
  2. Click the Configurations tab.
  3. Copy the relevant field values from your Sinch Conversation API app and paste them into the relevant fields as follows:
  • Sinch Region Base URL: Copied in Step 3 here.
  • Project ID: Copied in Step 5 here.
  • Access Key Id and Access Key Secret: Copied in Step 8 here.
  • App ID: Copied in Step 6 here.
  1. Select ‘Yes’ for Enable Channel.
  2. Click Save.

After enabling the channel and verifying all the configurations, you can test the new channel integration by publishing your virtual assistant. Learn more.

Message Types

Conversation API uses generic message types to send the same message to multiple channels. In cases where the channel doesn’t natively support the message type, the message will be transcoded. The supported message types include:

Message Templates

Sinch message templates are predefined, structured formats for sending recurring or standardized messages across channels like WhatsApp, SMS, and other supported platforms.

These templates ensure compliance with the channel’s messaging policies, especially for platforms like WhatsApp that require pre-approved templates for certain messages, such as notifications or service updates. Message templates can be used during virtual assistant conversations to structure the messages. The default template types include:

For additional assistance with using Message Templates and Types for your Sinch channel on the XO Platform, please contact our developer support team.

To learn more about working with messaging channels within the XO Platform, please see Channel Enablement.

Adding the Sinch Channel

Virtual Assistants built on the XO Platform can be deployed on the Sinch Conversation API platform. 

The Sinch Conversation API allows developers to create robust omnichannel messaging experiences across multiple interaction channels.

Why Sinch Conversation API?

  • Provides support for message sending, conversation management, user authentication, and rich message formatting, empowering developers to deliver seamless and engaging user communication experiences.
  • Offers built-in transcoding for smooth conversations across all supported channels, with optional full control over channel-specific features.
  • Consolidates all conversation details into a single callback, streamlining integration with the XO Platform.

Prerequisites

  • Access to the XO Platform Bot Builder. Learn more.
  • A working virtual assistant on the XO Platform to test the channel enablement. Learn more.
  • Enabling the Sinch Conversation API requires signing up on the Sinch developer dashboard.

To set up the channel, you must associate the VA with a Sinch app and set up the required delivery channel. The steps to complete the channel enablement are summarized below:

  1. Capture the Sinch Project Access keys for Authentication
  2. Create an App.
  3. Configure the Webhook URL
  4. Configure the delivery channel.
  5. Enable the Channel on the XO Platform.

Step 1: Capture the Sinch Project Access keys for Authentication

Once you create an account and log in, accept the terms and conditions and create your access key. 

The Conversation API uses OAuth2 tokens for authentication, which can be obtained from an OAuth2 token endpoint. To authenticate, a client_id (or KEY ID) and client_secret (or KEY SECRET) are used.  You can generate new Access Keys, each with a new KEY ID and KEY SECRET, at any time.

To create an access key, follow the steps below:

  1. Log in to your Sinch account and navigate to the developer dashboard.
  2. Select Settings in the left menu and navigate to the General Settings screen.
  3. Select Access Keys under Settings and navigate to the Access Keys screen.

    This page shows your project(s) and corresponding Project ID(s) and a list of your Access keys and the corresponding KEY IDs.
  4. In the top left corner of your screen, next to the Sinch logo, select the desired project from the Project dropdown.
  5. Copy and save the Project ID of your project. Paste it into the relevant field on the XO Platform’s Sinch Configurations page. Learn more.

You can also copy the Project ID by clicking Conversation API > Overview on the left menu.

Note: When you sign up for a Sinch account, a default project is created for you. Conversation API uses this project to group contacts and apps together. To create additional projects, contact your Sinch account manager for assistance.

  1. Click the New Key or Create Access Key button in the Access Keys List section.
  2. Provide a display name for your access key in the New Access Key window, and click Confirm.

The Key is created, and the Key ID & Key Secret are generated as shown in the form below.

  1. Copy the Key ID and Key Secret and paste them into the relevant fields on the XO Platform’s Sinch Configurations page. Learn more.

Important: You must copy and store the generated Key Secret. You cannot retrieve it again once you’ve created the key.

  1. Click Confirm.
    You are returned to the Access Keys page, where your new key is displayed in the Access key list section:

Note: The KEY SECRET is only displayed when a new Access key is created.

Step 2: Create An App

The next step is to create and configure a Conversation API app to enable the channel.

Follow the steps below to create an app. Alternatively, you can use API calls to create an app.

  1. Select Conversation API > Apps on the left menu.
  2. On the Conversation Apps page, click the NewApp button in the Apps section.

  1. In the New App form. Provide the app’s Display Name and select the region from the dropdown menu.

Note:

  • The region you select determines where your Conversation API app is hosted and where its associated data is stored. Once a region is chosen for your app, it cannot be changed.
  • Based on the region selected, capture the Sinch region Base URL and provide it in the configuration tab of this page. See the list of Sinch region URLs.

  1. Click Create.

The newly created APP is displayed in the Apps section.

  1. Click the App Name and go to the App Details screen.
  2. Copy and save the App ID displayed in the Configuration section. Paste it into the relevant field on the XO Platform’s Sinch Configurations page. Learn more.

Step 3: Configure the Webhook URL

To send and receive messages, you need to configure at least one channel using a webhook URL for your app. To configure, follow the steps below:

  1. Select the App created by you on the Apps page.
  2. Scroll down to the Webhooks section and click Add Webhook.

The New webhook form is displayed.

  1. In the Target type dropdown, select HTTP.
  2. In the Target URL field, copy and paste the WebHook URL value from the XO Platform’s Channels > Sinch > Configurations section. Learn more.
  3. In the Secret token field, copy and paste the value for Verify Token from the XO Platform’s Channels > Sinch > Configurations section. This token enables the webhook to validate against your chosen endpoint.
  4. In the Triggers drop-down, select all the triggers you want to add to the webhook.
  5. Click Create.

The webhook is created and displayed in the Webhooks section of the app page.

Step 4: Configure the Delivery Channel

Next, you must configure the delivery channel for the conversations with the steps given below:

  1. Select the app you’ve created on the Apps page.
  2. Scroll down to the Setup Channels section.
  3. Select the delivery channel you want to configure.
  4. To set up the required channel, click the channel listing here.

Step 5: Enable the Channel on the XO Platform

To enable the channel on the XO Platform, follow the steps below:

  1. Go to Deploy > Channels page and select Sinch in the Enterprise Channels section.
  2. Click the Configurations tab.
  3. Copy the relevant field values from your Sinch Conversation API app and paste them into the relevant fields as follows:
  • Sinch Region Base URL: Copied in Step 3 here.
  • Project ID: Copied in Step 5 here.
  • Access Key Id and Access Key Secret: Copied in Step 8 here.
  • App ID: Copied in Step 6 here.
  1. Select ‘Yes’ for Enable Channel.
  2. Click Save.

After enabling the channel and verifying all the configurations, you can test the new channel integration by publishing your virtual assistant. Learn more.

Message Types

Conversation API uses generic message types to send the same message to multiple channels. In cases where the channel doesn’t natively support the message type, the message will be transcoded. The supported message types include:

Message Templates

Sinch message templates are predefined, structured formats for sending recurring or standardized messages across channels like WhatsApp, SMS, and other supported platforms.

These templates ensure compliance with the channel’s messaging policies, especially for platforms like WhatsApp that require pre-approved templates for certain messages, such as notifications or service updates. Message templates can be used during virtual assistant conversations to structure the messages. The default template types include:

For additional assistance with using Message Templates and Types for your Sinch channel on the XO Platform, please contact our developer support team.

To learn more about working with messaging channels within the XO Platform, please see Channel Enablement.

메뉴