CheckObjectSyncStatus
Check the sync status of a object, based on the integratorObjectId and type of object.
Input
Name | Type | Description |
IntegratorObjectId | String | The ID, in your system, of the object that is being created, updated, or deleted. |
ObjectType | String | The type of the object that is being created, updated or deleted.
The allowed values are CONTACT, DEAL, PRODUCT, LINE_ITEM. |
Result Set Columns
Name | Type | Description |
LastProcessedAt | Datetime | The timestamp when the Sync message was processed. |
NumErrors | String | The number of errors so far if the are any. |
HubspotId | String | The id of the corresponding Hubspot object |
ObjectType | String | The type of the object is the same as the input. |
ExternalObjectId | String | The external object ID related to the hubspot object |