How to deploy Rasa on server?

Thank, I appreciate your help. But I am rather confused about this http server bot. It looks like I have to manaully create the dialogue via those endpoints. So, it seems you have to do some work to handle your bot via this server?

To start a conversation, send a POST request to the /conversation/<sender_id>/parse endpoint. <sender_id> is the conversation id (e.g. default if you just have one user, or the facebook user id or any other identifier).

I use thgis GUI: GitHub - scalableminds/chatroom: React-based Chatroom Component for Rasa Stack

how do I know the user ID?

I am confused about those curl commands. This seems like manual work. It looks like I have to write curl ... everytime manually…Sorry but mabye I am too stupid.:grin:

Is there maybe any toy example? I am a little off when I read this:

If started as a HTTP server, Rasa Core will not handle output or input channels for you. That means you need to retrieve messages from the input channel (e.g. facebook messenger) and send messages to the user on your end.

Maybe you can give me some instruction what I have to do for a test on a server given my core model (in python) wiht trained dialogues and my GUI.:grinning: