You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to track the synchronization between a client application's HubSpotObjects and HubSpot, a new field should be added to the HubSpotObject model in order to record the most recent, successful, sync that object has had with HubSpot.
Any calls to update or create HubSpot objects should also update this new HubSpotObject field if the HubSpot request was successful.
Some of our applications (xpro, mitxonline, bootcamps) make calls directly to the HubSpot API in order to perform bulk update and bulk create operations. These calls should be wrapped by ol-django in order to update the new HubSpotObject field described above.
The text was updated successfully, but these errors were encountered:
Description/Context
In order to track the synchronization between a client application's HubSpotObjects and HubSpot, a new field should be added to the HubSpotObject model in order to record the most recent, successful, sync that object has had with HubSpot.
Any calls to update or create HubSpot objects should also update this new HubSpotObject field if the HubSpot request was successful.
Some of our applications (xpro, mitxonline, bootcamps) make calls directly to the HubSpot API in order to perform bulk update and bulk create operations. These calls should be wrapped by ol-django in order to update the new HubSpotObject field described above.
The text was updated successfully, but these errors were encountered: