Hi,
I am looking for best approach to consume data from a webhook into D365 F&O.
Here is the business requirement. There is an online portal where a contract request will be sent to the prospective. Once the prospective signed the contract, the webhook will trigger and there will be some data in JSON format. We need to import this data automatically so the new record can be created in Dynamics. Is it possible that D365 F&O can consume webhook data or do we need a middleware such as C# API to get the response from the webhook and send it to Dynamics? What will be the best prototype?
Thank you in advance.