Emails which are sent are not added to Activity log for Interaction Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 10:19 PM
Hello Team,
Am sending emails through UI action on Interaction Table, and I want the email which is sent to the user should be added in Activity log.
I have added 'Emails-autogenerated' and 'Emails-correspondence' to filter activity, but still I do not see emails which are sent are getting added unlike for Incident table.
Kindly help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 12:12 AM
@Maik Skoddow
Is there any code that I need to add Maik ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 01:46 AM
usage of GlideEmailOutbound API is not recommended, and I also found no way to set a link to target record via that approach.
Instead go the common approach via event-triggered notifications.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 01:58 AM
Hi @Maik Skoddow
am using a script include to generate a code, and calling that script include in UI action and sending the email to the user with that code.
How can I achieve this through event-triggered notifications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 02:30 AM
Hi @soumyadaggula ,
sorry, but this is one of the most described features in ServiceNow. There are tons of articles, videos and documentation.
Just one example: https://www.youtube.com/watch?v=YSZFiumGXj4
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 03:06 AM
thank you Maik !