Hello Experts,
While trying to invoke webhook using custom global action we got an error saying “The webhook call failed because the http request received non-success httpStatus code. Please check your webhook request handler." It was working earlier suddenly we are facing this issue, It would be great if you can provide the solution for it.
Thanks
-Sri
hi @GuidoPreite , I'm having the same issue. This an absolute hello world function, the example provided here https://d365demystified.com/2020/03/19/call-azure-function-from-dynamics-365-crm-using-webhooks/. I updated the function with a try-catch and even return a 200 when it ends up in the catch block. Also I never see the Trace in the Monitor section in Azure. When testing in Azure Code+Test it runs to success every time and the Trace appears as it should.
from the message looks like is the service you are calling that is returning a not valid code (like 401, 403, 404 instead of a 200,204) you will need to check the responses of the service you are calling or debug your request and see what are you receiving and if there are some error messages attached to the response
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1