Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Incremental sync of Hubspot Associations
SOLVEOccasional Contributor
09-30-2019 05:34
Hi,
When we are making changes to Associations within Hubspot on a Deal level, the changes do not come through on the Deals API, recently modified endpoint.
How can I obtain incremental Hubspot Associations when changes have taken place?
Regards,
Wian
Solved! Go to Solution.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
In contrast, there are no default deal properties which change on a deal when its company associations change, hence
hs_lastmodifieddate
does not change.If you would like a deal's company association changes to make it appear via this endpoint, I have a workaround for you. With your subscription, you have access to calculated properties, so you could create a custom calculated property which reflects the count of the company property
Company ID
. Since this custom calcualted property will update whenever a company is associated or disassociated, it will also causehs_lastmodifieddate
to change and appear via the Get recently modified deals endpoint.See the GIF below for how to create such a custom calculated property.