- 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-18-2023 05:38 AM - edited 09-18-2023 05:40 AM
Hi @vidhya_mouli ,
Simplest way is to create a flow with trigger as Inbound Email. Follow the screenshots below and configure the flow and activate it.
Please mark my answer as helpful/accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 12:00 AM - edited 09-19-2023 12:02 AM
Thank you for your response. I tried your solution and I am getting Flow Execution Error. Can you help me to troubleshoot it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 12:14 AM
Please check flow properties, the flow Run as user should be "System". See the
Please mark my answer as helpful/accept as solution if it helped you 👍✔️
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 12:30 AM
The flow works. But the mail is triggered even for registered users. I just checked with Abel tuter and it triggers the email.