Hi Team, may I know why the bot does not continue with the remaining flow after the create contract tool is executed?
I have check the logs, it was display "message": "Contact created" and "message": "no flow found for contact_created"
Based on image 2 from my last message, I’m trying to create the contact and send the thank-you message. However, after the contact is created, the bot stops responding. I’ve noticed this happening a few times.
This is another sample: https://chatbot.yourgpt.ai/dashboard/269367e6-7021-48fb-b202-9dce01c81edc/conversations/all/17642540531946652
Thank you. I retested the create-contact flow, and it still gets stuck after the contact is created (creating a contact with email). The log shows: "no flow found for contact_created".
can refer here: https://chatbot.yourgpt.ai/dashboard/1051622c-1852-4f3b-94bd-791af5e9dacb/conversations/all/17653532919632316
Yes, I have published it again and retested it on my WhatsApp. I’m still getting the same response in the logs.
"task": "createContact", "type": "debug", "message": "Contact created"
to
{ "data": { "event": "contact_created", "node_type": "event" }, "task": "eventNode:ended", "type": "debug", "message": "no flow found for contact_created" }