Create your custom integration or My Integrations
This page contains the details tutorial on how one can build integration with SkooBot
Last updated
This page contains the details tutorial on how one can build integration with SkooBot
Last updated
SkooBot My Integrations
feature enables you to make a custom integration with your App and SkooBot. Here are detailed instructions for you.
Follow below steps to create the integration between your app and SkooBot
Login to SkooBot Dashboard and open the Third-Party Apps Integrations
.
Navigate to the My Integration
tab under Third-party Apps Integration
and click on Add Integration
button.
Filled the basic integration details such as
Name of the integration
Logo of your app
Description
Once you have filled in basic details, Enter the API URL which creates the lead, tasks, or ticket in your app, depending on your use case.
Define API Method and enter the request body, or you can also define the API parameter and header one by one.
Add the header keys if there is a need to do so. You can find option in the bottom to add the
Validate your request using the Validate
button.
Once you have filled in all the details, You will require to map your bot questions to the API Parameters. You can add new parameters from the option available on top.
For example, you select a question from Question
: Please provide your name?
Then, you map it with the parameter - Name
As a result, this mapping will enable integration to send the user's response from SkooBot to your app’s Name field in the leads. Similarly, for integration to work correctly, you will require to map all other questions/ components of your Bot to your app's field.
Please note that these queries/questions options will be auto fetched from your bot chat flow, So make sure you configure your chat flow first.
Once done, Save your integration and run a test.
Once you have established a connection between SkooBot and your app, you are ready to go for your first test lead. You can test your integration setup by creating a dummy lead on the bot. This lead should appear in your SkooBot dashboard as well as in the app you have integrated.
If you are not getting dummy leads from your Bot to your app, it may be due to multiple reasons:
Wrong Authorization Details added- You will be required to check and see if all the authorization credentials, such as API Token, API key, and/or URL, have been entered correctly.
Free plan- You are not subscribed to the paid plan on SkooBot, as integration works only in a paid plan.
If everything is correct and you are still unable to move forward, write to us at support@skoobot.com. We will respond back within 48 business hours.