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