I have managed to make a web hook call when if I update a contact entity, it will call a web hook endpoint. In this webhook call, I also call the CRM API to get the contact entity since I cannot parse the post image successfully. In any event, works great.
However when creating one for creating an entity, the problem I am having is that the entity in CRM is not actually committed to CRM but do get an entity ID. This makes sense however I am unable to then convert the JSON being posted into a proper Contact object as it fails deserialization.
How can I get the contact entity, on create, so I can pull out the properties I need and ALSO set a property in the contact entity?
using Dynamics 365.
thank you.
*This post is locked for comments