- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:39 AM
Hi everyone,
I'm working on automating the approval process for RITMs (Request Items) and want to include Approve and Reject buttons directly within the email notification sent to approvers.
So far, I’ve created an email notification triggered when an RITM enters the "Waiting for Approval" state, but I'm unsure how to embed actionable buttons for approval and rejection that update the RITM approval status directly from the email.
Key goals:
Add functional Approve/Reject buttons inside the email.
Ensure action is captured correctly in the RITM approval record.
Avoid using generic script templates unless necessary.
If anyone has already implemented this or can share a clean and working method (mail script, link structure, or built-in feature), it would be a great help!
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:41 AM
check this blog
Approve/Reject button in Approval notification
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:49 AM
There is already an OOTB email which is sent when approval is requested for RITM, why to create new one?
You can check link shared by @Chaitanya ILCR to see how to include buttons instead of link in approval email.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:57 AM
you can refer code of OOB notification as well
Requested item approval assigned
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 06:00 AM
then this is the existing OOTB email notification, make changes to it as per above link
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 05:57 AM
Hi @tilekarnilesh ,
has instance received that email?
usually email reception and sending is disabled in sub prod instance
if your instance has received it check the email logs again
if you are still facing the issue could you please open a new thread (post a new question)
and tag us there with few more details?
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:41 AM
check this blog
Approve/Reject button in Approval notification
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:57 AM
you can refer code of OOB notification as well
Requested item approval assigned
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:42 AM
Hi @tilekarnilesh ,
You can use mail script for the same to add the approve and reject button in the notification. Please look for OOTB notification for approval or reject they use the same logic. Please let me know if any help is required with the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 05:43 AM
@Anil Nemmikanti Yes please send a code and steps also thanks..