Hi,
I need to add a custom context to the Rasa request url that I configure in Slack. Something like: http://myurl.app.com/api/v1/mybot/webhooks/slack/webhook/. This is for my corporate proxy to identify the bot. We need to have the string “/api/v1/mybot/” as part of the url. Can you please guide as to where in Rasa can I configure the extension.
All suggestions are welcome and appreciated. This is kind of a show stopper at this stage.
Hi! There isn’t a feature built into to Rasa for modifying the server endpoint routing, but one alternative would be to set up a routing server in front of your Rasa bot to act as an intermediate proxy layer.