How to forward emails through Gmail to recipients equally (round robin)?
Status: Closed · Asked by sendhi on · 0 views
Hi,
I have two questions:
1. is there anyway to forward an email through Gmail whenever I receive one to other recipients?
2. the way I want to do it is sort of round robin so one email will go to one recipient at the time, like this:
email1 goes to recipient 1 only
then if I receive another email:
email2 goes to recipient 2 only
then if I receive another email:
email3 goes to recipient 3 only
then it goes back to loop so 1 ,2, 3... 1, 2, 3
This logic should work -
This logic should work -
Thank you I will check that, any idea what app I should use to be able to forward the emails I receive in my Gmail account to other recipients?
Ok, I've managed to do what I needed using the following:
1. Email Parser to capture received email in my Gmail
2. Filter, to capture certain emails
3. Number Formatter, to achieve round robin
4. Router, to set conditions for each route
Thank you for your help!