@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -3,33 +3,2379 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "HubSpot Outbound Connector",
|
|
5
5
|
"description": "Manage contacts, companies, and deals in HubSpot",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
6
|
+
"keywords": [
|
|
7
|
+
"get all contacts",
|
|
8
|
+
"get contact by ID",
|
|
9
|
+
"get multiple contacts by ID",
|
|
10
|
+
"search contact",
|
|
11
|
+
"create contact",
|
|
12
|
+
"update contact",
|
|
13
|
+
"delete contact",
|
|
14
|
+
"get all companies",
|
|
15
|
+
"get company by ID",
|
|
16
|
+
"search company",
|
|
17
|
+
"get contacts of a company",
|
|
18
|
+
"add contact to company",
|
|
19
|
+
"remove contact from company",
|
|
20
|
+
"create company",
|
|
21
|
+
"delete company",
|
|
22
|
+
"get all deals",
|
|
23
|
+
"get deal by ID",
|
|
24
|
+
"search deal",
|
|
25
|
+
"delete deal",
|
|
26
|
+
"submit form",
|
|
27
|
+
"add to list",
|
|
28
|
+
"enroll contact to workflow",
|
|
29
|
+
"CRM",
|
|
30
|
+
"marketing"
|
|
31
|
+
],
|
|
32
|
+
"id": "io.camunda.connectors.HubSpot.v1",
|
|
33
|
+
"version": 3,
|
|
34
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/hubspot/",
|
|
35
|
+
"category": {
|
|
36
|
+
"id": "connectors",
|
|
37
|
+
"name": "Connectors"
|
|
38
|
+
},
|
|
39
|
+
"appliesTo": ["bpmn:Task"],
|
|
40
|
+
"elementType": {
|
|
41
|
+
"value": "bpmn:ServiceTask"
|
|
29
42
|
},
|
|
43
|
+
"engines": {
|
|
44
|
+
"camunda": "^8.3"
|
|
45
|
+
},
|
|
46
|
+
"groups": [
|
|
47
|
+
{
|
|
48
|
+
"id": "server",
|
|
49
|
+
"label": "Server"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "operation",
|
|
53
|
+
"label": "Operation"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "authentication",
|
|
57
|
+
"label": "Authentication"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "parameters",
|
|
61
|
+
"label": "Parameters"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "input",
|
|
65
|
+
"label": "Input"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "url",
|
|
69
|
+
"label": "URL"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "output",
|
|
73
|
+
"label": "Output mapping"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "error",
|
|
77
|
+
"label": "Error handling"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "retries",
|
|
81
|
+
"label": "Retries"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"properties": [
|
|
85
|
+
{
|
|
86
|
+
"value": "io.camunda:http-json:1",
|
|
87
|
+
"binding": {
|
|
88
|
+
"property": "type",
|
|
89
|
+
"type": "zeebe:taskDefinition"
|
|
90
|
+
},
|
|
91
|
+
"type": "Hidden"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "authentication.type",
|
|
95
|
+
"label": "Type",
|
|
96
|
+
"description": "Choose the authentication type. Select 'None' if no authentication is necessary",
|
|
97
|
+
"value": "bearer",
|
|
98
|
+
"group": "authentication",
|
|
99
|
+
"binding": {
|
|
100
|
+
"name": "authentication.type",
|
|
101
|
+
"type": "zeebe:input"
|
|
102
|
+
},
|
|
103
|
+
"type": "Hidden"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "authentication.token",
|
|
107
|
+
"label": "Bearer token",
|
|
108
|
+
"description": "The access token of your HubSpot private app.",
|
|
109
|
+
"optional": false,
|
|
110
|
+
"constraints": {
|
|
111
|
+
"notEmpty": true
|
|
112
|
+
},
|
|
113
|
+
"feel": "optional",
|
|
114
|
+
"group": "authentication",
|
|
115
|
+
"binding": {
|
|
116
|
+
"name": "authentication.token",
|
|
117
|
+
"type": "zeebe:input"
|
|
118
|
+
},
|
|
119
|
+
"condition": {
|
|
120
|
+
"property": "authentication.type",
|
|
121
|
+
"equals": "bearer",
|
|
122
|
+
"type": "simple"
|
|
123
|
+
},
|
|
124
|
+
"type": "String"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"label": "Resource type",
|
|
128
|
+
"id": "resourceType",
|
|
129
|
+
"group": "operation",
|
|
130
|
+
"description": "Choose resource type",
|
|
131
|
+
"value": "contacts",
|
|
132
|
+
"type": "Dropdown",
|
|
133
|
+
"choices": [
|
|
134
|
+
{
|
|
135
|
+
"name": "Contacts",
|
|
136
|
+
"value": "contacts"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Companies",
|
|
140
|
+
"value": "companies"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Deals",
|
|
144
|
+
"value": "deals"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "Miscellaneous",
|
|
148
|
+
"value": "miscellaneous"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"binding": {
|
|
152
|
+
"type": "zeebe:input",
|
|
153
|
+
"name": "operationGroup"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "Operation type",
|
|
158
|
+
"id": "operationId",
|
|
159
|
+
"group": "operation",
|
|
160
|
+
"type": "Dropdown",
|
|
161
|
+
"value": "get-/crm/v3/objects/contacts_getPage",
|
|
162
|
+
"choices": [
|
|
163
|
+
{
|
|
164
|
+
"name": "Get all contacts",
|
|
165
|
+
"value": "get-/crm/v3/objects/contacts_getPage"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "Get contact by id",
|
|
169
|
+
"value": "get-/crm/v3/objects/contacts/{contactId}"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "Get multiple contacts by id",
|
|
173
|
+
"value": "post-/crm/v3/objects/contacts/batch/read"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "Search contact",
|
|
177
|
+
"value": "post-/crm/v3/objects/contacts/search_doSearch"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "Create contact",
|
|
181
|
+
"value": "post-/crm/v3/objects/contacts"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "Update contact",
|
|
185
|
+
"value": "patch-/crm/v3/objects/contacts/{contactId}"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "Delete contact",
|
|
189
|
+
"value": "delete-/crm/v3/objects/contacts/{contactId}"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"condition": {
|
|
193
|
+
"property": "resourceType",
|
|
194
|
+
"oneOf": ["contacts"]
|
|
195
|
+
},
|
|
196
|
+
"binding": {
|
|
197
|
+
"type": "zeebe:input",
|
|
198
|
+
"name": "operationType"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"label": "Operation type",
|
|
203
|
+
"id": "operationId",
|
|
204
|
+
"group": "operation",
|
|
205
|
+
"type": "Dropdown",
|
|
206
|
+
"value": "get-/crm/v3/objects/companies_getPage",
|
|
207
|
+
"choices": [
|
|
208
|
+
{
|
|
209
|
+
"name": "Get all companies",
|
|
210
|
+
"value": "get-/crm/v3/objects/companies_getPage"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "Get company by id",
|
|
214
|
+
"value": "get-/crm/v3/objects/companies/{companyId}_getById"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "Search company",
|
|
218
|
+
"value": "post-/crm/v3/objects/companies/search_doSearch"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "Get all contacts of a company",
|
|
222
|
+
"value": "get-/crm/v3/objects/companies/{companyId}/associations/contacts"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "Add contact to company",
|
|
226
|
+
"value": "post-/crm/v3/associations/contact/company/batch/create"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "Remove contact from company",
|
|
230
|
+
"value": "post-/crm/v3/associations/contact/company/batch/archive"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "Create company",
|
|
234
|
+
"value": "post-/crm/v3/objects/companies"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "Delete company",
|
|
238
|
+
"value": "delete-/crm/v3/objects/companies/{companyId}_archive"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"condition": {
|
|
242
|
+
"property": "resourceType",
|
|
243
|
+
"oneOf": ["companies"]
|
|
244
|
+
},
|
|
245
|
+
"binding": {
|
|
246
|
+
"type": "zeebe:input",
|
|
247
|
+
"name": "operationType"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"label": "Operation type",
|
|
252
|
+
"id": "operationId",
|
|
253
|
+
"group": "operation",
|
|
254
|
+
"type": "Dropdown",
|
|
255
|
+
"value": "get-/crm/v3/objects/deals_getPage",
|
|
256
|
+
"choices": [
|
|
257
|
+
{
|
|
258
|
+
"name": "Get all deals",
|
|
259
|
+
"value": "get-/crm/v3/objects/deals_getPage"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "Get deal by id",
|
|
263
|
+
"value": "get-/crm/v3/objects/deals/{dealId}_getById"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "Search deal",
|
|
267
|
+
"value": "post-/crm/v3/objects/deals/search_doSearch"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "Delete deal",
|
|
271
|
+
"value": "delete-/crm/v3/objects/deals/{dealId}_archive"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"condition": {
|
|
275
|
+
"property": "resourceType",
|
|
276
|
+
"oneOf": ["deals"]
|
|
277
|
+
},
|
|
278
|
+
"binding": {
|
|
279
|
+
"type": "zeebe:input",
|
|
280
|
+
"name": "operationType"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"label": "Operation type",
|
|
285
|
+
"id": "operationId",
|
|
286
|
+
"group": "operation",
|
|
287
|
+
"type": "Dropdown",
|
|
288
|
+
"value": "post-api.hsforms.com/submissions",
|
|
289
|
+
"choices": [
|
|
290
|
+
{
|
|
291
|
+
"name": "Submit form",
|
|
292
|
+
"value": "post-api.hsforms.com/submissions"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "Add element to list",
|
|
296
|
+
"value": "put-/crm/v3/lists/{listId}/memberships/add"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "Enroll contact to workflow",
|
|
300
|
+
"value": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"condition": {
|
|
304
|
+
"property": "resourceType",
|
|
305
|
+
"oneOf": ["miscellaneous"]
|
|
306
|
+
},
|
|
307
|
+
"binding": {
|
|
308
|
+
"type": "zeebe:input",
|
|
309
|
+
"name": "operationType"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "baseUrl",
|
|
314
|
+
"value": "=if list contains([\"post-api.hsforms.com/submissions\"], operationType) then \"https://api.hsforms.com\" else if list contains([\"post-/automation/v2/workflows/{workflowId}/enrollments/contacts\"], operationType) then \"https://api.hubapi.com\" else \"https://api.hubspot.com\"",
|
|
315
|
+
"group": "server",
|
|
316
|
+
"binding": {
|
|
317
|
+
"name": "baseUrl",
|
|
318
|
+
"type": "zeebe:input"
|
|
319
|
+
},
|
|
320
|
+
"type": "Hidden"
|
|
321
|
+
},
|
|
322
|
+
|
|
323
|
+
{
|
|
324
|
+
"label": "Next page after object id",
|
|
325
|
+
"description": "The id of the object from which to retrieve the next page.",
|
|
326
|
+
"optional": true,
|
|
327
|
+
"feel": "optional",
|
|
328
|
+
"group": "parameters",
|
|
329
|
+
"binding": {
|
|
330
|
+
"name": "afterId",
|
|
331
|
+
"type": "zeebe:input"
|
|
332
|
+
},
|
|
333
|
+
"condition": {
|
|
334
|
+
"property": "operationId",
|
|
335
|
+
"oneOf": [
|
|
336
|
+
"get-/crm/v3/objects/companies_getPage",
|
|
337
|
+
"get-/crm/v3/objects/contacts_getPage",
|
|
338
|
+
"get-/crm/v3/objects/deals_getPage"
|
|
339
|
+
],
|
|
340
|
+
"type": "simple"
|
|
341
|
+
},
|
|
342
|
+
"type": "String"
|
|
343
|
+
},
|
|
344
|
+
|
|
345
|
+
{
|
|
346
|
+
"id": "get-/crm/v3/objects/contacts_getPage_$path",
|
|
347
|
+
"value": "=\"/crm/v3/objects/contacts\"",
|
|
348
|
+
"group": "parameters",
|
|
349
|
+
"binding": {
|
|
350
|
+
"name": "operationPath",
|
|
351
|
+
"type": "zeebe:input"
|
|
352
|
+
},
|
|
353
|
+
"condition": {
|
|
354
|
+
"property": "operationId",
|
|
355
|
+
"equals": "get-/crm/v3/objects/contacts_getPage",
|
|
356
|
+
"type": "simple"
|
|
357
|
+
},
|
|
358
|
+
"type": "Hidden"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": "get-/crm/v3/objects/contacts_getPage_$headers",
|
|
362
|
+
"value": "={}",
|
|
363
|
+
"group": "parameters",
|
|
364
|
+
"binding": {
|
|
365
|
+
"name": "headers",
|
|
366
|
+
"type": "zeebe:input"
|
|
367
|
+
},
|
|
368
|
+
"condition": {
|
|
369
|
+
"property": "operationId",
|
|
370
|
+
"equals": "get-/crm/v3/objects/contacts_getPage",
|
|
371
|
+
"type": "simple"
|
|
372
|
+
},
|
|
373
|
+
"type": "Hidden"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "get-/crm/v3/objects/contacts_getPage_$queryParameters",
|
|
377
|
+
"value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
|
|
378
|
+
"group": "input",
|
|
379
|
+
"binding": {
|
|
380
|
+
"name": "queryParameters",
|
|
381
|
+
"type": "zeebe:input"
|
|
382
|
+
},
|
|
383
|
+
"condition": {
|
|
384
|
+
"property": "operationId",
|
|
385
|
+
"equals": "get-/crm/v3/objects/contacts_getPage",
|
|
386
|
+
"type": "simple"
|
|
387
|
+
},
|
|
388
|
+
"type": "Hidden"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"id": "get-/crm/v3/objects/contacts_getPage_$method",
|
|
392
|
+
"value": "GET",
|
|
393
|
+
"group": "parameters",
|
|
394
|
+
"binding": {
|
|
395
|
+
"name": "method",
|
|
396
|
+
"type": "zeebe:input"
|
|
397
|
+
},
|
|
398
|
+
"condition": {
|
|
399
|
+
"property": "operationId",
|
|
400
|
+
"equals": "get-/crm/v3/objects/contacts_getPage",
|
|
401
|
+
"type": "simple"
|
|
402
|
+
},
|
|
403
|
+
"type": "Hidden"
|
|
404
|
+
},
|
|
405
|
+
|
|
406
|
+
{
|
|
407
|
+
"id": "get-/crm/v3/objects/contacts/{contactId}_path_contactId",
|
|
408
|
+
"label": "Contact id",
|
|
409
|
+
"description": "The id of the contact to get.",
|
|
410
|
+
"optional": false,
|
|
411
|
+
"constraints": {
|
|
412
|
+
"notEmpty": true
|
|
413
|
+
},
|
|
414
|
+
"feel": "optional",
|
|
415
|
+
"group": "input",
|
|
416
|
+
"binding": {
|
|
417
|
+
"name": "contactId",
|
|
418
|
+
"type": "zeebe:input"
|
|
419
|
+
},
|
|
420
|
+
"condition": {
|
|
421
|
+
"property": "operationId",
|
|
422
|
+
"equals": "get-/crm/v3/objects/contacts/{contactId}",
|
|
423
|
+
"type": "simple"
|
|
424
|
+
},
|
|
425
|
+
"type": "String"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"label": "Additional properties that should be returned",
|
|
429
|
+
"description": "Names of the additional properties as a comma separated list, e.g. city,annualrevenue. Get all contact properties <a href=\"https://developers.hubspot.com/docs/reference/api/crm/properties/v1-contacts#get-all-contact-properties\" target=\"_blank\">here</a> and learn more about default contact properties <a href=\"https://knowledge.hubspot.com/properties/hubspots-default-contact-properties\" target=\"_blank\">here</a>. Leave this empty to get only standard properties.",
|
|
430
|
+
"optional": true,
|
|
431
|
+
"value": "",
|
|
432
|
+
"feel": "optional",
|
|
433
|
+
"group": "input",
|
|
434
|
+
"binding": {
|
|
435
|
+
"name": "properties",
|
|
436
|
+
"type": "zeebe:input"
|
|
437
|
+
},
|
|
438
|
+
"condition": {
|
|
439
|
+
"property": "operationId",
|
|
440
|
+
"oneOf": ["get-/crm/v3/objects/contacts/{contactId}"],
|
|
441
|
+
"type": "simple"
|
|
442
|
+
},
|
|
443
|
+
"type": "String"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"id": "get-/crm/v3/objects/contacts/{contactId}_$path",
|
|
447
|
+
"value": "=\"/crm/v3/objects/contacts/\"+contactId",
|
|
448
|
+
"group": "parameters",
|
|
449
|
+
"binding": {
|
|
450
|
+
"name": "operationPath",
|
|
451
|
+
"type": "zeebe:input"
|
|
452
|
+
},
|
|
453
|
+
"condition": {
|
|
454
|
+
"property": "operationId",
|
|
455
|
+
"equals": "get-/crm/v3/objects/contacts/{contactId}",
|
|
456
|
+
"type": "simple"
|
|
457
|
+
},
|
|
458
|
+
"type": "Hidden"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"id": "get-/crm/v3/objects/contacts/{contactId}_$headers",
|
|
462
|
+
"value": "={}",
|
|
463
|
+
"group": "parameters",
|
|
464
|
+
"binding": {
|
|
465
|
+
"name": "headers",
|
|
466
|
+
"type": "zeebe:input"
|
|
467
|
+
},
|
|
468
|
+
"condition": {
|
|
469
|
+
"property": "operationId",
|
|
470
|
+
"equals": "get-/crm/v3/objects/contacts/{contactId}",
|
|
471
|
+
"type": "simple"
|
|
472
|
+
},
|
|
473
|
+
"type": "Hidden"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"id": "get-/crm/v3/objects/contacts/{contactId}_$queryParameters",
|
|
477
|
+
"value": "=if properties != null then {\"properties\": properties+\",email,firstname,lastname\"} else {\"properties\": \"email,firstname,lastname\"}",
|
|
478
|
+
"group": "parameters",
|
|
479
|
+
"binding": {
|
|
480
|
+
"name": "queryParameters",
|
|
481
|
+
"type": "zeebe:input"
|
|
482
|
+
},
|
|
483
|
+
"condition": {
|
|
484
|
+
"property": "operationId",
|
|
485
|
+
"equals": "get-/crm/v3/objects/contacts/{contactId}",
|
|
486
|
+
"type": "simple"
|
|
487
|
+
},
|
|
488
|
+
"type": "Hidden"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "get-/crm/v3/objects/contacts/{contactId}_$method",
|
|
492
|
+
"value": "GET",
|
|
493
|
+
"group": "parameters",
|
|
494
|
+
"binding": {
|
|
495
|
+
"name": "method",
|
|
496
|
+
"type": "zeebe:input"
|
|
497
|
+
},
|
|
498
|
+
"condition": {
|
|
499
|
+
"property": "operationId",
|
|
500
|
+
"equals": "get-/crm/v3/objects/contacts/{contactId}",
|
|
501
|
+
"type": "simple"
|
|
502
|
+
},
|
|
503
|
+
"type": "Hidden"
|
|
504
|
+
},
|
|
505
|
+
|
|
506
|
+
{
|
|
507
|
+
"id": "post-/crm/v3/objects/contacts/batch/read_ids",
|
|
508
|
+
"label": "Contact ids",
|
|
509
|
+
"description": "The ids of the contacts to get.",
|
|
510
|
+
"feel": "optional",
|
|
511
|
+
"group": "input",
|
|
512
|
+
"type": "String",
|
|
513
|
+
"binding": {
|
|
514
|
+
"type": "zeebe:input",
|
|
515
|
+
"name": "batchReadIds"
|
|
516
|
+
},
|
|
517
|
+
"constraints": {
|
|
518
|
+
"notEmpty": true
|
|
519
|
+
},
|
|
520
|
+
"condition": {
|
|
521
|
+
"property": "operationId",
|
|
522
|
+
"oneOf": ["post-/crm/v3/objects/contacts/batch/read"],
|
|
523
|
+
"type": "simple"
|
|
524
|
+
},
|
|
525
|
+
"value": "=[\"237433423042\", \"230280910052\"]"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "post-/crm/v3/objects/contacts/batch/read_$path",
|
|
529
|
+
"value": "=\"/crm/v3/objects/contacts/batch/read\"",
|
|
530
|
+
"group": "parameters",
|
|
531
|
+
"binding": {
|
|
532
|
+
"name": "operationPath",
|
|
533
|
+
"type": "zeebe:input"
|
|
534
|
+
},
|
|
535
|
+
"condition": {
|
|
536
|
+
"property": "operationId",
|
|
537
|
+
"equals": "post-/crm/v3/objects/contacts/batch/read",
|
|
538
|
+
"type": "simple"
|
|
539
|
+
},
|
|
540
|
+
"type": "Hidden"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"id": "post-/crm/v3/objects/contacts/batch/read_$headers",
|
|
544
|
+
"value": "={}",
|
|
545
|
+
"group": "parameters",
|
|
546
|
+
"binding": {
|
|
547
|
+
"name": "headers",
|
|
548
|
+
"type": "zeebe:input"
|
|
549
|
+
},
|
|
550
|
+
"condition": {
|
|
551
|
+
"property": "operationId",
|
|
552
|
+
"equals": "post-/crm/v3/objects/contacts/batch/read",
|
|
553
|
+
"type": "simple"
|
|
554
|
+
},
|
|
555
|
+
"type": "Hidden"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"id": "post-/crm/v3/objects/contacts/batch/read_$queryParameters",
|
|
559
|
+
"value": "={}",
|
|
560
|
+
"group": "parameters",
|
|
561
|
+
"binding": {
|
|
562
|
+
"name": "queryParameters",
|
|
563
|
+
"type": "zeebe:input"
|
|
564
|
+
},
|
|
565
|
+
"condition": {
|
|
566
|
+
"property": "operationId",
|
|
567
|
+
"equals": "post-/crm/v3/objects/contacts/batch/read",
|
|
568
|
+
"type": "simple"
|
|
569
|
+
},
|
|
570
|
+
"type": "Hidden"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"id": "post-/crm/v3/objects/contacts/batch/read_$method",
|
|
574
|
+
"value": "POST",
|
|
575
|
+
"group": "parameters",
|
|
576
|
+
"binding": {
|
|
577
|
+
"name": "method",
|
|
578
|
+
"type": "zeebe:input"
|
|
579
|
+
},
|
|
580
|
+
"condition": {
|
|
581
|
+
"property": "operationId",
|
|
582
|
+
"equals": "post-/crm/v3/objects/contacts/batch/read",
|
|
583
|
+
"type": "simple"
|
|
584
|
+
},
|
|
585
|
+
"type": "Hidden"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "post-/crm/v3/objects/contacts/batch/read_body",
|
|
589
|
+
"value": "={\"inputs\": for id in batchReadIds return { id: id } }",
|
|
590
|
+
"binding": {
|
|
591
|
+
"name": "body",
|
|
592
|
+
"type": "zeebe:input"
|
|
593
|
+
},
|
|
594
|
+
"condition": {
|
|
595
|
+
"property": "operationId",
|
|
596
|
+
"equals": "post-/crm/v3/objects/contacts/batch/read",
|
|
597
|
+
"type": "simple"
|
|
598
|
+
},
|
|
599
|
+
"type": "Hidden"
|
|
600
|
+
},
|
|
601
|
+
|
|
602
|
+
{
|
|
603
|
+
"label": "Search field",
|
|
604
|
+
"description": "The field within the object to perform the search on, e.g. lastname",
|
|
605
|
+
"feel": "optional",
|
|
606
|
+
"group": "input",
|
|
607
|
+
"type": "String",
|
|
608
|
+
"binding": {
|
|
609
|
+
"type": "zeebe:input",
|
|
610
|
+
"name": "searchField"
|
|
611
|
+
},
|
|
612
|
+
"constraints": {
|
|
613
|
+
"notEmpty": true
|
|
614
|
+
},
|
|
615
|
+
"condition": {
|
|
616
|
+
"property": "operationId",
|
|
617
|
+
"oneOf": [
|
|
618
|
+
"post-/crm/v3/objects/contacts/search_doSearch",
|
|
619
|
+
"post-/crm/v3/objects/companies/search_doSearch",
|
|
620
|
+
"post-/crm/v3/objects/deals/search_doSearch"
|
|
621
|
+
],
|
|
622
|
+
"type": "simple"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"label": "Search value",
|
|
627
|
+
"description": "The value to search for, e.g. Smith",
|
|
628
|
+
"feel": "optional",
|
|
629
|
+
"group": "input",
|
|
630
|
+
"type": "String",
|
|
631
|
+
"binding": {
|
|
632
|
+
"type": "zeebe:input",
|
|
633
|
+
"name": "searchValue"
|
|
634
|
+
},
|
|
635
|
+
"constraints": {
|
|
636
|
+
"notEmpty": true
|
|
637
|
+
},
|
|
638
|
+
"condition": {
|
|
639
|
+
"property": "operationId",
|
|
640
|
+
"oneOf": [
|
|
641
|
+
"post-/crm/v3/objects/contacts/search_doSearch",
|
|
642
|
+
"post-/crm/v3/objects/companies/search_doSearch",
|
|
643
|
+
"post-/crm/v3/objects/deals/search_doSearch"
|
|
644
|
+
],
|
|
645
|
+
"type": "simple"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
|
|
649
|
+
{
|
|
650
|
+
"id": "post-/crm/v3/objects/contacts/search_doSearch_$path",
|
|
651
|
+
"value": "=\"/crm/v3/objects/contacts/search\"",
|
|
652
|
+
"group": "parameters",
|
|
653
|
+
"binding": {
|
|
654
|
+
"name": "operationPath",
|
|
655
|
+
"type": "zeebe:input"
|
|
656
|
+
},
|
|
657
|
+
"condition": {
|
|
658
|
+
"property": "operationId",
|
|
659
|
+
"equals": "post-/crm/v3/objects/contacts/search_doSearch",
|
|
660
|
+
"type": "simple"
|
|
661
|
+
},
|
|
662
|
+
"type": "Hidden"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"id": "post-/crm/v3/objects/contacts/search_doSearch_$headers",
|
|
666
|
+
"value": "={}",
|
|
667
|
+
"group": "parameters",
|
|
668
|
+
"binding": {
|
|
669
|
+
"name": "headers",
|
|
670
|
+
"type": "zeebe:input"
|
|
671
|
+
},
|
|
672
|
+
"condition": {
|
|
673
|
+
"property": "operationId",
|
|
674
|
+
"equals": "post-/crm/v3/objects/contacts/search_doSearch",
|
|
675
|
+
"type": "simple"
|
|
676
|
+
},
|
|
677
|
+
"type": "Hidden"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"id": "post-/crm/v3/objects/contacts/search_doSearch_$queryParameters",
|
|
681
|
+
"value": "={}",
|
|
682
|
+
"group": "parameters",
|
|
683
|
+
"binding": {
|
|
684
|
+
"name": "queryParameters",
|
|
685
|
+
"type": "zeebe:input"
|
|
686
|
+
},
|
|
687
|
+
"condition": {
|
|
688
|
+
"property": "operationId",
|
|
689
|
+
"equals": "post-/crm/v3/objects/contacts/search_doSearch",
|
|
690
|
+
"type": "simple"
|
|
691
|
+
},
|
|
692
|
+
"type": "Hidden"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"id": "post-/crm/v3/objects/contacts/search_doSearch_$method",
|
|
696
|
+
"value": "POST",
|
|
697
|
+
"group": "parameters",
|
|
698
|
+
"binding": {
|
|
699
|
+
"name": "method",
|
|
700
|
+
"type": "zeebe:input"
|
|
701
|
+
},
|
|
702
|
+
"condition": {
|
|
703
|
+
"property": "operationId",
|
|
704
|
+
"equals": "post-/crm/v3/objects/contacts/search_doSearch",
|
|
705
|
+
"type": "simple"
|
|
706
|
+
},
|
|
707
|
+
"type": "Hidden"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"id": "post-/crm/v3/objects/contacts/search_doSearch_body",
|
|
711
|
+
"value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
|
|
712
|
+
"binding": {
|
|
713
|
+
"name": "body",
|
|
714
|
+
"type": "zeebe:input"
|
|
715
|
+
},
|
|
716
|
+
"condition": {
|
|
717
|
+
"property": "operationId",
|
|
718
|
+
"equals": "post-/crm/v3/objects/contacts/search_doSearch",
|
|
719
|
+
"type": "simple"
|
|
720
|
+
},
|
|
721
|
+
"type": "Hidden"
|
|
722
|
+
},
|
|
723
|
+
|
|
724
|
+
{
|
|
725
|
+
"label": "Properties",
|
|
726
|
+
"description": "Properties of the contact",
|
|
727
|
+
"feel": "required",
|
|
728
|
+
"group": "input",
|
|
729
|
+
"type": "String",
|
|
730
|
+
"binding": {
|
|
731
|
+
"type": "zeebe:input",
|
|
732
|
+
"name": "properties"
|
|
733
|
+
},
|
|
734
|
+
"constraints": {
|
|
735
|
+
"notEmpty": true
|
|
736
|
+
},
|
|
737
|
+
"condition": {
|
|
738
|
+
"property": "operationId",
|
|
739
|
+
"oneOf": [
|
|
740
|
+
"post-/crm/v3/objects/contacts",
|
|
741
|
+
"patch-/crm/v3/objects/contacts/{contactId}"
|
|
742
|
+
],
|
|
743
|
+
"type": "simple"
|
|
744
|
+
},
|
|
745
|
+
"value": "={\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"label": "Company id",
|
|
749
|
+
"description": "Company id the contact should be associated with",
|
|
750
|
+
"feel": "optional",
|
|
751
|
+
"group": "input",
|
|
752
|
+
"type": "String",
|
|
753
|
+
"optional": true,
|
|
754
|
+
"binding": {
|
|
755
|
+
"type": "zeebe:input",
|
|
756
|
+
"name": "companyId"
|
|
757
|
+
},
|
|
758
|
+
"condition": {
|
|
759
|
+
"property": "operationId",
|
|
760
|
+
"oneOf": ["post-/crm/v3/objects/contacts"],
|
|
761
|
+
"type": "simple"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"group": "input",
|
|
766
|
+
"type": "Hidden",
|
|
767
|
+
"value": "=if companyId = null then [] else [{\"to\": {\"id\": companyId }, \"types\": [{\"associationCategory\": \"HUBSPOT_DEFINED\",\"associationTypeId\": 1}]}]",
|
|
768
|
+
"binding": {
|
|
769
|
+
"type": "zeebe:input",
|
|
770
|
+
"name": "associations"
|
|
771
|
+
},
|
|
772
|
+
"condition": {
|
|
773
|
+
"property": "operationId",
|
|
774
|
+
"oneOf": ["post-/crm/v3/objects/contacts"],
|
|
775
|
+
"type": "simple"
|
|
776
|
+
},
|
|
777
|
+
"optional": true
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"group": "input",
|
|
781
|
+
"type": "Hidden",
|
|
782
|
+
"value": "={\"properties\": if properties = null then null else properties, \"associations\": associations}",
|
|
783
|
+
"binding": {
|
|
784
|
+
"type": "zeebe:input",
|
|
785
|
+
"name": "body"
|
|
786
|
+
},
|
|
787
|
+
"condition": {
|
|
788
|
+
"property": "operationId",
|
|
789
|
+
"oneOf": ["post-/crm/v3/objects/contacts"],
|
|
790
|
+
"type": "simple"
|
|
791
|
+
},
|
|
792
|
+
"optional": true
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"group": "input",
|
|
796
|
+
"type": "Hidden",
|
|
797
|
+
"value": "={\"properties\": if properties = null then null else properties}",
|
|
798
|
+
"binding": {
|
|
799
|
+
"type": "zeebe:input",
|
|
800
|
+
"name": "body"
|
|
801
|
+
},
|
|
802
|
+
"condition": {
|
|
803
|
+
"property": "operationId",
|
|
804
|
+
"oneOf": ["patch-/crm/v3/objects/contacts/{contactId}"],
|
|
805
|
+
"type": "simple"
|
|
806
|
+
},
|
|
807
|
+
"optional": true
|
|
808
|
+
},
|
|
809
|
+
|
|
810
|
+
{
|
|
811
|
+
"id": "post-/crm/v3/objects/contacts_$path",
|
|
812
|
+
"value": "=\"/crm/v3/objects/contacts\"",
|
|
813
|
+
"group": "parameters",
|
|
814
|
+
"binding": {
|
|
815
|
+
"name": "operationPath",
|
|
816
|
+
"type": "zeebe:input"
|
|
817
|
+
},
|
|
818
|
+
"condition": {
|
|
819
|
+
"property": "operationId",
|
|
820
|
+
"equals": "post-/crm/v3/objects/contacts",
|
|
821
|
+
"type": "simple"
|
|
822
|
+
},
|
|
823
|
+
"type": "Hidden"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"id": "post-/crm/v3/objects/contacts_$headers",
|
|
827
|
+
"value": "={}",
|
|
828
|
+
"group": "parameters",
|
|
829
|
+
"binding": {
|
|
830
|
+
"name": "headers",
|
|
831
|
+
"type": "zeebe:input"
|
|
832
|
+
},
|
|
833
|
+
"condition": {
|
|
834
|
+
"property": "operationId",
|
|
835
|
+
"equals": "post-/crm/v3/objects/contacts",
|
|
836
|
+
"type": "simple"
|
|
837
|
+
},
|
|
838
|
+
"type": "Hidden"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"id": "post-/crm/v3/objects/contacts_$queryParameters",
|
|
842
|
+
"value": "={}",
|
|
843
|
+
"group": "parameters",
|
|
844
|
+
"binding": {
|
|
845
|
+
"name": "queryParameters",
|
|
846
|
+
"type": "zeebe:input"
|
|
847
|
+
},
|
|
848
|
+
"condition": {
|
|
849
|
+
"property": "operationId",
|
|
850
|
+
"equals": "post-/crm/v3/objects/contacts",
|
|
851
|
+
"type": "simple"
|
|
852
|
+
},
|
|
853
|
+
"type": "Hidden"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"id": "post-/crm/v3/objects/contacts_$method",
|
|
857
|
+
"value": "POST",
|
|
858
|
+
"group": "parameters",
|
|
859
|
+
"binding": {
|
|
860
|
+
"name": "method",
|
|
861
|
+
"type": "zeebe:input"
|
|
862
|
+
},
|
|
863
|
+
"condition": {
|
|
864
|
+
"property": "operationId",
|
|
865
|
+
"equals": "post-/crm/v3/objects/contacts",
|
|
866
|
+
"type": "simple"
|
|
867
|
+
},
|
|
868
|
+
"type": "Hidden"
|
|
869
|
+
},
|
|
870
|
+
|
|
871
|
+
{
|
|
872
|
+
"id": "patch-/crm/v3/objects/contacts/{contactId}_path_contactId",
|
|
873
|
+
"label": "Contact id",
|
|
874
|
+
"description": "The id of the contact that should be updated.",
|
|
875
|
+
"optional": false,
|
|
876
|
+
"constraints": {
|
|
877
|
+
"notEmpty": true
|
|
878
|
+
},
|
|
879
|
+
"feel": "optional",
|
|
880
|
+
"group": "input",
|
|
881
|
+
"binding": {
|
|
882
|
+
"name": "contactId",
|
|
883
|
+
"type": "zeebe:input"
|
|
884
|
+
},
|
|
885
|
+
"condition": {
|
|
886
|
+
"property": "operationId",
|
|
887
|
+
"equals": "patch-/crm/v3/objects/contacts/{contactId}",
|
|
888
|
+
"type": "simple"
|
|
889
|
+
},
|
|
890
|
+
"type": "String"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"id": "patch-/crm/v3/objects/contacts/{contactId}_$path",
|
|
894
|
+
"value": "=\"/crm/v3/objects/contacts/\"+contactId",
|
|
895
|
+
"group": "parameters",
|
|
896
|
+
"binding": {
|
|
897
|
+
"name": "operationPath",
|
|
898
|
+
"type": "zeebe:input"
|
|
899
|
+
},
|
|
900
|
+
"condition": {
|
|
901
|
+
"property": "operationId",
|
|
902
|
+
"equals": "patch-/crm/v3/objects/contacts/{contactId}",
|
|
903
|
+
"type": "simple"
|
|
904
|
+
},
|
|
905
|
+
"type": "Hidden"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "patch-/crm/v3/objects/contacts/{contactId}_$headers",
|
|
909
|
+
"value": "={}",
|
|
910
|
+
"group": "parameters",
|
|
911
|
+
"binding": {
|
|
912
|
+
"name": "headers",
|
|
913
|
+
"type": "zeebe:input"
|
|
914
|
+
},
|
|
915
|
+
"condition": {
|
|
916
|
+
"property": "operationId",
|
|
917
|
+
"equals": "patch-/crm/v3/objects/contacts/{contactId}",
|
|
918
|
+
"type": "simple"
|
|
919
|
+
},
|
|
920
|
+
"type": "Hidden"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "patch-/crm/v3/objects/contacts/{contactId}_$queryParameters",
|
|
924
|
+
"value": "={}",
|
|
925
|
+
"group": "parameters",
|
|
926
|
+
"binding": {
|
|
927
|
+
"name": "queryParameters",
|
|
928
|
+
"type": "zeebe:input"
|
|
929
|
+
},
|
|
930
|
+
"condition": {
|
|
931
|
+
"property": "operationId",
|
|
932
|
+
"equals": "patch-/crm/v3/objects/contacts/{contactId}",
|
|
933
|
+
"type": "simple"
|
|
934
|
+
},
|
|
935
|
+
"type": "Hidden"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"id": "patch-/crm/v3/objects/contacts/{contactId}_$method",
|
|
939
|
+
"value": "PATCH",
|
|
940
|
+
"group": "parameters",
|
|
941
|
+
"binding": {
|
|
942
|
+
"name": "method",
|
|
943
|
+
"type": "zeebe:input"
|
|
944
|
+
},
|
|
945
|
+
"condition": {
|
|
946
|
+
"property": "operationId",
|
|
947
|
+
"equals": "patch-/crm/v3/objects/contacts/{contactId}",
|
|
948
|
+
"type": "simple"
|
|
949
|
+
},
|
|
950
|
+
"type": "Hidden"
|
|
951
|
+
},
|
|
952
|
+
|
|
953
|
+
{
|
|
954
|
+
"id": "delete-/crm/v3/objects/contacts/{contactId}_path_contactId",
|
|
955
|
+
"label": "Contact id",
|
|
956
|
+
"description": "The id of the contact that should be deleted.",
|
|
957
|
+
"optional": false,
|
|
958
|
+
"constraints": {
|
|
959
|
+
"notEmpty": true
|
|
960
|
+
},
|
|
961
|
+
"feel": "optional",
|
|
962
|
+
"group": "input",
|
|
963
|
+
"binding": {
|
|
964
|
+
"name": "contactId",
|
|
965
|
+
"type": "zeebe:input"
|
|
966
|
+
},
|
|
967
|
+
"condition": {
|
|
968
|
+
"property": "operationId",
|
|
969
|
+
"equals": "delete-/crm/v3/objects/contacts/{contactId}",
|
|
970
|
+
"type": "simple"
|
|
971
|
+
},
|
|
972
|
+
"type": "String"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "delete-/crm/v3/objects/contacts/{contactId}_$path",
|
|
976
|
+
"value": "=\"/crm/v3/objects/contacts/\"+contactId",
|
|
977
|
+
"group": "parameters",
|
|
978
|
+
"binding": {
|
|
979
|
+
"name": "operationPath",
|
|
980
|
+
"type": "zeebe:input"
|
|
981
|
+
},
|
|
982
|
+
"condition": {
|
|
983
|
+
"property": "operationId",
|
|
984
|
+
"equals": "delete-/crm/v3/objects/contacts/{contactId}",
|
|
985
|
+
"type": "simple"
|
|
986
|
+
},
|
|
987
|
+
"type": "Hidden"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"id": "delete-/crm/v3/objects/contacts/{contactId}_$headers",
|
|
991
|
+
"value": "={}",
|
|
992
|
+
"group": "parameters",
|
|
993
|
+
"binding": {
|
|
994
|
+
"name": "headers",
|
|
995
|
+
"type": "zeebe:input"
|
|
996
|
+
},
|
|
997
|
+
"condition": {
|
|
998
|
+
"property": "operationId",
|
|
999
|
+
"equals": "delete-/crm/v3/objects/contacts/{contactId}",
|
|
1000
|
+
"type": "simple"
|
|
1001
|
+
},
|
|
1002
|
+
"type": "Hidden"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"id": "delete-/crm/v3/objects/contacts/{contactId}_$queryParameters",
|
|
1006
|
+
"value": "={}",
|
|
1007
|
+
"group": "parameters",
|
|
1008
|
+
"binding": {
|
|
1009
|
+
"name": "queryParameters",
|
|
1010
|
+
"type": "zeebe:input"
|
|
1011
|
+
},
|
|
1012
|
+
"condition": {
|
|
1013
|
+
"property": "operationId",
|
|
1014
|
+
"equals": "delete-/crm/v3/objects/contacts/{contactId}",
|
|
1015
|
+
"type": "simple"
|
|
1016
|
+
},
|
|
1017
|
+
"type": "Hidden"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"id": "delete-/crm/v3/objects/contacts/{contactId}_$method",
|
|
1021
|
+
"value": "DELETE",
|
|
1022
|
+
"group": "parameters",
|
|
1023
|
+
"binding": {
|
|
1024
|
+
"name": "method",
|
|
1025
|
+
"type": "zeebe:input"
|
|
1026
|
+
},
|
|
1027
|
+
"condition": {
|
|
1028
|
+
"property": "operationId",
|
|
1029
|
+
"equals": "delete-/crm/v3/objects/contacts/{contactId}",
|
|
1030
|
+
"type": "simple"
|
|
1031
|
+
},
|
|
1032
|
+
"type": "Hidden"
|
|
1033
|
+
},
|
|
1034
|
+
|
|
1035
|
+
{
|
|
1036
|
+
"label": "Contact id",
|
|
1037
|
+
"description": "The id of the contact",
|
|
1038
|
+
"optional": false,
|
|
1039
|
+
"constraints": {
|
|
1040
|
+
"notEmpty": true
|
|
1041
|
+
},
|
|
1042
|
+
"feel": "optional",
|
|
1043
|
+
"group": "input",
|
|
1044
|
+
"binding": {
|
|
1045
|
+
"name": "contactId",
|
|
1046
|
+
"type": "zeebe:input"
|
|
1047
|
+
},
|
|
1048
|
+
"condition": {
|
|
1049
|
+
"property": "operationId",
|
|
1050
|
+
"oneOf": [
|
|
1051
|
+
"post-/crm/v3/associations/contact/company/batch/create",
|
|
1052
|
+
"post-/crm/v3/associations/contact/company/batch/archive"
|
|
1053
|
+
],
|
|
1054
|
+
"type": "simple"
|
|
1055
|
+
},
|
|
1056
|
+
"type": "String"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"label": "Company id",
|
|
1060
|
+
"description": "The id of the company",
|
|
1061
|
+
"optional": false,
|
|
1062
|
+
"constraints": {
|
|
1063
|
+
"notEmpty": true
|
|
1064
|
+
},
|
|
1065
|
+
"feel": "optional",
|
|
1066
|
+
"group": "input",
|
|
1067
|
+
"binding": {
|
|
1068
|
+
"name": "companyId",
|
|
1069
|
+
"type": "zeebe:input"
|
|
1070
|
+
},
|
|
1071
|
+
"condition": {
|
|
1072
|
+
"property": "operationId",
|
|
1073
|
+
"oneOf": [
|
|
1074
|
+
"post-/crm/v3/associations/contact/company/batch/create",
|
|
1075
|
+
"post-/crm/v3/associations/contact/company/batch/archive"
|
|
1076
|
+
],
|
|
1077
|
+
"type": "simple"
|
|
1078
|
+
},
|
|
1079
|
+
"type": "String"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"id": "post-/crm/v3/associations/contact/company/batch/create_$path",
|
|
1083
|
+
"value": "/crm/v3/associations/contact/company/batch/create",
|
|
1084
|
+
"group": "parameters",
|
|
1085
|
+
"binding": {
|
|
1086
|
+
"name": "operationPath",
|
|
1087
|
+
"type": "zeebe:input"
|
|
1088
|
+
},
|
|
1089
|
+
"condition": {
|
|
1090
|
+
"property": "operationId",
|
|
1091
|
+
"equals": "post-/crm/v3/associations/contact/company/batch/create",
|
|
1092
|
+
"type": "simple"
|
|
1093
|
+
},
|
|
1094
|
+
"type": "Hidden"
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"id": "post-/crm/v3/associations/contact/company/batch/archive_$path",
|
|
1098
|
+
"value": "/crm/v3/associations/contact/company/batch/archive",
|
|
1099
|
+
"group": "parameters",
|
|
1100
|
+
"binding": {
|
|
1101
|
+
"name": "operationPath",
|
|
1102
|
+
"type": "zeebe:input"
|
|
1103
|
+
},
|
|
1104
|
+
"condition": {
|
|
1105
|
+
"property": "operationId",
|
|
1106
|
+
"equals": "post-/crm/v3/associations/contact/company/batch/archive",
|
|
1107
|
+
"type": "simple"
|
|
1108
|
+
},
|
|
1109
|
+
"type": "Hidden"
|
|
1110
|
+
},
|
|
1111
|
+
|
|
1112
|
+
{
|
|
1113
|
+
"id": "post-/crm/v3/associations/contact/company/batch_$headers",
|
|
1114
|
+
"value": "={}",
|
|
1115
|
+
"group": "parameters",
|
|
1116
|
+
"binding": {
|
|
1117
|
+
"name": "headers",
|
|
1118
|
+
"type": "zeebe:input"
|
|
1119
|
+
},
|
|
1120
|
+
"condition": {
|
|
1121
|
+
"property": "operationId",
|
|
1122
|
+
"oneOf": [
|
|
1123
|
+
"post-/crm/v3/associations/contact/company/batch/create",
|
|
1124
|
+
"post-/crm/v3/associations/contact/company/batch/archive"
|
|
1125
|
+
],
|
|
1126
|
+
"type": "simple"
|
|
1127
|
+
},
|
|
1128
|
+
"type": "Hidden"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"id": "post-/crm/v3/associations/contact/company/batch_$queryParameters",
|
|
1132
|
+
"value": "={}",
|
|
1133
|
+
"group": "parameters",
|
|
1134
|
+
"binding": {
|
|
1135
|
+
"name": "queryParameters",
|
|
1136
|
+
"type": "zeebe:input"
|
|
1137
|
+
},
|
|
1138
|
+
"condition": {
|
|
1139
|
+
"property": "operationId",
|
|
1140
|
+
"oneOf": [
|
|
1141
|
+
"post-/crm/v3/associations/contact/company/batch/create",
|
|
1142
|
+
"post-/crm/v3/associations/contact/company/batch/archive"
|
|
1143
|
+
],
|
|
1144
|
+
"type": "simple"
|
|
1145
|
+
},
|
|
1146
|
+
"type": "Hidden"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"id": "post-/crm/v3/associations/contact/company/batch_$method",
|
|
1150
|
+
"value": "POST",
|
|
1151
|
+
"group": "parameters",
|
|
1152
|
+
"binding": {
|
|
1153
|
+
"name": "method",
|
|
1154
|
+
"type": "zeebe:input"
|
|
1155
|
+
},
|
|
1156
|
+
"condition": {
|
|
1157
|
+
"property": "operationId",
|
|
1158
|
+
"oneOf": [
|
|
1159
|
+
"post-/crm/v3/associations/contact/company/batch/create",
|
|
1160
|
+
"post-/crm/v3/associations/contact/company/batch/archive"
|
|
1161
|
+
],
|
|
1162
|
+
"type": "simple"
|
|
1163
|
+
},
|
|
1164
|
+
"type": "Hidden"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "post-/crm/v3/associations/contact/company/batch_body",
|
|
1168
|
+
"value": "={\n \"inputs\":[\n {\n \"from\":\n {\"id\":contactId}, \n \"to\":\n {\"id\":companyId}, \n \"type\":\"contact_to_company\"}\n ]\n}",
|
|
1169
|
+
"binding": {
|
|
1170
|
+
"name": "body",
|
|
1171
|
+
"type": "zeebe:input"
|
|
1172
|
+
},
|
|
1173
|
+
"condition": {
|
|
1174
|
+
"property": "operationId",
|
|
1175
|
+
"oneOf": [
|
|
1176
|
+
"post-/crm/v3/associations/contact/company/batch/create",
|
|
1177
|
+
"post-/crm/v3/associations/contact/company/batch/archive"
|
|
1178
|
+
],
|
|
1179
|
+
"type": "simple"
|
|
1180
|
+
},
|
|
1181
|
+
"type": "Hidden"
|
|
1182
|
+
},
|
|
1183
|
+
|
|
1184
|
+
{
|
|
1185
|
+
"id": "get-/crm/v3/objects/companies_getPage_$path",
|
|
1186
|
+
"value": "=\"/crm/v3/objects/companies\"",
|
|
1187
|
+
"group": "parameters",
|
|
1188
|
+
"binding": {
|
|
1189
|
+
"name": "operationPath",
|
|
1190
|
+
"type": "zeebe:input"
|
|
1191
|
+
},
|
|
1192
|
+
"condition": {
|
|
1193
|
+
"property": "operationId",
|
|
1194
|
+
"equals": "get-/crm/v3/objects/companies_getPage",
|
|
1195
|
+
"type": "simple"
|
|
1196
|
+
},
|
|
1197
|
+
"type": "Hidden"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"id": "get-/crm/v3/objects/companies_getPage_$headers",
|
|
1201
|
+
"value": "={}",
|
|
1202
|
+
"group": "parameters",
|
|
1203
|
+
"binding": {
|
|
1204
|
+
"name": "headers",
|
|
1205
|
+
"type": "zeebe:input"
|
|
1206
|
+
},
|
|
1207
|
+
"condition": {
|
|
1208
|
+
"property": "operationId",
|
|
1209
|
+
"equals": "get-/crm/v3/objects/companies_getPage",
|
|
1210
|
+
"type": "simple"
|
|
1211
|
+
},
|
|
1212
|
+
"type": "Hidden"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"id": "get-/crm/v3/objects/companies_getPage_$queryParameters",
|
|
1216
|
+
"value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
|
|
1217
|
+
"group": "input",
|
|
1218
|
+
"binding": {
|
|
1219
|
+
"name": "queryParameters",
|
|
1220
|
+
"type": "zeebe:input"
|
|
1221
|
+
},
|
|
1222
|
+
"condition": {
|
|
1223
|
+
"property": "operationId",
|
|
1224
|
+
"equals": "get-/crm/v3/objects/companies_getPage",
|
|
1225
|
+
"type": "simple"
|
|
1226
|
+
},
|
|
1227
|
+
"type": "Hidden"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": "get-/crm/v3/objects/companies_getPage_$method",
|
|
1231
|
+
"value": "GET",
|
|
1232
|
+
"group": "parameters",
|
|
1233
|
+
"binding": {
|
|
1234
|
+
"name": "method",
|
|
1235
|
+
"type": "zeebe:input"
|
|
1236
|
+
},
|
|
1237
|
+
"condition": {
|
|
1238
|
+
"property": "operationId",
|
|
1239
|
+
"equals": "get-/crm/v3/objects/companies_getPage",
|
|
1240
|
+
"type": "simple"
|
|
1241
|
+
},
|
|
1242
|
+
"type": "Hidden"
|
|
1243
|
+
},
|
|
1244
|
+
|
|
1245
|
+
{
|
|
1246
|
+
"id": "get-/crm/v3/objects/companies/{companyId}_getById_path_companyId",
|
|
1247
|
+
"label": "Company id",
|
|
1248
|
+
"description": "The id of the company to get.",
|
|
1249
|
+
"optional": false,
|
|
1250
|
+
"constraints": {
|
|
1251
|
+
"notEmpty": true
|
|
1252
|
+
},
|
|
1253
|
+
"feel": "optional",
|
|
1254
|
+
"group": "input",
|
|
1255
|
+
"binding": {
|
|
1256
|
+
"name": "companyId",
|
|
1257
|
+
"type": "zeebe:input"
|
|
1258
|
+
},
|
|
1259
|
+
"condition": {
|
|
1260
|
+
"property": "operationId",
|
|
1261
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}_getById",
|
|
1262
|
+
"type": "simple"
|
|
1263
|
+
},
|
|
1264
|
+
"type": "String"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"id": "get-/crm/v3/objects/companies/{companyId}_getById_$path",
|
|
1268
|
+
"value": "=\"/crm/v3/objects/companies/\"+companyId",
|
|
1269
|
+
"group": "parameters",
|
|
1270
|
+
"binding": {
|
|
1271
|
+
"name": "operationPath",
|
|
1272
|
+
"type": "zeebe:input"
|
|
1273
|
+
},
|
|
1274
|
+
"condition": {
|
|
1275
|
+
"property": "operationId",
|
|
1276
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}_getById",
|
|
1277
|
+
"type": "simple"
|
|
1278
|
+
},
|
|
1279
|
+
"type": "Hidden"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"id": "get-/crm/v3/objects/companies/{companyId}_getById_$headers",
|
|
1283
|
+
"value": "={}",
|
|
1284
|
+
"group": "parameters",
|
|
1285
|
+
"binding": {
|
|
1286
|
+
"name": "headers",
|
|
1287
|
+
"type": "zeebe:input"
|
|
1288
|
+
},
|
|
1289
|
+
"condition": {
|
|
1290
|
+
"property": "operationId",
|
|
1291
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}_getById",
|
|
1292
|
+
"type": "simple"
|
|
1293
|
+
},
|
|
1294
|
+
"type": "Hidden"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": "get-/crm/v3/objects/companies/{companyId}_getById_$queryParameters",
|
|
1298
|
+
"value": "={}",
|
|
1299
|
+
"group": "parameters",
|
|
1300
|
+
"binding": {
|
|
1301
|
+
"name": "queryParameters",
|
|
1302
|
+
"type": "zeebe:input"
|
|
1303
|
+
},
|
|
1304
|
+
"condition": {
|
|
1305
|
+
"property": "operationId",
|
|
1306
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}_getById",
|
|
1307
|
+
"type": "simple"
|
|
1308
|
+
},
|
|
1309
|
+
"type": "Hidden"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"id": "get-/crm/v3/objects/companies/{companyId}_getById_$method",
|
|
1313
|
+
"value": "GET",
|
|
1314
|
+
"group": "parameters",
|
|
1315
|
+
"binding": {
|
|
1316
|
+
"name": "method",
|
|
1317
|
+
"type": "zeebe:input"
|
|
1318
|
+
},
|
|
1319
|
+
"condition": {
|
|
1320
|
+
"property": "operationId",
|
|
1321
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}_getById",
|
|
1322
|
+
"type": "simple"
|
|
1323
|
+
},
|
|
1324
|
+
"type": "Hidden"
|
|
1325
|
+
},
|
|
1326
|
+
|
|
1327
|
+
{
|
|
1328
|
+
"id": "post-/crm/v3/objects/companies/search_doSearch_$path",
|
|
1329
|
+
"value": "=\"/crm/v3/objects/companies/search\"",
|
|
1330
|
+
"group": "input",
|
|
1331
|
+
"binding": {
|
|
1332
|
+
"name": "operationPath",
|
|
1333
|
+
"type": "zeebe:input"
|
|
1334
|
+
},
|
|
1335
|
+
"condition": {
|
|
1336
|
+
"property": "operationId",
|
|
1337
|
+
"equals": "post-/crm/v3/objects/companies/search_doSearch",
|
|
1338
|
+
"type": "simple"
|
|
1339
|
+
},
|
|
1340
|
+
"type": "Hidden"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"id": "post-/crm/v3/objects/companies/search_doSearch_$headers",
|
|
1344
|
+
"value": "={}",
|
|
1345
|
+
"group": "parameters",
|
|
1346
|
+
"binding": {
|
|
1347
|
+
"name": "headers",
|
|
1348
|
+
"type": "zeebe:input"
|
|
1349
|
+
},
|
|
1350
|
+
"condition": {
|
|
1351
|
+
"property": "operationId",
|
|
1352
|
+
"equals": "post-/crm/v3/objects/companies/search_doSearch",
|
|
1353
|
+
"type": "simple"
|
|
1354
|
+
},
|
|
1355
|
+
"type": "Hidden"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"id": "post-/crm/v3/objects/companies/search_doSearch_$queryParameters",
|
|
1359
|
+
"value": "={}",
|
|
1360
|
+
"group": "parameters",
|
|
1361
|
+
"binding": {
|
|
1362
|
+
"name": "queryParameters",
|
|
1363
|
+
"type": "zeebe:input"
|
|
1364
|
+
},
|
|
1365
|
+
"condition": {
|
|
1366
|
+
"property": "operationId",
|
|
1367
|
+
"equals": "post-/crm/v3/objects/companies/search_doSearch",
|
|
1368
|
+
"type": "simple"
|
|
1369
|
+
},
|
|
1370
|
+
"type": "Hidden"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"id": "post-/crm/v3/objects/companies/search_doSearch_$method",
|
|
1374
|
+
"value": "POST",
|
|
1375
|
+
"group": "parameters",
|
|
1376
|
+
"binding": {
|
|
1377
|
+
"name": "method",
|
|
1378
|
+
"type": "zeebe:input"
|
|
1379
|
+
},
|
|
1380
|
+
"condition": {
|
|
1381
|
+
"property": "operationId",
|
|
1382
|
+
"equals": "post-/crm/v3/objects/companies/search_doSearch",
|
|
1383
|
+
"type": "simple"
|
|
1384
|
+
},
|
|
1385
|
+
"type": "Hidden"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"id": "post-/crm/v3/objects/companies/search_doSearch_body",
|
|
1389
|
+
"value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
|
|
1390
|
+
"binding": {
|
|
1391
|
+
"name": "body",
|
|
1392
|
+
"type": "zeebe:input"
|
|
1393
|
+
},
|
|
1394
|
+
"condition": {
|
|
1395
|
+
"property": "operationId",
|
|
1396
|
+
"equals": "post-/crm/v3/objects/companies/search_doSearch",
|
|
1397
|
+
"type": "simple"
|
|
1398
|
+
},
|
|
1399
|
+
"type": "Hidden"
|
|
1400
|
+
},
|
|
1401
|
+
|
|
1402
|
+
{
|
|
1403
|
+
"id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
|
|
1404
|
+
"label": "Company id",
|
|
1405
|
+
"description": "The id of the company for which to retrieve the contacts.",
|
|
1406
|
+
"optional": false,
|
|
1407
|
+
"constraints": {
|
|
1408
|
+
"notEmpty": true
|
|
1409
|
+
},
|
|
1410
|
+
"feel": "optional",
|
|
1411
|
+
"group": "input",
|
|
1412
|
+
"binding": {
|
|
1413
|
+
"name": "companyId",
|
|
1414
|
+
"type": "zeebe:input"
|
|
1415
|
+
},
|
|
1416
|
+
"condition": {
|
|
1417
|
+
"property": "operationId",
|
|
1418
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
|
|
1419
|
+
"type": "simple"
|
|
1420
|
+
},
|
|
1421
|
+
"type": "String"
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$path",
|
|
1425
|
+
"value": "=\"/crm/v3/objects/companies/\"+companyId+\"/associations/contacts\"",
|
|
1426
|
+
"group": "parameters",
|
|
1427
|
+
"binding": {
|
|
1428
|
+
"name": "operationPath",
|
|
1429
|
+
"type": "zeebe:input"
|
|
1430
|
+
},
|
|
1431
|
+
"condition": {
|
|
1432
|
+
"property": "operationId",
|
|
1433
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
|
|
1434
|
+
"type": "simple"
|
|
1435
|
+
},
|
|
1436
|
+
"type": "Hidden"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$headers",
|
|
1440
|
+
"value": "={}",
|
|
1441
|
+
"group": "parameters",
|
|
1442
|
+
"binding": {
|
|
1443
|
+
"name": "headers",
|
|
1444
|
+
"type": "zeebe:input"
|
|
1445
|
+
},
|
|
1446
|
+
"condition": {
|
|
1447
|
+
"property": "operationId",
|
|
1448
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
|
|
1449
|
+
"type": "simple"
|
|
1450
|
+
},
|
|
1451
|
+
"type": "Hidden"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$queryParameters",
|
|
1455
|
+
"value": "={}",
|
|
1456
|
+
"group": "parameters",
|
|
1457
|
+
"binding": {
|
|
1458
|
+
"name": "queryParameters",
|
|
1459
|
+
"type": "zeebe:input"
|
|
1460
|
+
},
|
|
1461
|
+
"condition": {
|
|
1462
|
+
"property": "operationId",
|
|
1463
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
|
|
1464
|
+
"type": "simple"
|
|
1465
|
+
},
|
|
1466
|
+
"type": "Hidden"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"id": "get-/crm/v3/objects/companies/{companyId}/associations/contacts_$method",
|
|
1470
|
+
"value": "GET",
|
|
1471
|
+
"group": "parameters",
|
|
1472
|
+
"binding": {
|
|
1473
|
+
"name": "method",
|
|
1474
|
+
"type": "zeebe:input"
|
|
1475
|
+
},
|
|
1476
|
+
"condition": {
|
|
1477
|
+
"property": "operationId",
|
|
1478
|
+
"equals": "get-/crm/v3/objects/companies/{companyId}/associations/contacts",
|
|
1479
|
+
"type": "simple"
|
|
1480
|
+
},
|
|
1481
|
+
"type": "Hidden"
|
|
1482
|
+
},
|
|
1483
|
+
|
|
1484
|
+
{
|
|
1485
|
+
"id": "post-/crm/v3/objects/companies_input",
|
|
1486
|
+
"label": "Company properties",
|
|
1487
|
+
"description": "The properties of the company",
|
|
1488
|
+
"group": "input",
|
|
1489
|
+
"type": "String",
|
|
1490
|
+
"feel": "required",
|
|
1491
|
+
"value": "={\n \"properties\": {\n \"name\": \"HubSpot\",\n \"domain\": \"hubspot.com\"\n }\n}",
|
|
1492
|
+
"binding": {
|
|
1493
|
+
"type": "zeebe:input",
|
|
1494
|
+
"name": "body"
|
|
1495
|
+
},
|
|
1496
|
+
"constraints": {
|
|
1497
|
+
"notEmpty": true
|
|
1498
|
+
},
|
|
1499
|
+
"condition": {
|
|
1500
|
+
"property": "operationId",
|
|
1501
|
+
"equals": "post-/crm/v3/objects/companies",
|
|
1502
|
+
"type": "simple"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"id": "post-/crm/v3/objects/companies_$path",
|
|
1507
|
+
"value": "=\"/crm/v3/objects/companies\"",
|
|
1508
|
+
"group": "parameters",
|
|
1509
|
+
"binding": {
|
|
1510
|
+
"name": "operationPath",
|
|
1511
|
+
"type": "zeebe:input"
|
|
1512
|
+
},
|
|
1513
|
+
"condition": {
|
|
1514
|
+
"property": "operationId",
|
|
1515
|
+
"equals": "post-/crm/v3/objects/companies",
|
|
1516
|
+
"type": "simple"
|
|
1517
|
+
},
|
|
1518
|
+
"type": "Hidden"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"id": "post-/crm/v3/objects/companies_$headers",
|
|
1522
|
+
"value": "={}",
|
|
1523
|
+
"group": "parameters",
|
|
1524
|
+
"binding": {
|
|
1525
|
+
"name": "headers",
|
|
1526
|
+
"type": "zeebe:input"
|
|
1527
|
+
},
|
|
1528
|
+
"condition": {
|
|
1529
|
+
"property": "operationId",
|
|
1530
|
+
"equals": "post-/crm/v3/objects/companies",
|
|
1531
|
+
"type": "simple"
|
|
1532
|
+
},
|
|
1533
|
+
"type": "Hidden"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"id": "post-/crm/v3/objects/companies_$queryParameters",
|
|
1537
|
+
"value": "={}",
|
|
1538
|
+
"group": "parameters",
|
|
1539
|
+
"binding": {
|
|
1540
|
+
"name": "queryParameters",
|
|
1541
|
+
"type": "zeebe:input"
|
|
1542
|
+
},
|
|
1543
|
+
"condition": {
|
|
1544
|
+
"property": "operationId",
|
|
1545
|
+
"equals": "post-/crm/v3/objects/companies",
|
|
1546
|
+
"type": "simple"
|
|
1547
|
+
},
|
|
1548
|
+
"type": "Hidden"
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"id": "post-/crm/v3/objects/companies_$method",
|
|
1552
|
+
"value": "POST",
|
|
1553
|
+
"group": "parameters",
|
|
1554
|
+
"binding": {
|
|
1555
|
+
"name": "method",
|
|
1556
|
+
"type": "zeebe:input"
|
|
1557
|
+
},
|
|
1558
|
+
"condition": {
|
|
1559
|
+
"property": "operationId",
|
|
1560
|
+
"equals": "post-/crm/v3/objects/companies",
|
|
1561
|
+
"type": "simple"
|
|
1562
|
+
},
|
|
1563
|
+
"type": "Hidden"
|
|
1564
|
+
},
|
|
1565
|
+
|
|
1566
|
+
{
|
|
1567
|
+
"id": "delete-/crm/v3/objects/companies/{companyId}_archive_path_companyId",
|
|
1568
|
+
"label": "Company id",
|
|
1569
|
+
"optional": false,
|
|
1570
|
+
"constraints": {
|
|
1571
|
+
"notEmpty": true
|
|
1572
|
+
},
|
|
1573
|
+
"feel": "optional",
|
|
1574
|
+
"group": "input",
|
|
1575
|
+
"binding": {
|
|
1576
|
+
"name": "companyId",
|
|
1577
|
+
"type": "zeebe:input"
|
|
1578
|
+
},
|
|
1579
|
+
"condition": {
|
|
1580
|
+
"property": "operationId",
|
|
1581
|
+
"equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
|
|
1582
|
+
"type": "simple"
|
|
1583
|
+
},
|
|
1584
|
+
"type": "String"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"id": "delete-/crm/v3/objects/companies/{companyId}_archive_$path",
|
|
1588
|
+
"value": "=\"/crm/v3/objects/companies/\"+companyId",
|
|
1589
|
+
"group": "parameters",
|
|
1590
|
+
"binding": {
|
|
1591
|
+
"name": "operationPath",
|
|
1592
|
+
"type": "zeebe:input"
|
|
1593
|
+
},
|
|
1594
|
+
"condition": {
|
|
1595
|
+
"property": "operationId",
|
|
1596
|
+
"equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
|
|
1597
|
+
"type": "simple"
|
|
1598
|
+
},
|
|
1599
|
+
"type": "Hidden"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"id": "delete-/crm/v3/objects/companies/{companyId}_archive_$headers",
|
|
1603
|
+
"value": "={}",
|
|
1604
|
+
"group": "parameters",
|
|
1605
|
+
"binding": {
|
|
1606
|
+
"name": "headers",
|
|
1607
|
+
"type": "zeebe:input"
|
|
1608
|
+
},
|
|
1609
|
+
"condition": {
|
|
1610
|
+
"property": "operationId",
|
|
1611
|
+
"equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
|
|
1612
|
+
"type": "simple"
|
|
1613
|
+
},
|
|
1614
|
+
"type": "Hidden"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"id": "delete-/crm/v3/objects/companies/{companyId}_archive_$queryParameters",
|
|
1618
|
+
"value": "={}",
|
|
1619
|
+
"group": "parameters",
|
|
1620
|
+
"binding": {
|
|
1621
|
+
"name": "queryParameters",
|
|
1622
|
+
"type": "zeebe:input"
|
|
1623
|
+
},
|
|
1624
|
+
"condition": {
|
|
1625
|
+
"property": "operationId",
|
|
1626
|
+
"equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
|
|
1627
|
+
"type": "simple"
|
|
1628
|
+
},
|
|
1629
|
+
"type": "Hidden"
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"id": "delete-/crm/v3/objects/companies/{companyId}_archive_$method",
|
|
1633
|
+
"value": "DELETE",
|
|
1634
|
+
"group": "parameters",
|
|
1635
|
+
"binding": {
|
|
1636
|
+
"name": "method",
|
|
1637
|
+
"type": "zeebe:input"
|
|
1638
|
+
},
|
|
1639
|
+
"condition": {
|
|
1640
|
+
"property": "operationId",
|
|
1641
|
+
"equals": "delete-/crm/v3/objects/companies/{companyId}_archive",
|
|
1642
|
+
"type": "simple"
|
|
1643
|
+
},
|
|
1644
|
+
"type": "Hidden"
|
|
1645
|
+
},
|
|
1646
|
+
|
|
1647
|
+
{
|
|
1648
|
+
"id": "get-/crm/v3/objects/deals_getPage_$path",
|
|
1649
|
+
"value": "=\"/crm/v3/objects/deals\"",
|
|
1650
|
+
"group": "parameters",
|
|
1651
|
+
"binding": {
|
|
1652
|
+
"name": "operationPath",
|
|
1653
|
+
"type": "zeebe:input"
|
|
1654
|
+
},
|
|
1655
|
+
"condition": {
|
|
1656
|
+
"property": "operationId",
|
|
1657
|
+
"equals": "get-/crm/v3/objects/deals_getPage",
|
|
1658
|
+
"type": "simple"
|
|
1659
|
+
},
|
|
1660
|
+
"type": "Hidden"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "get-/crm/v3/objects/deals_getPage_$headers",
|
|
1664
|
+
"value": "={}",
|
|
1665
|
+
"group": "parameters",
|
|
1666
|
+
"binding": {
|
|
1667
|
+
"name": "headers",
|
|
1668
|
+
"type": "zeebe:input"
|
|
1669
|
+
},
|
|
1670
|
+
"condition": {
|
|
1671
|
+
"property": "operationId",
|
|
1672
|
+
"equals": "get-/crm/v3/objects/deals_getPage",
|
|
1673
|
+
"type": "simple"
|
|
1674
|
+
},
|
|
1675
|
+
"type": "Hidden"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"id": "get-/crm/v3/objects/deals_getPage_$queryParameters",
|
|
1679
|
+
"value": "=if afterId != null then {\"after\": afterId, \"limit\": 100} else {\"limit\": 100}",
|
|
1680
|
+
"group": "input",
|
|
1681
|
+
"binding": {
|
|
1682
|
+
"name": "queryParameters",
|
|
1683
|
+
"type": "zeebe:input"
|
|
1684
|
+
},
|
|
1685
|
+
"condition": {
|
|
1686
|
+
"property": "operationId",
|
|
1687
|
+
"equals": "get-/crm/v3/objects/deals_getPage",
|
|
1688
|
+
"type": "simple"
|
|
1689
|
+
},
|
|
1690
|
+
"type": "Hidden"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"id": "get-/crm/v3/objects/deals_getPage_$method",
|
|
1694
|
+
"value": "GET",
|
|
1695
|
+
"group": "parameters",
|
|
1696
|
+
"binding": {
|
|
1697
|
+
"name": "method",
|
|
1698
|
+
"type": "zeebe:input"
|
|
1699
|
+
},
|
|
1700
|
+
"condition": {
|
|
1701
|
+
"property": "operationId",
|
|
1702
|
+
"equals": "get-/crm/v3/objects/deals_getPage",
|
|
1703
|
+
"type": "simple"
|
|
1704
|
+
},
|
|
1705
|
+
"type": "Hidden"
|
|
1706
|
+
},
|
|
1707
|
+
|
|
1708
|
+
{
|
|
1709
|
+
"id": "get-/crm/v3/objects/deals/{dealId}_getById_path_dealId",
|
|
1710
|
+
"label": "Deal id",
|
|
1711
|
+
"description": "The id of the deal to get.",
|
|
1712
|
+
"optional": false,
|
|
1713
|
+
"constraints": {
|
|
1714
|
+
"notEmpty": true
|
|
1715
|
+
},
|
|
1716
|
+
"feel": "optional",
|
|
1717
|
+
"group": "input",
|
|
1718
|
+
"binding": {
|
|
1719
|
+
"name": "dealId",
|
|
1720
|
+
"type": "zeebe:input"
|
|
1721
|
+
},
|
|
1722
|
+
"condition": {
|
|
1723
|
+
"property": "operationId",
|
|
1724
|
+
"equals": "get-/crm/v3/objects/deals/{dealId}_getById",
|
|
1725
|
+
"type": "simple"
|
|
1726
|
+
},
|
|
1727
|
+
"type": "String"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "get-/crm/v3/objects/deals/{dealId}_getById_$path",
|
|
1731
|
+
"value": "=\"/crm/v3/objects/deals/\"+dealId",
|
|
1732
|
+
"group": "parameters",
|
|
1733
|
+
"binding": {
|
|
1734
|
+
"name": "operationPath",
|
|
1735
|
+
"type": "zeebe:input"
|
|
1736
|
+
},
|
|
1737
|
+
"condition": {
|
|
1738
|
+
"property": "operationId",
|
|
1739
|
+
"equals": "get-/crm/v3/objects/deals/{dealId}_getById",
|
|
1740
|
+
"type": "simple"
|
|
1741
|
+
},
|
|
1742
|
+
"type": "Hidden"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"id": "get-/crm/v3/objects/deals/{dealId}_getById_$headers",
|
|
1746
|
+
"value": "={}",
|
|
1747
|
+
"group": "parameters",
|
|
1748
|
+
"binding": {
|
|
1749
|
+
"name": "headers",
|
|
1750
|
+
"type": "zeebe:input"
|
|
1751
|
+
},
|
|
1752
|
+
"condition": {
|
|
1753
|
+
"property": "operationId",
|
|
1754
|
+
"equals": "get-/crm/v3/objects/deals/{dealId}_getById",
|
|
1755
|
+
"type": "simple"
|
|
1756
|
+
},
|
|
1757
|
+
"type": "Hidden"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "get-/crm/v3/objects/deals/{dealId}_getById_$queryParameters",
|
|
1761
|
+
"value": "={}",
|
|
1762
|
+
"group": "parameters",
|
|
1763
|
+
"binding": {
|
|
1764
|
+
"name": "queryParameters",
|
|
1765
|
+
"type": "zeebe:input"
|
|
1766
|
+
},
|
|
1767
|
+
"condition": {
|
|
1768
|
+
"property": "operationId",
|
|
1769
|
+
"equals": "get-/crm/v3/objects/deals/{dealId}_getById",
|
|
1770
|
+
"type": "simple"
|
|
1771
|
+
},
|
|
1772
|
+
"type": "Hidden"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"id": "get-/crm/v3/objects/deals/{dealId}_getById_$method",
|
|
1776
|
+
"value": "GET",
|
|
1777
|
+
"group": "parameters",
|
|
1778
|
+
"binding": {
|
|
1779
|
+
"name": "method",
|
|
1780
|
+
"type": "zeebe:input"
|
|
1781
|
+
},
|
|
1782
|
+
"condition": {
|
|
1783
|
+
"property": "operationId",
|
|
1784
|
+
"equals": "get-/crm/v3/objects/deals/{dealId}_getById",
|
|
1785
|
+
"type": "simple"
|
|
1786
|
+
},
|
|
1787
|
+
"type": "Hidden"
|
|
1788
|
+
},
|
|
1789
|
+
|
|
1790
|
+
{
|
|
1791
|
+
"id": "post-/crm/v3/objects/deals/search_doSearch_$path",
|
|
1792
|
+
"value": "=\"/crm/v3/objects/deals/search\"",
|
|
1793
|
+
"group": "parameters",
|
|
1794
|
+
"binding": {
|
|
1795
|
+
"name": "operationPath",
|
|
1796
|
+
"type": "zeebe:input"
|
|
1797
|
+
},
|
|
1798
|
+
"condition": {
|
|
1799
|
+
"property": "operationId",
|
|
1800
|
+
"equals": "post-/crm/v3/objects/deals/search_doSearch",
|
|
1801
|
+
"type": "simple"
|
|
1802
|
+
},
|
|
1803
|
+
"type": "Hidden"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"id": "post-/crm/v3/objects/deals/search_doSearch_$headers",
|
|
1807
|
+
"value": "={}",
|
|
1808
|
+
"group": "parameters",
|
|
1809
|
+
"binding": {
|
|
1810
|
+
"name": "headers",
|
|
1811
|
+
"type": "zeebe:input"
|
|
1812
|
+
},
|
|
1813
|
+
"condition": {
|
|
1814
|
+
"property": "operationId",
|
|
1815
|
+
"equals": "post-/crm/v3/objects/deals/search_doSearch",
|
|
1816
|
+
"type": "simple"
|
|
1817
|
+
},
|
|
1818
|
+
"type": "Hidden"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"id": "post-/crm/v3/objects/deals/search_doSearch_$queryParameters",
|
|
1822
|
+
"value": "={}",
|
|
1823
|
+
"group": "parameters",
|
|
1824
|
+
"binding": {
|
|
1825
|
+
"name": "queryParameters",
|
|
1826
|
+
"type": "zeebe:input"
|
|
1827
|
+
},
|
|
1828
|
+
"condition": {
|
|
1829
|
+
"property": "operationId",
|
|
1830
|
+
"equals": "post-/crm/v3/objects/deals/search_doSearch",
|
|
1831
|
+
"type": "simple"
|
|
1832
|
+
},
|
|
1833
|
+
"type": "Hidden"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"id": "post-/crm/v3/objects/deals/search_doSearch_$method",
|
|
1837
|
+
"value": "POST",
|
|
1838
|
+
"group": "parameters",
|
|
1839
|
+
"binding": {
|
|
1840
|
+
"name": "method",
|
|
1841
|
+
"type": "zeebe:input"
|
|
1842
|
+
},
|
|
1843
|
+
"condition": {
|
|
1844
|
+
"property": "operationId",
|
|
1845
|
+
"equals": "post-/crm/v3/objects/deals/search_doSearch",
|
|
1846
|
+
"type": "simple"
|
|
1847
|
+
},
|
|
1848
|
+
"type": "Hidden"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"id": "post-/crm/v3/objects/deals/search_doSearch_body",
|
|
1852
|
+
"value": "={\n \"filterGroups\": [\n {\n \"filters\": [\n {\n \"highValue\": \"string\",\n \"propertyName\": searchField,\n \"value\": searchValue,\n \"operator\": \"EQ\"\n }\n ]\n }\n ]\n}",
|
|
1853
|
+
"binding": {
|
|
1854
|
+
"name": "body",
|
|
1855
|
+
"type": "zeebe:input"
|
|
1856
|
+
},
|
|
1857
|
+
"condition": {
|
|
1858
|
+
"property": "operationId",
|
|
1859
|
+
"equals": "post-/crm/v3/objects/deals/search_doSearch",
|
|
1860
|
+
"type": "simple"
|
|
1861
|
+
},
|
|
1862
|
+
"type": "Hidden"
|
|
1863
|
+
},
|
|
1864
|
+
|
|
1865
|
+
{
|
|
1866
|
+
"id": "delete-/crm/v3/objects/deals/{dealId}_archive_path_dealId",
|
|
1867
|
+
"label": "Deal id",
|
|
1868
|
+
"description": "The id of the deal that should be deleted.",
|
|
1869
|
+
"optional": false,
|
|
1870
|
+
"constraints": {
|
|
1871
|
+
"notEmpty": true
|
|
1872
|
+
},
|
|
1873
|
+
"feel": "optional",
|
|
1874
|
+
"group": "input",
|
|
1875
|
+
"binding": {
|
|
1876
|
+
"name": "dealId",
|
|
1877
|
+
"type": "zeebe:input"
|
|
1878
|
+
},
|
|
1879
|
+
"condition": {
|
|
1880
|
+
"property": "operationId",
|
|
1881
|
+
"equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
|
|
1882
|
+
"type": "simple"
|
|
1883
|
+
},
|
|
1884
|
+
"type": "String"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"id": "delete-/crm/v3/objects/deals/{dealId}_archive_$path",
|
|
1888
|
+
"value": "=\"/crm/v3/objects/deals/\"+dealId",
|
|
1889
|
+
"group": "parameters",
|
|
1890
|
+
"binding": {
|
|
1891
|
+
"name": "operationPath",
|
|
1892
|
+
"type": "zeebe:input"
|
|
1893
|
+
},
|
|
1894
|
+
"condition": {
|
|
1895
|
+
"property": "operationId",
|
|
1896
|
+
"equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
|
|
1897
|
+
"type": "simple"
|
|
1898
|
+
},
|
|
1899
|
+
"type": "Hidden"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"id": "delete-/crm/v3/objects/deals/{dealId}_archive_$headers",
|
|
1903
|
+
"value": "={}",
|
|
1904
|
+
"group": "parameters",
|
|
1905
|
+
"binding": {
|
|
1906
|
+
"name": "headers",
|
|
1907
|
+
"type": "zeebe:input"
|
|
1908
|
+
},
|
|
1909
|
+
"condition": {
|
|
1910
|
+
"property": "operationId",
|
|
1911
|
+
"equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
|
|
1912
|
+
"type": "simple"
|
|
1913
|
+
},
|
|
1914
|
+
"type": "Hidden"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"id": "delete-/crm/v3/objects/deals/{dealId}_archive_$queryParameters",
|
|
1918
|
+
"value": "={}",
|
|
1919
|
+
"group": "parameters",
|
|
1920
|
+
"binding": {
|
|
1921
|
+
"name": "queryParameters",
|
|
1922
|
+
"type": "zeebe:input"
|
|
1923
|
+
},
|
|
1924
|
+
"condition": {
|
|
1925
|
+
"property": "operationId",
|
|
1926
|
+
"equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
|
|
1927
|
+
"type": "simple"
|
|
1928
|
+
},
|
|
1929
|
+
"type": "Hidden"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
"id": "delete-/crm/v3/objects/deals/{dealId}_archive_$method",
|
|
1933
|
+
"value": "DELETE",
|
|
1934
|
+
"group": "parameters",
|
|
1935
|
+
"binding": {
|
|
1936
|
+
"name": "method",
|
|
1937
|
+
"type": "zeebe:input"
|
|
1938
|
+
},
|
|
1939
|
+
"condition": {
|
|
1940
|
+
"property": "operationId",
|
|
1941
|
+
"equals": "delete-/crm/v3/objects/deals/{dealId}_archive",
|
|
1942
|
+
"type": "simple"
|
|
1943
|
+
},
|
|
1944
|
+
"type": "Hidden"
|
|
1945
|
+
},
|
|
1946
|
+
|
|
1947
|
+
{
|
|
1948
|
+
"label": "Portal id",
|
|
1949
|
+
"description": "The HubSpot account that the form belongs to. <a href=\"https://knowledge.hubspot.com/account-management/manage-multiple-hubspot-accounts#check-your-current-account\" target=\"_blank\">Learn more</a>.",
|
|
1950
|
+
"group": "input",
|
|
1951
|
+
"type": "String",
|
|
1952
|
+
"feel": "optional",
|
|
1953
|
+
"binding": {
|
|
1954
|
+
"type": "zeebe:input",
|
|
1955
|
+
"name": "portalId"
|
|
1956
|
+
},
|
|
1957
|
+
"constraints": {
|
|
1958
|
+
"notEmpty": true
|
|
1959
|
+
},
|
|
1960
|
+
"condition": {
|
|
1961
|
+
"property": "operationId",
|
|
1962
|
+
"oneOf": ["post-api.hsforms.com/submissions"],
|
|
1963
|
+
"type": "simple"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"label": "Form id",
|
|
1968
|
+
"description": "The unique ID of the form you're sending data to. <a href=\"https://knowledge.hubspot.com/forms/find-your-form-guid\" target=\"_blank\">Learn more</a>.",
|
|
1969
|
+
"group": "input",
|
|
1970
|
+
"type": "String",
|
|
1971
|
+
"feel": "optional",
|
|
1972
|
+
"binding": {
|
|
1973
|
+
"type": "zeebe:input",
|
|
1974
|
+
"name": "formId"
|
|
1975
|
+
},
|
|
1976
|
+
"constraints": {
|
|
1977
|
+
"notEmpty": true
|
|
1978
|
+
},
|
|
1979
|
+
"condition": {
|
|
1980
|
+
"property": "operationId",
|
|
1981
|
+
"oneOf": ["post-api.hsforms.com/submissions"],
|
|
1982
|
+
"type": "simple"
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"id": "post-api.hsforms.com/submissions_$path",
|
|
1987
|
+
"value": "=\"/submissions/v3/integration/submit/\"+portalId+\"/\"+formId",
|
|
1988
|
+
"group": "parameters",
|
|
1989
|
+
"binding": {
|
|
1990
|
+
"name": "operationPath",
|
|
1991
|
+
"type": "zeebe:input"
|
|
1992
|
+
},
|
|
1993
|
+
"condition": {
|
|
1994
|
+
"property": "operationId",
|
|
1995
|
+
"equals": "post-api.hsforms.com/submissions",
|
|
1996
|
+
"type": "simple"
|
|
1997
|
+
},
|
|
1998
|
+
"type": "Hidden"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"id": "post-api.hsforms.com/submissions_$headers",
|
|
2002
|
+
"value": "={}",
|
|
2003
|
+
"group": "parameters",
|
|
2004
|
+
"binding": {
|
|
2005
|
+
"name": "headers",
|
|
2006
|
+
"type": "zeebe:input"
|
|
2007
|
+
},
|
|
2008
|
+
"condition": {
|
|
2009
|
+
"property": "operationId",
|
|
2010
|
+
"equals": "post-api.hsforms.com/submissions",
|
|
2011
|
+
"type": "simple"
|
|
2012
|
+
},
|
|
2013
|
+
"type": "Hidden"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"id": "post-api.hsforms.com/submissions_$queryParameters",
|
|
2017
|
+
"value": "={}",
|
|
2018
|
+
"group": "parameters",
|
|
2019
|
+
"binding": {
|
|
2020
|
+
"name": "queryParameters",
|
|
2021
|
+
"type": "zeebe:input"
|
|
2022
|
+
},
|
|
2023
|
+
"condition": {
|
|
2024
|
+
"property": "operationId",
|
|
2025
|
+
"equals": "post-api.hsforms.com/submissions",
|
|
2026
|
+
"type": "simple"
|
|
2027
|
+
},
|
|
2028
|
+
"type": "Hidden"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"id": "post-api.hsforms.com/submissions_$method",
|
|
2032
|
+
"value": "POST",
|
|
2033
|
+
"group": "parameters",
|
|
2034
|
+
"binding": {
|
|
2035
|
+
"name": "method",
|
|
2036
|
+
"type": "zeebe:input"
|
|
2037
|
+
},
|
|
2038
|
+
"condition": {
|
|
2039
|
+
"property": "operationId",
|
|
2040
|
+
"equals": "post-api.hsforms.com/submissions",
|
|
2041
|
+
"type": "simple"
|
|
2042
|
+
},
|
|
2043
|
+
"type": "Hidden"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"label": "Form fields",
|
|
2047
|
+
"description": "The values to submit to the form. <a href=\"https://developers.hubspot.com/docs/reference/api/marketing/forms/v3-legacy\" target=\"_blank\">Learn more</a>.",
|
|
2048
|
+
"group": "input",
|
|
2049
|
+
"feel": "optional",
|
|
2050
|
+
"id": "post-api.hsforms.com/submissions_body",
|
|
2051
|
+
"value": "={\n \"fields\": [\n { \"name\": \"firstname\", \"value\": \"Jane\" },\n { \"name\": \"lasename\", \"value\": \"Doe\" },\n { \"name\": \"email\", \"value\": \"jane.doe@example.com\" }\n ]\n}",
|
|
2052
|
+
"binding": {
|
|
2053
|
+
"name": "body",
|
|
2054
|
+
"type": "zeebe:input"
|
|
2055
|
+
},
|
|
2056
|
+
"constraints": {
|
|
2057
|
+
"notEmpty": true
|
|
2058
|
+
},
|
|
2059
|
+
"condition": {
|
|
2060
|
+
"property": "operationId",
|
|
2061
|
+
"equals": "post-api.hsforms.com/submissions",
|
|
2062
|
+
"type": "simple"
|
|
2063
|
+
},
|
|
2064
|
+
"type": "String"
|
|
2065
|
+
},
|
|
2066
|
+
|
|
2067
|
+
{
|
|
2068
|
+
"label": "List id",
|
|
2069
|
+
"description": "The ID of the list where the object should be added to.",
|
|
2070
|
+
"group": "input",
|
|
2071
|
+
"type": "String",
|
|
2072
|
+
"feel": "optional",
|
|
2073
|
+
"binding": {
|
|
2074
|
+
"type": "zeebe:input",
|
|
2075
|
+
"name": "listId"
|
|
2076
|
+
},
|
|
2077
|
+
"constraints": {
|
|
2078
|
+
"notEmpty": true
|
|
2079
|
+
},
|
|
2080
|
+
"condition": {
|
|
2081
|
+
"property": "operationId",
|
|
2082
|
+
"oneOf": ["put-/crm/v3/lists/{listId}/memberships/add"],
|
|
2083
|
+
"type": "simple"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"id": "put-/crm/v3/lists/{listId}/memberships/add_$path",
|
|
2088
|
+
"value": "=\"/crm/v3/lists/\"+listId+\"/memberships/add\"",
|
|
2089
|
+
"group": "parameters",
|
|
2090
|
+
"binding": {
|
|
2091
|
+
"name": "operationPath",
|
|
2092
|
+
"type": "zeebe:input"
|
|
2093
|
+
},
|
|
2094
|
+
"condition": {
|
|
2095
|
+
"property": "operationId",
|
|
2096
|
+
"equals": "put-/crm/v3/lists/{listId}/memberships/add",
|
|
2097
|
+
"type": "simple"
|
|
2098
|
+
},
|
|
2099
|
+
"type": "Hidden"
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"id": "put-/crm/v3/lists/{listId}/memberships/add_$headers",
|
|
2103
|
+
"value": "={}",
|
|
2104
|
+
"group": "parameters",
|
|
2105
|
+
"binding": {
|
|
2106
|
+
"name": "headers",
|
|
2107
|
+
"type": "zeebe:input"
|
|
2108
|
+
},
|
|
2109
|
+
"condition": {
|
|
2110
|
+
"property": "operationId",
|
|
2111
|
+
"equals": "put-/crm/v3/lists/{listId}/memberships/add",
|
|
2112
|
+
"type": "simple"
|
|
2113
|
+
},
|
|
2114
|
+
"type": "Hidden"
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"id": "put-/crm/v3/lists/{listId}/memberships/add_$queryParameters",
|
|
2118
|
+
"value": "={}",
|
|
2119
|
+
"group": "parameters",
|
|
2120
|
+
"binding": {
|
|
2121
|
+
"name": "queryParameters",
|
|
2122
|
+
"type": "zeebe:input"
|
|
2123
|
+
},
|
|
2124
|
+
"condition": {
|
|
2125
|
+
"property": "operationId",
|
|
2126
|
+
"equals": "put-/crm/v3/lists/{listId}/memberships/add",
|
|
2127
|
+
"type": "simple"
|
|
2128
|
+
},
|
|
2129
|
+
"type": "Hidden"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"id": "put-/crm/v3/lists/{listId}/memberships/add_$method",
|
|
2133
|
+
"value": "PUT",
|
|
2134
|
+
"group": "parameters",
|
|
2135
|
+
"binding": {
|
|
2136
|
+
"name": "method",
|
|
2137
|
+
"type": "zeebe:input"
|
|
2138
|
+
},
|
|
2139
|
+
"condition": {
|
|
2140
|
+
"property": "operationId",
|
|
2141
|
+
"equals": "put-/crm/v3/lists/{listId}/memberships/add",
|
|
2142
|
+
"type": "simple"
|
|
2143
|
+
},
|
|
2144
|
+
"type": "Hidden"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"label": "Object ids",
|
|
2148
|
+
"description": "The ids of the objects, e.g. contacts or companies, to add to the list",
|
|
2149
|
+
"group": "input",
|
|
2150
|
+
"feel": "optional",
|
|
2151
|
+
"id": "put-/crm/v3/lists/{listId}/memberships/add_body",
|
|
2152
|
+
"value": "=[\"12345678\"]",
|
|
2153
|
+
"binding": {
|
|
2154
|
+
"name": "body",
|
|
2155
|
+
"type": "zeebe:input"
|
|
2156
|
+
},
|
|
2157
|
+
"constraints": {
|
|
2158
|
+
"notEmpty": true
|
|
2159
|
+
},
|
|
2160
|
+
"condition": {
|
|
2161
|
+
"property": "operationId",
|
|
2162
|
+
"equals": "put-/crm/v3/lists/{listId}/memberships/add",
|
|
2163
|
+
"type": "simple"
|
|
2164
|
+
},
|
|
2165
|
+
"type": "String"
|
|
2166
|
+
},
|
|
2167
|
+
|
|
2168
|
+
{
|
|
2169
|
+
"label": "Workflow id",
|
|
2170
|
+
"description": "The ID of the workflow that should be triggered.",
|
|
2171
|
+
"group": "input",
|
|
2172
|
+
"type": "String",
|
|
2173
|
+
"feel": "optional",
|
|
2174
|
+
"binding": {
|
|
2175
|
+
"type": "zeebe:input",
|
|
2176
|
+
"name": "workflowId"
|
|
2177
|
+
},
|
|
2178
|
+
"condition": {
|
|
2179
|
+
"property": "operationId",
|
|
2180
|
+
"oneOf": [
|
|
2181
|
+
"post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
|
|
2182
|
+
],
|
|
2183
|
+
"type": "simple"
|
|
2184
|
+
},
|
|
2185
|
+
"constraints": {
|
|
2186
|
+
"notEmpty": true
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"label": "Contact email",
|
|
2191
|
+
"description": "The email of the contact that should be enrolled to the workflow.",
|
|
2192
|
+
"group": "input",
|
|
2193
|
+
"type": "String",
|
|
2194
|
+
"feel": "optional",
|
|
2195
|
+
"binding": {
|
|
2196
|
+
"type": "zeebe:input",
|
|
2197
|
+
"name": "contactMail"
|
|
2198
|
+
},
|
|
2199
|
+
"condition": {
|
|
2200
|
+
"property": "operationId",
|
|
2201
|
+
"oneOf": [
|
|
2202
|
+
"post-/automation/v2/workflows/{workflowId}/enrollments/contacts"
|
|
2203
|
+
],
|
|
2204
|
+
"type": "simple"
|
|
2205
|
+
},
|
|
2206
|
+
"constraints": {
|
|
2207
|
+
"notEmpty": true
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$path",
|
|
2212
|
+
"value": "=\"/automation/v2/workflows/\"+workflowId+\"/enrollments/contacts/\"+contactMail",
|
|
2213
|
+
"group": "parameters",
|
|
2214
|
+
"binding": {
|
|
2215
|
+
"name": "operationPath",
|
|
2216
|
+
"type": "zeebe:input"
|
|
2217
|
+
},
|
|
2218
|
+
"condition": {
|
|
2219
|
+
"property": "operationId",
|
|
2220
|
+
"equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
|
|
2221
|
+
"type": "simple"
|
|
2222
|
+
},
|
|
2223
|
+
"type": "Hidden"
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$headers",
|
|
2227
|
+
"value": "={}",
|
|
2228
|
+
"group": "parameters",
|
|
2229
|
+
"binding": {
|
|
2230
|
+
"name": "headers",
|
|
2231
|
+
"type": "zeebe:input"
|
|
2232
|
+
},
|
|
2233
|
+
"condition": {
|
|
2234
|
+
"property": "operationId",
|
|
2235
|
+
"equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
|
|
2236
|
+
"type": "simple"
|
|
2237
|
+
},
|
|
2238
|
+
"type": "Hidden"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$queryParameters",
|
|
2242
|
+
"value": "={}",
|
|
2243
|
+
"group": "parameters",
|
|
2244
|
+
"binding": {
|
|
2245
|
+
"name": "queryParameters",
|
|
2246
|
+
"type": "zeebe:input"
|
|
2247
|
+
},
|
|
2248
|
+
"condition": {
|
|
2249
|
+
"property": "operationId",
|
|
2250
|
+
"equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
|
|
2251
|
+
"type": "simple"
|
|
2252
|
+
},
|
|
2253
|
+
"type": "Hidden"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"id": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts_$method",
|
|
2257
|
+
"value": "POST",
|
|
2258
|
+
"group": "parameters",
|
|
2259
|
+
"binding": {
|
|
2260
|
+
"name": "method",
|
|
2261
|
+
"type": "zeebe:input"
|
|
2262
|
+
},
|
|
2263
|
+
"condition": {
|
|
2264
|
+
"property": "operationId",
|
|
2265
|
+
"equals": "post-/automation/v2/workflows/{workflowId}/enrollments/contacts",
|
|
2266
|
+
"type": "simple"
|
|
2267
|
+
},
|
|
2268
|
+
"type": "Hidden"
|
|
2269
|
+
},
|
|
2270
|
+
|
|
2271
|
+
{
|
|
2272
|
+
"id": "url",
|
|
2273
|
+
"value": "= baseUrl + operationPath",
|
|
2274
|
+
"group": "url",
|
|
2275
|
+
"binding": {
|
|
2276
|
+
"name": "url",
|
|
2277
|
+
"type": "zeebe:input"
|
|
2278
|
+
},
|
|
2279
|
+
"type": "Hidden"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"id": "resultVariable",
|
|
2283
|
+
"label": "Result variable",
|
|
2284
|
+
"description": "Name of variable to store the response in",
|
|
2285
|
+
"group": "output",
|
|
2286
|
+
"binding": {
|
|
2287
|
+
"key": "resultVariable",
|
|
2288
|
+
"type": "zeebe:taskHeader"
|
|
2289
|
+
},
|
|
2290
|
+
"type": "String"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"id": "resultExpression",
|
|
2294
|
+
"label": "Result expression",
|
|
2295
|
+
"description": "Expression to map the response into process variables",
|
|
2296
|
+
"feel": "required",
|
|
2297
|
+
"group": "output",
|
|
2298
|
+
"binding": {
|
|
2299
|
+
"key": "resultExpression",
|
|
2300
|
+
"type": "zeebe:taskHeader"
|
|
2301
|
+
},
|
|
2302
|
+
"type": "Text"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"id": "errorExpression",
|
|
2306
|
+
"label": "Error expression",
|
|
2307
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
2308
|
+
"feel": "required",
|
|
2309
|
+
"group": "error",
|
|
2310
|
+
"binding": {
|
|
2311
|
+
"key": "errorExpression",
|
|
2312
|
+
"type": "zeebe:taskHeader"
|
|
2313
|
+
},
|
|
2314
|
+
"type": "Text"
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"id": "retryCount",
|
|
2318
|
+
"label": "Retries",
|
|
2319
|
+
"description": "Number of retries",
|
|
2320
|
+
"value": "3",
|
|
2321
|
+
"feel": "optional",
|
|
2322
|
+
"group": "retries",
|
|
2323
|
+
"binding": {
|
|
2324
|
+
"property": "retries",
|
|
2325
|
+
"type": "zeebe:taskDefinition"
|
|
2326
|
+
},
|
|
2327
|
+
"type": "String"
|
|
2328
|
+
},
|
|
2329
|
+
{
|
|
2330
|
+
"id": "retryBackoff",
|
|
2331
|
+
"label": "Retry backoff",
|
|
2332
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
2333
|
+
"value": "PT0S",
|
|
2334
|
+
"group": "retries",
|
|
2335
|
+
"binding": {
|
|
2336
|
+
"key": "retryBackoff",
|
|
2337
|
+
"type": "zeebe:taskHeader"
|
|
2338
|
+
},
|
|
2339
|
+
"type": "String"
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"icon": {
|
|
2343
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9IjYuMjA4NTYyODMgLjY0NDk4ODI0IDI0NC4yNjk0MzcxNyAyNTEuMjQ3MDExNzYiIHdpZHRoPSIyNTAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xOTEuMzg1IDg1LjY5NHYtMjkuNTA2YTIyLjcyMiAyMi43MjIgMCAwIDAgMTMuMTAxLTIwLjQ4di0uNjc3YzAtMTIuNTQ5LTEwLjE3My0yMi43MjItMjIuNzIxLTIyLjcyMmgtLjY3OGMtMTIuNTQ5IDAtMjIuNzIyIDEwLjE3My0yMi43MjIgMjIuNzIydi42NzdhMjIuNzIyIDIyLjcyMiAwIDAgMCAxMy4xMDEgMjAuNDh2MjkuNTA2YTY0LjM0MiA2NC4zNDIgMCAwIDAgLTMwLjU5NCAxMy40N2wtODAuOTIyLTYzLjAzYy41NzctMi4wODMuODc4LTQuMjI1LjkxMi02LjM3NWEyNS42IDI1LjYgMCAxIDAgLTI1LjYzMyAyNS41NSAyNS4zMjMgMjUuMzIzIDAgMCAwIDEyLjYwNy0zLjQzbDc5LjY4NSA2Mi4wMDdjLTE0LjY1IDIyLjEzMS0xNC4yNTggNTAuOTc0Ljk4NyA3Mi43bC0yNC4yMzYgMjQuMjQzYy0xLjk2LS42MjYtNC0uOTU5LTYuMDU3LS45ODctMTEuNjA3LjAxLTIxLjAxIDkuNDIzLTIxLjAwNyAyMS4wMy4wMDMgMTEuNjA2IDkuNDEyIDIxLjAxNCAyMS4wMTggMjEuMDE3IDExLjYwNy4wMDMgMjEuMDItOS40IDIxLjAzLTIxLjAwN2EyMC43NDcgMjAuNzQ3IDAgMCAwIC0uOTg4LTYuMDU2bDIzLjk3Ni0yMy45ODVjMjEuNDIzIDE2LjQ5MiA1MC44NDYgMTcuOTEzIDczLjc1OSAzLjU2MiAyMi45MTItMTQuMzUyIDM0LjQ3NS00MS40NDYgMjguOTg1LTY3LjkxOC01LjQ5LTI2LjQ3My0yNi44NzMtNDYuNzM0LTUzLjYwMy01MC43OTJtLTkuOTM4IDk3LjA0NGEzMy4xNyAzMy4xNyAwIDEgMSAwLTY2LjMxNmMxNy44NS42MjUgMzIgMTUuMjcyIDMyLjAxIDMzLjEzNC4wMDggMTcuODYtMTQuMTI3IDMyLjUyMi0zMS45NzcgMzMuMTY1IiBmaWxsPSIjZmY3YTU5Ii8+PC9zdmc+"
|
|
2344
|
+
}
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2348
|
+
"name": "HubSpot Outbound Connector",
|
|
2349
|
+
"description": "Manage contacts, companies, and deals in HubSpot",
|
|
2350
|
+
"keywords": [
|
|
2351
|
+
"get all contacts",
|
|
2352
|
+
"get contact by ID",
|
|
2353
|
+
"get multiple contacts by ID",
|
|
2354
|
+
"search contact",
|
|
2355
|
+
"create contact",
|
|
2356
|
+
"update contact",
|
|
2357
|
+
"delete contact",
|
|
2358
|
+
"get all companies",
|
|
2359
|
+
"get company by ID",
|
|
2360
|
+
"search company",
|
|
2361
|
+
"get contacts of a company",
|
|
2362
|
+
"add contact to company",
|
|
2363
|
+
"remove contact from company",
|
|
2364
|
+
"create company",
|
|
2365
|
+
"delete company",
|
|
2366
|
+
"get all deals",
|
|
2367
|
+
"get deal by ID",
|
|
2368
|
+
"search deal",
|
|
2369
|
+
"delete deal",
|
|
2370
|
+
"submit form",
|
|
2371
|
+
"add to list",
|
|
2372
|
+
"enroll contact to workflow",
|
|
2373
|
+
"CRM",
|
|
2374
|
+
"marketing"
|
|
2375
|
+
],
|
|
30
2376
|
"id": "io.camunda.connectors.HubSpot.v1",
|
|
31
|
-
"version":
|
|
32
|
-
"documentationRef": "https://docs.camunda.io/docs/8.
|
|
2377
|
+
"version": 2,
|
|
2378
|
+
"documentationRef": "https://docs.camunda.io/docs/8.9/components/connectors/out-of-the-box-connectors/hubspot/",
|
|
33
2379
|
"category": {
|
|
34
2380
|
"id": "connectors",
|
|
35
2381
|
"name": "Connectors"
|
|
@@ -742,7 +3088,7 @@
|
|
|
742
3088
|
],
|
|
743
3089
|
"type": "simple"
|
|
744
3090
|
},
|
|
745
|
-
"value": "{\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
|
|
3091
|
+
"value": "={\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
|
|
746
3092
|
},
|
|
747
3093
|
{
|
|
748
3094
|
"label": "Company id",
|
|
@@ -1490,7 +3836,7 @@
|
|
|
1490
3836
|
"group": "input",
|
|
1491
3837
|
"type": "String",
|
|
1492
3838
|
"feel": "required",
|
|
1493
|
-
"value": "{\n \"properties\": {\n \"name\": \"HubSpot\",\n \"domain\": \"hubspot.com\"\n }\n}",
|
|
3839
|
+
"value": "={\n \"properties\": {\n \"name\": \"HubSpot\",\n \"domain\": \"hubspot.com\"\n }\n}",
|
|
1494
3840
|
"binding": {
|
|
1495
3841
|
"type": "zeebe:input",
|
|
1496
3842
|
"name": "body"
|
|
@@ -2375,7 +4721,7 @@
|
|
|
2375
4721
|
]
|
|
2376
4722
|
},
|
|
2377
4723
|
"id": "io.camunda.connectors.HubSpot.v1",
|
|
2378
|
-
"version":
|
|
4724
|
+
"version": 1,
|
|
2379
4725
|
"documentationRef": "https://docs.camunda.io/docs/8.8/components/connectors/out-of-the-box-connectors/hubspot/",
|
|
2380
4726
|
"category": {
|
|
2381
4727
|
"id": "connectors",
|
|
@@ -3089,7 +5435,7 @@
|
|
|
3089
5435
|
],
|
|
3090
5436
|
"type": "simple"
|
|
3091
5437
|
},
|
|
3092
|
-
"value": "
|
|
5438
|
+
"value": "{\n \"lastname\": \"Doe\",\n \"firstname\": \"Jane\",\n \"email\": \"jane.doe@example.com\"\n}"
|
|
3093
5439
|
},
|
|
3094
5440
|
{
|
|
3095
5441
|
"label": "Company id",
|
|
@@ -3837,7 +6183,7 @@
|
|
|
3837
6183
|
"group": "input",
|
|
3838
6184
|
"type": "String",
|
|
3839
6185
|
"feel": "required",
|
|
3840
|
-
"value": "
|
|
6186
|
+
"value": "{\n \"properties\": {\n \"name\": \"HubSpot\",\n \"domain\": \"hubspot.com\"\n }\n}",
|
|
3841
6187
|
"binding": {
|
|
3842
6188
|
"type": "zeebe:input",
|
|
3843
6189
|
"name": "body"
|