Recently, 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." We were using JS to call a custom global action which was used to invoke webhook which in turn was used to … Continue reading D365: The webhook call failed because the http request received non-success httpStatus code
Category: WebHook
D365: Azure Durable Function with D365 CE – Part 6
In the previous post, we saw how to invoke webhook using custom global action and passed plugin execution context to the webhook. In this last post of this series, we'll see how to execute custom global action from JS on form load. Using CRM Rest Builder, we can get the HttpRequest for executing action which … Continue reading D365: Azure Durable Function with D365 CE – Part 6
D365: Azure Durable Function with D365 CE – Part 5
In the previous post, we saw how we can register webhook for the azure durable function. In this post we'll see how we can use custom global action to invoke webhook and pass plugin execution context to the webhook. Let's go to D365 instance and create a global action as shown below: We have passed … Continue reading D365: Azure Durable Function with D365 CE – Part 5
D365: Azure Durable Function with D365 CE – Part 4
In the previous post, we saw how we can parameterize Azure durable function and deploy it to Azure. In this post we'll see how we can register a webhook for the azure durable function using plug-in registration tool. From the last post, we have Azure durable function URL copied as shown below: Now, let's open … Continue reading D365: Azure Durable Function with D365 CE – Part 4