We want to connect our Rasa with our web server(12.13.14.15:4444). at our web server , we will get messages which we need to send to Rasa kindly tell me what changes i need to make in endpoints.yml

We want to connect our Rasa with our web server(12.13.14.15:4444). at our web server , we will get messages which we need to send to Rasa kindly tell me what changes i need to make in endpoints.yml

Hi Shubham,

just so I understand. Where are your messages coming from? Are they coming from a webpage or from a client like slack? The endpoints.yml file is typically meant to tell Rasa where other services are (like the action server, or databases). If messages are coming from another service then you’ll need to configure the traffic to be sent to Rasa from there.