Hi again,
I'm encountering an issue while trying to start a conversation using the Typebot API. Here are the details of the problem:
Issue:
Error message: createConversation
Description: When making a POST request to the Typebot API endpoint to start a chat, I'm receiving an error related to creating the conversation.
Details:
API Endpoint:
https://api.typebot.io/v1/chat/startMethod: POST
Headers: Content-Type: application/json
Request body:
json
{
"public_id": "open-ai-assistant-chat-2aabupj",
"visitorId": "unique-visitor-id"
}
Setup:
I'm using Make to handle the HTTP request.
From Make: The HTTP request is sent without errors, but the response from the other app returns an error related to Bot Err: Error starting bot: createConversation
The visitorId is dynamically generated and passed correctly.
The public_id is correctly set to open-ai-assistant-chat-2aabupj.
Could you please help me identify what might be causing this error and how to resolve it?
Thank you for your assistance.