Hi Marvin A.! I'm trying to set up Option 2, storing the conversationUrl in my database and then sending it along the next requests - unfortunately a new task is still being created every time
Just to make sure where should the conversationUrl be sent? in the headers or in the POST body like
{
"conversationUrl": "<user_conversation_url>",
}Any help would be appreciated 🙂