Introduction
Last time we did a configuration of a simple D365 webhook with Azure Functions. This time we will check how to implement sync/async webhooks and upgrade it to parse the data that is passed as the context to the webhook function. If you are not familiar with configuring webhooks you should definitely start with Part 1 of the blog series before reading this one.
Async/Sync…
Continue Reading Dynamics Ninja’s Article on their blog
D365 Webhooks – Part 2
Last time we did a configuration of a simple D365 webhook with Azure Functions. This time we will check how to implement sync/async webhooks and upgrade it to parse the data that is passed as the context to the webhook function.
Blog Syndicated with Dynamics Ninja’s Permission