RASA Integration with server

Hello there!

I was looking into Rasa and wanted to be able to integrate the bot created on their platform with my own server. Usually, this is done using a POST API which is used to send the user input to the bot, receive the response from it and send it back to the server.

I would like to know how this could be achieved in RASA. Thank you for your response.

You should review the training materials which do a good job covering the basics. To access services from the bot, this is done with custom actions.