SendSyncMessages
Send a group of sync messages for a specific object type. Sync messages would be notifications of creates, updates, or deletes of ecommerce objects. Maximum number of Sync messages that you can send in one request is 200.
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. |
Action | String | The type of action this message describes.
The allowed values are UPSERT, DELETE. |
ChangeOccurredDatetime | Datetime | A millisecond timestamp representing when the change that this message describes occurred. |
PropertyAggregate | String | This is a map of your property names to the values for this object. These are the values that we will sync into corresponding HubSpot object. |
Result Set Columns
Name | Type | Description |
Success | String | A boolean value indicating if the sync message was sent successfully. |