Send notifications in "Data Source Request" Flow Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 09:21 PM
Hi,
I want to know If there is any way to send notifications to users or groups in my instance when the scheduled import set is executed by system but got accidentally cancelled because there is an error requesting to the API ? The Flow Action should look like this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 09:39 PM
you can have your custom notification on transform history table and check the status.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 03:12 AM
Hi @Ankur Bawiskar, thanks for the solution it works fine at the start but when I tested it I realized the notification is lacked off information like status code of API and API name. In Flow Action at REST Step, there is no place for me to write scripts to get those params and transfer to notification. Do you have any idea on how to do this ?