w
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
g
did you figure this out bro because i need the same thing
w
Yes @gentle-policeman-89141 You have to use messaging API. You cant create a conversation directly sending a request to the link above.
Go to integrations, and find this integration. It allows you to create a conversation. Then you can continue the conversation from that https://cdn.discordapp.com/attachments/1255142335281369100/1268189485200441405/image.png?ex=66ab84ff&is=66aa337f&hm=16db63b14bbbd055c2cc2e40b0e010717b1e08c949a67f9a7f474ea82b4cc5a2&
2 Views