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-07-2021 11:18 PM
Hi
my recommendation is to use the action "Send Notification" (see https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/flow-designer/referenc...). It references a common Outbound Notification. In that way you have the full control over all fields.
However, the most important advantage is that you don't have to customize and publish the flow every time you want to change something in the email properties or layout.
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-07-2021 11:48 PM
Hello,
But how can we pass the run time value (data pill) in the Send Notification action if we use that action in the flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 12:52 AM
Hi
you can access all values of the configured table and implement Mail Scripts to build some special content blocks.
If you mean any runtime values from your flow, it is probably not possible to access them in the Outbound Notification.
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 01:49 AM
Yes , run time values I need to use in the body of the mail. That's the reason i configured the Send Mail part . Is there any other way to define send Email address