Passing JSON from Bot to Botium Box to trigger specific flows

Hello,

I have a rasa bot which picks up user name from the browser and sends it to the bot to trigger specific flows for user.

I am looking to test the same on Botium box. Is it possible to do this using Botium box? I looked at Botium connector documentation and it says that this is already in Botium box but I couldn’t find it.

Thanks.

  1. What documentation are you refering to ?
  2. The Botium Rasa connector can maybe be extended with a “request hook” to inject this custom data into the request. How should this “sends it to the bot” look like ? Is this an additional payload field in the HTTP/JSON request to the RestInputChannel ?