Send email notification to requested_for user

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 02:26 PM
I'm working in creating a catalog task. Inside of my workflow, I would like to add an email notification to the user if they are not able to fulfill the request. I'm not sure how to implement this.
I used a notification inside of my task but It doesn't work. Is there a way I can test that the requested_for has received an email.
- Labels:
-
Service Catalog
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 02:35 PM
Hi,
You can checkout your workflow and add notification workflow activity for requester
Workflow notification activities
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 02:41 PM
Thank you for the reply. However, it doesn't show me how to do it. Am I in the right track?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 02:45 PM
Please check below links which provides your link for editing published workflow.
Creating a Workflow - ServiceNow Wiki
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 02:47 PM
In the To field of notification, you need to select Requested For instead of caller field.
And in the message, you should have your subject and message body. That should do it.
Please mark this response as correct or helpful if it assisted you with your question.