Mobile SDK Integration Guide
Mobile SDK Integration Guide
The Clio SDK enables seamless chatbot capabilities within your React Native mobile application. Follow the steps below to integrate Ask Clio's AI assistant into your app.
Step 1: Installation
Run one of the following commands in your project directory to install the Clio SDK:
Using npm:
Using Yarn:
Step 2: Integration
Use the ChatModal
component from the clio-react-native
package to integrate the Clio chatbot into your app. Below is a sample implementation:
Parameters
Here are the required parameters for the ChatModal
component:
accountToken
: Your specific account token.clientId
: The unique client ID for your application.host
: Your Clio instance URL (e.g.,<youraccount>.askclio.ai
).companyName
: Your company's identifier.
Next Steps
After completing the integration, test the chatbot in your app to ensure it works seamlessly. If you encounter any issues, check the logs or reach out to our support team at support@askclio.ai.
Last updated