Approval Reject from Email Not Updating RITM – Inbound Action Active but Not Working

tilekarnilesh
Giga Guru

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!

tilekarnilesh_0-1750323923271.png

tilekarnilesh_1-1750324355052.png

 


@Chaitanya ILCR @Ankur Bawiskar

6 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron
Tera Patron

@tilekarnilesh 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

@tilekarnilesh 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

@tilekarnilesh Are you sure that you're sending a reply email?
You need to hit send button

JSiva_0-1750327016813.png

Also, check whether the 'Email Receiving' property is enabled in your instance

JSiva_1-1750327151168.pngJSiva_2-1750327170585.png

 

View solution in original post

@tilekarnilesh 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

@tilekarnilesh Are you sending the reply email from your outlook?

View solution in original post

31 REPLIES 31

@tilekarnilesh 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar It's working fine in UAT. Need to check the Dev instance to see what’s happening there. Thank you very much.😁