- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 11:15 AM
Hi,
I'm trying to create a notifcation that needs to be triggered when an email update happened in incident. Meaning User is giving the updates/comments in the email back to the incident. How can we achieve this.
Need to notify : Assigned_to user
When: Email received in incident
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 11:38 PM
Hi @nelson_08 ,
You could create a second inbound email action based on the existing one that ServiceNow ships to handle the update on incident based on the email (Update Incident (BP)).
In your custom inbound action you could then use gs.eventQueue() to queue an event which is used by your notification.
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 12:14 AM
Hi,
I have no experience with that, but a quick search on the community led me to the following topic which might help you out:
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 11:38 PM
Hi @nelson_08 ,
You could create a second inbound email action based on the existing one that ServiceNow ships to handle the update on incident based on the email (Update Incident (BP)).
In your custom inbound action you could then use gs.eventQueue() to queue an event which is used by your notification.
Best regards,
Joni
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 05:19 AM
Thank you so much @Joni V B 🌟. That Worked !!!😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 09:21 AM
Hi @Joni V B ,
For this same requirement will I be able to attach the received email as part of my notification. If So please suggest the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 12:14 AM
Hi,
I have no experience with that, but a quick search on the community led me to the following topic which might help you out:
Best regards,
Joni