I am currently developing a chatbot with rasa and it is supposed to be bot initiated, so the bot should start the conversation. According to other threads the way to implement that depends on the frontend.
In want to use Rasa X as temporary frontend as long as it only concerns test users.
How would you implement an initial payload to start the conversation with rasa x?
Hi @Vale_Boca, if you want to test it via Rasa X, you could create a testing intent (e.g. start_test) that triggers a specific action, using the mapping policy. You can then trigger the action by sending /start_test. The triggered action would then be the start of the conversation.