I have Rasa X running locally on port 5002. I want to send a message via Postman and see Rasa response on the ‘Talk to your bot’ section. I tried sending
{
“sender”: “test_user”,
“message”: “hi”
}
to: http://localhost:5002/webhooks/rest/webhook. I got html response but nothing on Rasa interactive chat widget.
Thanks. Sorry that does not seem to have any information on my question about Rasa X server. Could someone help please? I am trying to start Rasa X interface with a POST request @rctatman