How to configure the Sender Email Address in Flow Designer - Send mail

chandrashobana
Giga Expert

How to define the Sender Email address(from ) for any kind of outbound notification through flow designer. 

In the legacy notification, we have the option to define the FROM address, but in the flow designer (Send Email) , we do not have such option, we have only TO and CC. 

 

How to define the Sender Email specifically for all the flows triggers from Flow designer

 

6 REPLIES 6

Hi @chandrashobana ,

I'm afraid there is no perfect way.

Please consider the following: When you use 'Send Email' you are not using the notification system. You are bypassing the notification system and directly creating an email in the email table according to your business needs. A natural consequence then is that a recipient cannot control whether they want to receive your 'Send Email'-originated email via their Notification Preferences. You also don't have access to features implemented in the notification system itself.

As a workaround you can create an event (see https://community.servicenow.com/community?id=community_article&sys_id=3450a52fdbcf2740afc902d5ca961...) and hand over your prebuilt email body as parm1. And then you have a usual outbound notification listening to the event created before at Flow.

Kind regards
Maik

If my answer replied your question please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.

Maik has the correct approach. 

To add some detail: