Hi guys!
I'm trying to use the Botpress API. Now, actually I'm trying to create a user to start a conversation with the bot and send it messages. I'm doing it by sending a post request to the url:
https://api.botpress.cloud/v1/chat/users. But, when doing the request, Im getting this error:
"Must specify integrationName or integrationId"
How do I get integration name/id? Do I have to create and use an integration? Is there another option for this?
I just wanted to send a message to the chatbot and retrieve the answer. But also with all the data that comes in a normal conversation. UserId, ConversationId, etc