Notification from record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 04:27 AM - edited 05-01-2023 06:13 AM
When incident is created there is a notification triggered as default. I have created one record producer which creates an incident. Once this incident is created i need other emails to get trigger/ send notifications .
I need to send same email notification but with different recipients when incident is created from record producer servicenow.
How can i achieve this? How to differentiate from where incident is getting created. Any help is appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:19 PM
gs.addInfoMessage("Your request has been submitted successfully!");
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 03:52 AM
Yes, But I need to display number also.
For ex: "Case: OTCxxxx has been created"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 05:42 AM
So you want to send an extra email?
You can use after insert BR on incident table and check if the record has been created from record producer.
If yes then you trigger the event using eventQueue()
This table holds the information if record got created using record producer -> sc_item_produced_record
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 05:47 AM - edited 05-01-2023 06:07 AM
@Ankur Bawiskar : Hello ankur, there is notification already which gets trigger when incident is created, i need the same notification to trigger to additional emails other than the one who created the incident if it is from particular record producer.
Notification is the same but who will receive will be added extra when incident is created from this particular record producer.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2023 07:28 AM
then you need to check how is the OOB notification sent.
If it's sent using BR then you can add extra recipients, if it's directly from notification then you cannot add new recipient directly from there
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader