Data integration using webhooks – Part 1 (Receiving data)
A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information.…
A webhook (also called a web callback or HTTP push API) is a way for an app to provide other applications with real-time information.…
This is a vast topic to cover in a blog. But I wanted to write from a bird-eye’s view of how this will pan…
When integrating external applications with Dynamics 365 Business Central, one of the classical way is to use APIs (standard or custom APIs) and then…
Introduction In the last blog of the series, we looked into the structure of webhook response and managed to parse it to the known…
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…