Hey guys, i want to deploy my rasa chatbot i have created using python with custom actions and MYSQL database using Xampp and the other files, for example to FB Messenger of my Owen WEBSTE.
how i should do that ?
can some one guide me to right steps!?
Set up a Webhook and select at least the messaging and messaging_postback subscriptions. Insert your callback URL, which will look like https://<host>:<port>/webhooks/facebook/webhook , replacing the host and port with the appropriate values from your running Rasa X or Rasa Open Source server.
If you’re on a server, you replace it with your IP or hostname. If you’re running in local mode, you can type “localhost” or you can use the URL generated by Ngrok.
According to this and this, communicating with Heroku is like using a custom REST channel.