Gmail auto reply

i am using Gmail node to reply a message automatically. But here issue is if the sender replies on that mail then my workflow will again run and reply. I want to reply only first mail of that thread only. Please suggest

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

An easy way to manage that is, at your send message node, to add a label (e.g., “Auto-Responded”). When you retrieve new message filter results, ignore messages that already have this label.

1 Like

i tried your solution. its works partially. If you add label to msg then, solution doesn’t work. if you add label to entire thread then it works but here issue is it add label "auto-responded’ to consecutive msg as well which is not correct because no response was given for consecutive mail

You said that you want to reply just to the first message of the thread. Please share a screenshot of your workflow and give me more context on when not to respond.

Hi. Solution worked. It only replies only first mail. I was worried about the labeling . Since labeling is done on thread it seems all msg has been auto-responded even though only first msg auto-responded