API Reference
Hybrid Chat exposes integration interfaces for any customer channel, human agent channels, 3rd party chatbots, and 3rd party applications (for sending messages to customers). All the API methods communicate in either of the following two communication styles.
Synchronous (REST) | Synchronous interfaces are based on REST APIs. |
---|---|
Asynchronous (web sockets) | Websockets are used for bidirectional communication. |
Here is a list of all available APIs,
- Channel Integration API
- Agent API
- Chatbot API
- 2020-06-16_19-13-20_External App Integration API
- Web Widget API
To develop an API client application on Customer Channel API, Agent API, or a Chatbot API, choose any of the following language frameworks for the custom application to connect with the Chat solution for:
A new customer channel integration either from the web, mobile, or any social media platform
Bot connector for IBM Watson, DialogFlow, or any other bot
Agent gadget for a CRM application, a desktop, or an embedded HTML5 application
Here is a list of available socket.io clients for popular languages.
For further details on how to create a socket.io application, explore socket.io documentation.
Data Types
The following table lists the data types used in API parameters and notification message fields.
Type | Description |
---|---|
Boolean | A logical data type that has one of two values: true or false. |
Integer | A 32-bit wide integer. |
Long | A 64-bit wide integer. |
String | A variable-length string. If a maximum length exists, it is listed with the parameter description. |