How to check whether a mail got reply or not

Hi,

I have a scenario where the bot should check whether a mail sent to users got reply from them. If there is a reply bot should perform set of actions. How to create a workflow for this.

NOTE: Bot will be executed weekly once

Appreciate if anyone could help on this.

Thanks in advance.

Hey! Welcome to community!

Whenever someone will give reply to the mail the subject will change…

Example:

→ Main Mail Subject: Test Mail
->Reply mail: RE:Test Mail

So Filter the Subject by checking the (“RE”)

Try in this way!

Regards,
NaNi