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
description: "Create associations between objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/associations#endpoint?spec=POST-/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/create)",
9
-
version: "0.0.9",
8
+
version: "0.0.10",
10
9
type: "action",
11
10
props: {
12
11
hubspot,
13
12
fromObjectType: {
14
13
propDefinition: [
15
14
hubspot,
16
15
"objectType",
16
+
()=>({
17
+
includeCustom: true,
18
+
}),
17
19
],
18
20
label: "From Object Type",
19
21
description: "The type of the object being associated",
@@ -34,6 +36,9 @@ export default {
34
36
propDefinition: [
35
37
hubspot,
36
38
"objectType",
39
+
()=>({
40
+
includeCustom: true,
41
+
}),
37
42
],
38
43
label: "To Object Type",
39
44
description: "Type of the objects the from object is being associated with",
@@ -60,6 +65,20 @@ export default {
60
65
description: "Id's of the objects the from object is being associated with",
0 commit comments