We currently use QuickBooks desktop and I integrated it with Dynamics via a C# program we run when we want to sync data between the two.
We are wanting to move to online accounting software (QB Online, Xero, etc.).
The programs we've been looking at support webhooks that can send PUT/POST requests when a record is created or updated. However, the issue I'm trying to sort out, and I don't have much experience with webhooks, is how to handle the authentication with Dynamics 365 to accept the PUT/POST requests.
Is this doable? How would one accomplish this?
Pretty much all of the documentation I'm seeing is related to Dynamics 365 initiating the request, not receiving it.
Hi partner,
Since you want to send webhook from QB to D365, I recommend you to create web api from D365 to operate the data in D365 and use webhooks to send put/post requests to trigger the web api.
So we just need to do authentication in D365 web api.
Please refer to the following samples in C#.
Regards,
Leo
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156