Skip to content

Commit 6ac20be

Browse files
committed
cr 1
1 parent 83537f8 commit 6ac20be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/hubspot/sources/new-contact-property-change/new-contact-property-change.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ export default {
2727
label: "Skip existing contacts when first activated",
2828
description:
2929
"When enabled, this trigger will ignore all existing contacts and only watch for property changes that happen after activation. When disabled, it will process all existing contacts on first run.",
30-
default: true,
30+
optional: true,
31+
default: false,
3132
},
3233
requirePropertyHistory: {
3334
type: "boolean",
3435
label: "Only trigger on actual property changes",
3536
description:
3637
"When enabled, only fires when a contact property is actually modified. When disabled, may also trigger for newly created contacts even if the property wasn't changed.",
38+
optional: true,
3739
default: true,
3840
},
3941
},

0 commit comments

Comments
 (0)