Hello everyone,
I am new to rasa and I want to send more data to the rasa bot along with the message to use those values in retrieving other data.
For example I hit this URL to interact with rasa from my website “http://localhost:5005/webhooks/rest/webhook” as a Post request with the payload { message: “hello there”, sender: “test” }
is this possible to add other variables(some more info of user which I want to retrieve in actions) here if so what would be the key-value pair and how can I retrieve that data in the rasa server to save/use in actions.py?
Thanks in advance!