The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Outbound Email based on Inbound Email

vidhya_mouli
Giga Sage

We need to trigger an outbound email based on inbound email.

When we receive an email, we must check if the sender is in the system. If not we need to trigger an outbound email where

 

Subject : Cannot register your email

Body: Sorry to inform you that we cannot accept your email as you are not a registered user in our system.

Recipient: <<sender email>>

 

How do I do this?

1 ACCEPTED SOLUTION

@vidhya_mouli 

I tested the following flow in my PDI, it is working fine. Please change the flow as per the screenshots below.

 

AnveshKumarM_0-1695119288687.png

 

AnveshKumarM_1-1695119314963.png

 

AnveshKumarM_2-1695119337821.png

 

AnveshKumarM_3-1695119359158.png

Final flow:

AnveshKumarM_4-1695119385050.png

 

Thanks,
Anvesh

View solution in original post

8 REPLIES 8

@vidhya_mouli In trigger conditions keep User ID :: Is Empty condition and remove the remaining two conditions and re test once.

Thanks,
Anvesh

I tried it still triggers the mail for Abel tutor. I even tried with user empty and still the same result. Not sure how to check if the user exist in the system.

@vidhya_mouli 

I tested the following flow in my PDI, it is working fine. Please change the flow as per the screenshots below.

 

AnveshKumarM_0-1695119288687.png

 

AnveshKumarM_1-1695119314963.png

 

AnveshKumarM_2-1695119337821.png

 

AnveshKumarM_3-1695119359158.png

Final flow:

AnveshKumarM_4-1695119385050.png

 

Thanks,
Anvesh

It worked. Thank you very much.