Skip to content

Commit 05317de

Browse files
authored
add hubspot objects (#2898)
1 parent 95b7875 commit 05317de

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export const SUPPORTED_HUBSPOT_OBJECT_TYPES = [
1111
{ label: 'Ticket', value: 'ticket' },
1212
{ label: 'Line Item', value: 'line_item' },
1313
{ label: 'Subscription', value: 'subscription' },
14-
{ label: 'Product', value: 'product' }
14+
{ label: 'Product', value: 'product' },
15+
{ label: 'Appointment', value: '0-421' },
16+
{ label: 'Order', value: 'order' }
1517
]
1618

1719
export const MAX_HUBSPOT_BATCH_SIZE = 100

0 commit comments

Comments
 (0)