Skip to content

Version 1.0.1

Compare
Choose a tag to compare
@simgu simgu released this 13 Sep 13:28
· 8 commits to master since this release
2102a9a

This release adds the ability to reset properties of Companies, Deals and Contacts back to null.

The problem is that we have previously tried to check for modified properties on the objects. However, the result of the check is all properties that have a value set to something other than null, and not a true diff of what has actually changed.
Why we have not seen any issues with this previously is that the Hubspot API seem to be smart enough to only update the properties that have actually been modified on the object.

This release will therefor remove our check for modified properties as it is not working and post all the properties of the object to Hubspot. Their API is able to handle the diff instead of trying to do this in the SDK.