# 🛠technical-support
Zoxsis
Zoxsis·5 replies

What am I doing wrong here, as the email doesn't send nor the latest node message doesn't show to user? Send email node is configured right, as the test mail can be sent. Also will the url: https://chatbot.yourgpt.ai/dashboard/4d2300f0-cf80-42ee-9fd7-6beb888870a0/conversations/all/{{SESSION.session_uid}} link to the conversation in which the email has been sent?

Sahil | YourGPT
Sahil | YourGPT09/02/2026 13:20

hello @Zoxsis
Have you checked the log? Also, please try to handle the error case as well.

Zoxsis
Zoxsis09/02/2026 13:23

As far as I understand the intent is correctly detected

5:22:16PM debug session:created session created view more 15:22:16PM debug eventNode:ended no flow found for new_session node_type: event view more 15:22:25PM debug send:message User Message received view more 15:22:25PM debug send:message Looking for flow data view more 15:22:25PM debug send:message Flow data found. Checking for previous flow view more 15:22:25PM debug send:message Checking for automated responses view more 15:22:27PM debug intent:detected flow started with detected intent node_id: 2aeef4c0-53aa-49e3-ac91-dc61655a6fa6 node_type: intent view more 15:22:27PM debug node:trigger Node chain execution triggered node_id: 2aeef4c0-53aa-49e3-ac91-dc61655a6fa6 view more 15:22:27PM debug node:trigger node executing node_id: 2aeef4c0-53aa-49e3-ac91-dc61655a6fa6 node_type: intent view more 15:22:27PM debug node:trigger node executing node_type: end view more 15:22:27PM debug node:trigger node executing node_id: 2aeef4c0-53aa-49e3-ac91-dc61655a6fa6 node_type: intent view more 15:22:27PM debug node:trigger node executing node_type: end view more 15:22:27PM debug node:ending Node completed. Searching for the next attached node. view more 15:22:27PM debug node:ending End of the Node searching.Node execution ended view more 15:22:28PM debug tool:execution Tool Yhteystiedot executed with status success view more 15:22:28PM debug message:received message received view more 15:22:28PM debug flow:ended No node remaining node_type: end

Zoxsis
Zoxsis09/02/2026 14:35

Would you please check @Sahil

Zoxsis
Zoxsis10/02/2026 11:13

@Sahil ?

Sahil | YourGPT
Sahil | YourGPT10/02/2026 17:57

hello @Zoxsis When you tried adding the error path, did the flow actually route to that path? From the logs, everything seems normal.