How to pass properly the chatbase conversationId to chatbase and Manychat?

Hi,
I want to connect chatbase.co to my manychat account to set up a smart chatbot for Instagram and Facebook Messenger. I am using make to connect all.

I created 2 automation in manychat and it works fine if the user only sends one message.

After chatbase replies but if the user asks for something else. This second message is ignored.

Make support replied : “I see that ChatBase has feature called saving the conversation which is being saved as ID. Message a Chatbot

I have checked their API doc, the problem is that the endpoint’s response doesn’t have a “Conversation ID” included, please note that we’re only depending on the endpoint from their end.

So I used another approach. I use the module chatbase API call in order to try to pass this conversationId to chatbase, but it didn’t work. I added filters to create this conversationId={{timestamp}} if conversationId DOES NOT EXIST.

I can see that Manychat send to chatbase one of my previous message and ignore my last ones.

Does anyone already achieve what I am trying to do => Make chatbase remember the conversation in Facebook and Instagram through Make?



blueprint (1).json (29.3 KB)

I have the same problem with 2chat + chatbase + Make