- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 02:16 AM
Hello Community,
I've created Approve and Reject buttons in a notification email for RITM (Requested Item) approvals in my ServiceNow Developer Instance. The buttons are successfully sending the email and triggering a response, but the RITM is not getting updated (i.e., not moving to Approved/Rejected state).
The inbound action named "Update Approval Request" is active.
Despite this, the approval state on the RITM is not changing after the user clicks Approve or Reject.
I’ll attach the following for reference:
Screenshots of the mail buttons
A link to the community post where I referenced this button creation method - https://www.servicenow.com/community/itsm-blog/approve-reject-button-in-approval-notification/ba-p/2...
Has anyone faced a similar issue or could guide me on what else to verify?
Thanks in advance!
@Chaitanya ILCR @Ankur Bawiskar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 02:40 AM
when you receive the email, in related list you see which all inbound email actions were processed and skipped.
Did you check that?
If that's an OOTB inbound email action then ideally no one must have updated it.
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-19-2025 02:56 AM
unless email comes to instance inbound email action won't be processed
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-19-2025 02:59 AM
@tilekarnilesh Are you sure that you're sending a reply email?
You need to hit send button
Also, check whether the 'Email Receiving' property is enabled in your instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 03:05 AM
email sending is disabled and hence email not coming to instance.
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-19-2025 05:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 05:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 06:48 AM
@tilekarnilesh Glad it helped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 06:50 AM
@J Siva There may be an issue with the dev instance, need to contact ServiceNow for this.
Thanks once again..😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 02:32 AM
Hi,
The first step is to verify if the inbound action is being triggered. You can do this by adding some logs to check if it is running. Simply activating it doesn't guarantee that it is working. Once you confirm that the inbound action is being triggered, we can then review the logic within it. Could you also provide a screenshot of the inbound action after confirming it is triggered by each inbound email?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 02:40 AM
when you receive the email, in related list you see which all inbound email actions were processed and skipped.
Did you check that?
If that's an OOTB inbound email action then ideally no one must have updated it.
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