Hi, I would like to create a robot(Cluade AI) to reply message in wix inbox through my server.
But I couldn’t get unsealed conversationId list by http request.
(We will seal the conversation after conversation end)
I don’t see api about getting conversationId list through http request in the document.
Could anyone help me with this issue?
How are you marking the conversation as “sealed”?
You can get a conversationId if you have the visitor, contact or memberId via getOrCreateConversation().
Otherwise, you can try to track conversation ids via event handlers such as when a user sends a message to the business or the guest receives a message.
Thanks for your kindly reply.
May I know if I could get conversationId through http request when a user sends a message to the business?
If not, may I know where to use sdk in wix?