Intergrating Infermedica API

Hello, i am making a symptom checker and wish to integrate Infermedica API but i am confused with the process of doing so. Can someone please help me out with integrating an external API in the chatbot…

You just create a custom action. Inside of it, you make calls to the API as you would with any other Python code.

In my opinion, the best way to do it for Rasa beginner would be to make a Python script unrelated to Rasa which does what you want. Once done, you copy it inside your custom action’s run() method.