Configure Endpoints

Tell Dhee about your tech stack's REST. She will make it work.

In the example we are working on, we would like the chatbot to interact with our leave management system to apply for the leave on behalf of the user. For this, it needs to interact with an API Endpoint ( or a spreadsheet) to _mark_ the leave application with the details provided by the user.

The _endpoints_ need to be defined and registered with the Dhee.AI system before being consumed by our workflow. This could be done using the _IntentsAndAutomation->BackendAPI_ section.

Use the '+' Button to register a new endpoint. You would be required to provide

  • Url Name : An unique string to identify the endpoint.

  • Uri : The actual Uri of endpoint

  • Username : Username to use to access the Uri

  • Password : Password to use to access the Uri.

Last updated