- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 12:16 AM
Hi,
I want to send a notification that requested item is submitted to users from ritm variable
I have 2 variables First owner and Second owner in variables. How to send notification to these 2 users.
Thank You!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 12:27 AM
Hi @Rutuja K,
You can do this in workflow using event and notification activity...
create an event and use the below script to send notification to the varaibles person.
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 03:32 AM - edited 02-11-2024 03:41 AM
Hi @Rutuja K ,
Create an event & send to the notification through workflow or flow.
gs.eventQueue('eventname', current, param1, param2); //param1, param2 is respective recipient.
Please try that way.
Ref videos: How we can use EVENT to automate EMAIL NOTIFICATION in ServiceNow | Email Notifications | Events - Y...
How to trigger an email notification through Event in ServiceNow| Explained with Example| ServiceNow...
Please mark helpful & correct answer if worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 12:27 AM
Hi @Rutuja K,
You can do this in workflow using event and notification activity...
create an event and use the below script to send notification to the varaibles person.
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2024 03:32 AM - edited 02-11-2024 03:41 AM
Hi @Rutuja K ,
Create an event & send to the notification through workflow or flow.
gs.eventQueue('eventname', current, param1, param2); //param1, param2 is respective recipient.
Please try that way.
Ref videos: How we can use EVENT to automate EMAIL NOTIFICATION in ServiceNow | Email Notifications | Events - Y...
How to trigger an email notification through Event in ServiceNow| Explained with Example| ServiceNow...
Please mark helpful & correct answer if worthy for you.