Introduction
The Kore.ai XO Platform offers pre-built integrations with popular business applications to exchange data. You can configure and enable actions for Service Now, Salesforce, Zendesk, Hubspot, and others. Each of these integrations provides a full conversation flow definition, a low-code interface for API integration, and pre-built response mapping and create dialog tasks with pre-built templates without need to worry about developer assistance.
You can use the actions module, do the following:
- Enable the Developer or a User to do a single-click authorization
- Enable an integration to exchange data between two systems during the dialog task execution.
- Enable an integration and create the dialog tasks using the preconfigured templates supported by an integration.
The Actions module is available under the Build > Integrations menu.
Actions Enablement
By default, your Virtual Assistant (VA) will not exchange data with any integration unless you authorize one or more actions through which it can communicate. You can enable an integration and perform actions in a third-party system.
Authorization Types
The Kore.ai XO Platform supports OAuth 2.0, Basic, and API key based authentication to allow an integration to exchange data.
OAuth v2 Authentication
OAuth v2 is the new version of the open protocol to allow secure authorization via a standard method from web, mobile, and desktop applications. To learn how OAuth v2 authentication works, read the Setting Up Authorization using OAuth v2 article.
Basic HTTP Authentication
HTTP Basic Auth is a simple method that creates a username and password style authentication for HTTP requests. This technique uses a header called Authorization, with a base64 encoded representation of the username and password. For more information, read the Bot Authorization Overview article.
API Key
Identification and authorization token generated or provided by a web application or web service used to identify the incoming application request, and in some cases, also provides authentication for secure access. For more information, read the Setting Up Authorization using an API Key article.
Actions can be authorized based on the authorization profiles that are supported by the third-party integrations. Users can use pre-authorized credentials provided by the developer during the configuration process or their own authorization profile during the configuration process to let the end user authorize during the conversation.
Available Actions
Below is a list of integrations you can configure in the Kore.ai XO Platform:
Click the Action you want to configure in the Kore.ai XO platform. The page with Instructions and Configuration settings will slide out.
Actions | Descriptions | Supported Templates | Authorization Type | More Information |
HubSpot | Integrates with HubSpot CRM to customize the lead details through a virtual assistant. | 10 | Dev OAuth and OAuth | Learn more |
Salesforce CRM | Integrates with Salesforce CRM to power your conversations to create Leads / Opportunities and other functions. | 7 | Dev OAuth and OAuth | Learn more |
ServiceNow | Integrates with ServiceNow to build the digital workflows on a single, unified platform. | 10 | Basic OAuth | Learn more |