- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 02:45 AM
Dear all,
I created a catalog item and I want the specific person(such as admin) will receive the notification email when the user submits the request through this catalog item. How do I do that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 10:55 PM
Go to Workflow Editor
Open the workflow you want to edit , then checkout the workflow
Then from the core tab drag and drop the notification activity in the workflow
Then open that activity to configure it as per your requirement. Then Publish the workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 08:49 PM
Hi,
yes in workflow you can use Notification activity and include the email addresses as recipient and email body as the variable content
Regards
Ankur
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-30-2022 10:20 PM
Hi,
Is there any Notification activity for me to use directly? Or I need to write this workflow on my own.
Regards,
Junyu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 11:34 PM
Hi,
there is OOB Notification activity in workflow; you can use that
I would suggest you to go through ServiceNow docs for more help
Workflow notification activities
Regards
Ankur
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-31-2022 12:16 AM
Glad that you got the approach.
I already mentioned the same approach 3hours ago to use workflow notification activity.
It's just that I didn't share the screenshot and details steps considering that those can be easily found on ServiceNow Docs.
Regards
Ankur
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-30-2022 09:43 PM
Hi Junyu,
You can use notification activity in workflow to send email to a specific user.
Kindly mark my answer Correct if it resolved your issue