
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 08:18 PM
I just wanted to know how can I approve or reject a change request via Email just like the Approval Request Notification. Thanks for the feedback!
Solved! Go to Solution.
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 08:52 PM
Hello Pasia,
You can write inbound actions for to approve or reject through emails.
In inbound actions you can specify the conditions like subject contains, field ...etc.
Depending upon the conditions it will update on the target table.
By using watermark service now instance will identify to update that on which record.
If you need any other help, let me know.
Thanks and Regards,
Karthik T.
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 08:24 PM
This is how the system should work by default. When you get to the point where a change requires approvals, it will email the appropriate approvers. Those approvers receive email with embedded links to Approve or Reject. Inbound Email Actions listen for responses, then update the Approval Records. Only then does the Change Workflow pick up and proceed based on the answer received.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2017 08:52 PM
Hello Pasia,
You can write inbound actions for to approve or reject through emails.
In inbound actions you can specify the conditions like subject contains, field ...etc.
Depending upon the conditions it will update on the target table.
By using watermark service now instance will identify to update that on which record.
If you need any other help, let me know.
Thanks and Regards,
Karthik T.
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2018 11:51 PM
Hi Karthik,
Can you please let me know how to implement the same for Change Request Approval Email Notifications. I want the same functionality to be defined as a requirement. In the mail itself the action will be there to approve the Change Request.
Regards & Thanks,
Gourav

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 01:37 AM
Hello Gourav,
You can create templates and add those templates in the mails.
https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/notification/concept/c_EmailTemplates.html
https://docs.servicenow.com/bundle/kingston-servicenow-platform/page/administer/notification/task/t_ApplyATemplateToAnEmailNotif.html
ServiceNow Commnunity MVP -2018 class.