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:
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