We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b7875 commit 05317deCopy full SHA for 05317de
packages/destination-actions/src/destinations/hubspot/upsertObject/constants.ts
@@ -11,7 +11,9 @@ export const SUPPORTED_HUBSPOT_OBJECT_TYPES = [
11
{ label: 'Ticket', value: 'ticket' },
12
{ label: 'Line Item', value: 'line_item' },
13
{ label: 'Subscription', value: 'subscription' },
14
- { label: 'Product', value: 'product' }
+ { label: 'Product', value: 'product' },
15
+ { label: 'Appointment', value: '0-421' },
16
+ { label: 'Order', value: 'order' }
17
]
18
19
export const MAX_HUBSPOT_BATCH_SIZE = 100
0 commit comments