I’m able to send data from my website to Rasa server using customData using customData:{“userID”:“id_no”}. But my issue is i’m getting in the form of {“userID”:“44”} i only need integer value so i can use it in my API. Also can anyone tell me how do i pass the customData value directly to api written in external file.
Hey @Tobias_Wochinger. I want to run the core models with --enable-api command on a linux server on a VM. I installed everything required and am able to run rasa run actions and also rasa run -m models --enable-api --cors “*” but im unable to see the webchat on my website. Previously. it ran fine on local machine. Now i want to make the rasa server run on a remote server. How do i achieve this?