How do i send notifications to Users by using List collector variable in catalogue item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 01:05 AM
Hi Community,
How do i send notifications to Users by using List collector variable in catalogue item
Thanks & Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 01:18 AM
Hi @Srinivasu2
As per my understanding, You are capturing users in a List Collector variable and you want to send notification to those users.
Please let me know when you are trying to send the notification. Is it once the request is submitted or some other trigger?
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 05:43 AM
Hi @AnveshKumar,
Notification will send once the request is submitted that to only Active Brazil Users
Regards,
Srinivasu Sagiraju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 01:31 AM
Hi @Srinivasu2 ,
Once you have collected the all the users , then you need to make a call to backend script using GlideAjax please refer below URL :
Then once you have made a call to script include you can fo GlideRecord on user table to get the email Ids and then inside a loop use gs.eventqueue to trigger a notification.
before using eventqueue you have to also create a new event and then on your notification under when to fire select when event is triggered.
Please mark helpful/correct if my response helped you.