Skip to content

Commit 2f2903c

Browse files
committed
fix(hubspot): make eventType required conditional on visibility
1 parent 1d88ba6 commit 2f2903c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/triggers/hubspot/poller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const hubspotPollingTrigger: TriggerConfig = {
116116
{ label: 'Property Changed', id: 'property_changed' },
117117
],
118118
defaultValue: 'created',
119-
required: true,
119+
required: { field: 'objectType', value: 'list_membership', not: true },
120120
mode: 'trigger',
121121
condition: { field: 'objectType', value: 'list_membership', not: true },
122122
},

0 commit comments

Comments
 (0)