Im trying to create a timer that allows the flow to continue even if the contact does not responds the bot.
For exemple:
BOT: Whats your name? Block to capture text 45 seconds timer
The contact does not answered, the bot just keep going whithout the information anyway.
I'm trying to open a conversation on ChatWoot after the flow is completed by the user, but even with the tutorials we have on the documentation, I'm not getting it...
I`m using Typebot integrated with Evolution API and ChatWoot. A few days ago I notice that the function to pause session to interrupt the chatbot while a human is typing to the customer, just does not work anymore.
/typebot/changeStatus/{instance}
And I use do send the remoteJid + the status I want to change... but is not working... can someone help me?