I attempted this on my current install and I received the same results as prior, and that @senthurRam Error: ‘’ not found
So I went and spun up another VPS ran both of the steps, expor & curl and it looks like its working. If you visit the url of /webhooks/rest/webhook it will toss up another error, and its working! I can send a curl command and get a response, and it also shows up in Rasa X, which a REST method.
@senthurRam Try to reinstall, I have a git connected so it wasn’t too difficult, once I did a fresh install, connected git, trained, I was able to send this command from terminal and get a proper response
curl -d ‘{“sender”: “Rasa”, “message”: “Hi”}’ http://159.89.163.88:5005/webhooks/rest/webhook
curl --request POST
–url http://IPADDRESS/webhooks/rest/webhook
–header ‘content-type: application/json’
–data ‘{
“message”: “Hello”
}’
and received the response
[{“recipient_id”:“default”,“text”:“Hey! How are you?”,“buttons”:[{“payload”:“great”,“title”:“great”