Skip to content

Commit 95b7875

Browse files
authored
STRATCONN-5564 - add sales objects (#2888)
* added sales type objects to SUPPORTED_HUBSPOT_OBJECT_TYPES * added product * removed quotes and leads
1 parent 5174a93 commit 95b7875

File tree

1 file changed

+4
-1
lines changed
  • packages/destination-actions/src/destinations/hubspot/upsertObject

1 file changed

+4
-1
lines changed

packages/destination-actions/src/destinations/hubspot/upsertObject/constants.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ export const SUPPORTED_HUBSPOT_OBJECT_TYPES = [
88
{ label: 'Contact', value: 'contact' },
99
{ label: 'Company', value: 'company' },
1010
{ label: 'Deal', value: 'deal' },
11-
{ label: 'Ticket', value: 'ticket' }
11+
{ label: 'Ticket', value: 'ticket' },
12+
{ label: 'Line Item', value: 'line_item' },
13+
{ label: 'Subscription', value: 'subscription' },
14+
{ label: 'Product', value: 'product' }
1215
]
1316

1417
export const MAX_HUBSPOT_BATCH_SIZE = 100

0 commit comments

Comments
 (0)