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
05-01-2023 07:56 AM
@Ankur Bawiskar : Hi ankur, Recipients are added directly from notification whom to send, option. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 09:12 AM
Hi
How to send green notification ribbon on record producers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:18 PM
- Create a Business Rule on Incident
- Condition: current.u_created_by_rp == true
- Action: Use gs.eventQueue() to trigger a custom event
- Then create a notification based on that event
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain