- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 05:04 AM - edited 09-18-2023 05:18 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 03:30 AM
I tested the following flow in my PDI, it is working fine. Please change the flow as per the screenshots below.
Final flow:
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 01:53 AM - edited 09-19-2023 02:05 AM
@vidhya_mouli In trigger conditions keep User ID :: Is Empty condition and remove the remaining two conditions and re test once.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 02:40 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 03:30 AM
I tested the following flow in my PDI, it is working fine. Please change the flow as per the screenshots below.
Final flow:
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 04:10 AM
It worked. Thank you very much.