We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5174a93 commit 95b7875Copy full SHA for 95b7875
packages/destination-actions/src/destinations/hubspot/upsertObject/constants.ts
@@ -8,7 +8,10 @@ export const SUPPORTED_HUBSPOT_OBJECT_TYPES = [
8
{ label: 'Contact', value: 'contact' },
9
{ label: 'Company', value: 'company' },
10
{ label: 'Deal', value: 'deal' },
11
- { label: 'Ticket', value: 'ticket' }
+ { label: 'Ticket', value: 'ticket' },
12
+ { label: 'Line Item', value: 'line_item' },
13
+ { label: 'Subscription', value: 'subscription' },
14
+ { label: 'Product', value: 'product' }
15
]
16
17
export const MAX_HUBSPOT_BATCH_SIZE = 100
0 commit comments