You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/hubspot/hubspot.app.mjs
+31-6Lines changed: 31 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ export default {
116
116
type: "string",
117
117
label: "Object ID",
118
118
description: "Hubspot's internal ID for the contact",
119
+
useQuery: true,
119
120
asyncoptions({
120
121
objectType, ...opts
121
122
}){
@@ -128,6 +129,7 @@ export default {
128
129
type: "string[]",
129
130
label: "Object",
130
131
description: "Watch for new events concerning the objects selected.",
132
+
useQuery: true,
131
133
asyncoptions({
132
134
objectType, ...opts
133
135
}){
@@ -195,12 +197,21 @@ export default {
195
197
type: "string",
196
198
label: "Contact Email",
197
199
description: "Note - this needs to be a contact that already exists within HubSpot. You may need to add a Create or Update Contact step before this one. Then, use the email created in that step in this field.",
0 commit comments