Hi! I have set up of a simple ai-agent customer success email replier. It uses different tools to form its response which works great.
But somehow now it is replying to itself!! (super weird haha - alive? )
It replies to its own responses and seems to take those as new message triggers by the gmail trigger.
How can I only trigger the workflow when the emails received in gmail are not sent from the agent?
That sounds interesting haha, maybe it’s alive after all!
If it’s only monitoring one folder, maybe you could move the email to a different folder or tag after it’s processed. Alternatively, you could add a filter after the first node trigger to check the sender’s address for example, ignore emails from yourself and only process replies from other people using an if node.
Thanks! the filter worked perfectly.
Now i have another issue, it keeps sending off two gmails even though i only ask it to reply once, have you faced this before or know how one could fix it?
Good glad that fixed first part, so when you mentioned, can you share the executions screen please? It could be because you have two items being returned so it processes each item.