Manage API
Manage APIs
It is a section where you can set all the APIs to integrate with external systems.
When to use
Setting up an API is required when you need to communicate with any external system to get, push or read some details.
For instance: You want to send user details captured on the chatbot to a CRM tool.
This is possible using Manage API, here, all the APIs can be set and used in the flow accordingly.
Limitations
- API names can’t be the same.
- API names field can’t be empty.
- API URL field can’t be empty.
- Key and Value both are required.
Note: There is no limitation on the number of APIs that you want to set.
How to Use
There are two methods provided to set an API in a chatbot journey:
- Create an API
- Import APIs
A new API can be created by clicking on the New API button on the screen, all the details required (URL, API method, Key, and Value) are to be entered manually.
Import APIs can be used if a collection of APIs is to be imported from Postman. Using import APIs all the details are auto-filled on the screen.
Manage APIs Screen
To use APIs in middle of journeys, use the API Node.
Updated 12 months ago