Customising content creation with dynamics 365 API
Hi Friends,
I am very new to Umbraco and we have a project which require an integration with dynamics 365 . I have a data type called products on umbraco and whenever I create or update a new product, it need to call dynamics 365 API and update the product entity on dynamics API. I have the API webservices wrote for Dynamics, but I couldn't trigger it from umbraco back end. Would you please help me to get some tips for this.
Customising content creation with dynamics 365 API
Hi Friends,
I am very new to Umbraco and we have a project which require an integration with dynamics 365 . I have a data type called products on umbraco and whenever I create or update a new product, it need to call dynamics 365 API and update the product entity on dynamics API. I have the API webservices wrote for Dynamics, but I couldn't trigger it from umbraco back end. Would you please help me to get some tips for this.
Regards,
Jipson
You can use events and make API 365 calls
https://our.umbraco.com/documentation/Getting-Started/Code/Subscribing-To-Events/
Thank you Marcio.
is working on a reply...