I have an n8n workflow that sends follow-up emails using Gmail when someone doesn’t reply to my messages.
The problem: When I use the “Reply” function in n8n, it automatically includes me as a recipient. So when the follow-up email gets sent, I receive a copy of it too.
What I want:
-
Send a follow-up email in the same Gmail thread if the person didn’t reply
-
Only send it to the original recipient (not to myself)
-
Keep everything in the same email thread
The question: How can I remove myself from receiving the follow-up email while keeping it in the same thread?
The problem using the “send” option is that it doesn’t send in the thread, always creates a new message.
If i use the “reply to sender only”, it will only send to me (because i was the sender of the last message of the thread)
help please
