How to configure the Sender Email Address in Flow Designer - Send mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2021 11:12 PM
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
- Labels:
-
flow designer
-
Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 02:49 AM
Hi
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 09:16 AM
Maik has the correct approach.
To add some detail:
- Pre-Quebec: You can use the "Send Notification" Action Step within Action Designer.
- Quebec+: You can use the Action Step and the "Send Notification" Action in Flow Designer.