Notification to user in variables

Rutuja K
Giga Guru

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!

 

2 ACCEPTED SOLUTIONS

Sohail Khilji
Kilo Patron
Kilo Patron

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.

 

SohailKhilji_0-1707639992782.png

 

 

I hope this helps...

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

View solution in original post

abirakundu23
Mega Sage

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.

View solution in original post

2 REPLIES 2

Sohail Khilji
Kilo Patron
Kilo Patron

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.

 

SohailKhilji_0-1707639992782.png

 

 

I hope this helps...

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

abirakundu23
Mega Sage

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.