Can we pass one more variable other than user id in rasa server url?

The requirement is to pass one more variable in the post method other than user_id. Is it possible to achieve this so that the above-mentioned URL look like so: url: http://localhost:5005/conversations/${user_id}/${user_details}/execute

hey @Prskriti, I guess you are referring to the below code:

https://github.com/JiteshGaikwad/Chatbot-Widget/blob/8c25e934cc09cdcf25eb7fb737832ef56f04d3a3/static/js/script.js#L59

The API has been deprecated

Hi @JiteshGaikwad, Yes, I am referring to the above-mentioned code.

The above api accepts only those parameters mentioned in the docs, even if you pass the custom parameters, you won’t get those at the Rasa’s actions server code.

1 Like