How to call Email Script inside send email action of flow designer?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 01:07 AM
Hi All,
I want to call Email Script containing Compony header and compony footer to the Send Email Action inside the flow designer. As we cannot call Email script in body of send Email action, Any other way to achieve this?
Thanks,
Priya
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 01:16 AM
Create an event, configure the notification to be sent when that event is raised, modify the Flow to create an event record (in table sysevent
) instead of the Email Action. Than you have a regular notification to configure where you can use all the bells and whistles those come with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2022 01:26 AM
Or use the "Send Notification" action instead.