Error Code 403, Creating Conversation via API
# 🤝help
b
Hello, I've been trying to use the Botpress Cloud API to create a new conversation using the webchat integration. I make a request to the
/v1/chat/conversations/
endpoint, passing an authentication header, and some data. The data I pass is:
Copy code
{
    "channel" : "channel",
    "integrationName" : "webchat",
    "tags" : ttt
    }
The response I get is as follows:
{"code":403,"type":"Forbidden","message":"Bot \"{{bot_id}}\" cannot create conversations for channel \"channel\" of integration \"{{integration_id}}\""}
Can anyone provide me with a bit of insight on what this means, or how I might solve this issue?
r
How did you get an API key for the BotPress Cloud API? I can’t find anywhere to generate one… 🤔
26 Views