Hello everyone,
I’ve set up my workflow to automatically respond to incoming Gmail emails using an OpenAI assistant. It works well initially. However, I’ve encountered an issue during testing: the workflow doesn’t maintain the email thread.
For example:
- The client sends an initial inquiry.
- The agent needs more information and asks for it.
- When the client replies with the missing information, the agent treats it as a new, separate inquiry instead of continuing the existing conversation.
I believe this can be resolved with a Code node, but I’m unsure how to configure it. When I examine the Code node’s output, it appears to be empty.
Could someone please advise me on how to properly configure the Code node to maintain the email thread?
Thank you!