Hi All,
We are using BC Dynamics 365 web client.
I'm try to integrate an external app with BC using Webhook.(The app need to get notified when a sales order created from BC side.)
I followed the Microsoft documentation,
As I understand , I have to create a .NET API to subscribe notification from BC. I 'm not an expert on .NET API. Can someone please provide me a code sample or repository to get this code or guidance on this highly appreciated.
Thanks,
Nalin.
You need to create an Azure Function or a web api able to just receive a JSON response from the webhook.
The JSON contains the URL of the updated entities from BC.
Creating this is a task that must be done by a developer of the external app. More info here:
https://demiliani.com/2019/12/10/webhooks-with-dynamics-365-business-central/
Sohail Ahmed
2,689
Super User 2025 Season 2
Sumit Singh
2,631
Jeffrey Bulanadi
2,212