@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.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,654 +0,0 @@
1
- [
2
- {
3
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "REST Outbound Connector",
5
- "id": "io.camunda.connectors.HttpJson.v2",
6
- "description": "Invoke REST API",
7
- "metadata": {
8
- "keywords": []
9
- },
10
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/rest/",
11
- "version": 12,
12
- "category": {
13
- "id": "connectors",
14
- "name": "Connectors"
15
- },
16
- "appliesTo": ["bpmn:Task"],
17
- "elementType": {
18
- "value": "bpmn:ServiceTask"
19
- },
20
- "engines": {
21
- "camunda": "^8.3"
22
- },
23
- "groups": [
24
- {
25
- "id": "authentication",
26
- "label": "Authentication"
27
- },
28
- {
29
- "id": "endpoint",
30
- "label": "HTTP endpoint"
31
- },
32
- {
33
- "id": "timeout",
34
- "label": "Connection timeout"
35
- },
36
- {
37
- "id": "payload",
38
- "label": "Payload"
39
- },
40
- {
41
- "id": "connector",
42
- "label": "Connector"
43
- },
44
- {
45
- "id": "output",
46
- "label": "Output mapping"
47
- },
48
- {
49
- "id": "error",
50
- "label": "Error handling"
51
- },
52
- {
53
- "id": "retries",
54
- "label": "Retries"
55
- }
56
- ],
57
- "properties": [
58
- {
59
- "value": "io.camunda:http-json:1",
60
- "binding": {
61
- "property": "type",
62
- "type": "zeebe:taskDefinition"
63
- },
64
- "type": "Hidden"
65
- },
66
- {
67
- "id": "authentication.type",
68
- "label": "Type",
69
- "description": "Choose the authentication type. Select 'None' if no authentication is necessary",
70
- "value": "noAuth",
71
- "group": "authentication",
72
- "binding": {
73
- "name": "authentication.type",
74
- "type": "zeebe:input"
75
- },
76
- "type": "Dropdown",
77
- "choices": [
78
- {
79
- "name": "API key",
80
- "value": "apiKey"
81
- },
82
- {
83
- "name": "Basic",
84
- "value": "basic"
85
- },
86
- {
87
- "name": "Bearer token",
88
- "value": "bearer"
89
- },
90
- {
91
- "name": "None",
92
- "value": "noAuth"
93
- },
94
- {
95
- "name": "OAuth 2.0",
96
- "value": "oauth-client-credentials-flow"
97
- }
98
- ]
99
- },
100
- {
101
- "id": "authentication.apiKeyLocation",
102
- "label": "Api key location",
103
- "description": "Choose type: Send API key in header or as query parameter.",
104
- "optional": false,
105
- "value": "headers",
106
- "constraints": {
107
- "notEmpty": true
108
- },
109
- "group": "authentication",
110
- "binding": {
111
- "name": "authentication.apiKeyLocation",
112
- "type": "zeebe:input"
113
- },
114
- "condition": {
115
- "property": "authentication.type",
116
- "equals": "apiKey",
117
- "type": "simple"
118
- },
119
- "type": "Dropdown",
120
- "choices": [
121
- {
122
- "name": "Headers",
123
- "value": "headers"
124
- },
125
- {
126
- "name": "Query parameters",
127
- "value": "query"
128
- }
129
- ]
130
- },
131
- {
132
- "id": "authentication.name",
133
- "label": "API key name",
134
- "optional": false,
135
- "constraints": {
136
- "notEmpty": true
137
- },
138
- "feel": "optional",
139
- "group": "authentication",
140
- "binding": {
141
- "name": "authentication.name",
142
- "type": "zeebe:input"
143
- },
144
- "condition": {
145
- "property": "authentication.type",
146
- "equals": "apiKey",
147
- "type": "simple"
148
- },
149
- "type": "String"
150
- },
151
- {
152
- "id": "authentication.value",
153
- "label": "API key value",
154
- "optional": false,
155
- "constraints": {
156
- "notEmpty": true
157
- },
158
- "feel": "optional",
159
- "group": "authentication",
160
- "binding": {
161
- "name": "authentication.value",
162
- "type": "zeebe:input"
163
- },
164
- "condition": {
165
- "property": "authentication.type",
166
- "equals": "apiKey",
167
- "type": "simple"
168
- },
169
- "type": "String"
170
- },
171
- {
172
- "id": "authentication.username",
173
- "label": "Username",
174
- "optional": false,
175
- "constraints": {
176
- "notEmpty": true
177
- },
178
- "feel": "optional",
179
- "group": "authentication",
180
- "binding": {
181
- "name": "authentication.username",
182
- "type": "zeebe:input"
183
- },
184
- "condition": {
185
- "property": "authentication.type",
186
- "equals": "basic",
187
- "type": "simple"
188
- },
189
- "type": "String"
190
- },
191
- {
192
- "id": "authentication.password",
193
- "label": "Password",
194
- "optional": false,
195
- "constraints": {
196
- "notEmpty": true
197
- },
198
- "feel": "optional",
199
- "group": "authentication",
200
- "binding": {
201
- "name": "authentication.password",
202
- "type": "zeebe:input"
203
- },
204
- "condition": {
205
- "property": "authentication.type",
206
- "equals": "basic",
207
- "type": "simple"
208
- },
209
- "type": "String"
210
- },
211
- {
212
- "id": "authentication.token",
213
- "label": "Bearer token",
214
- "optional": false,
215
- "constraints": {
216
- "notEmpty": true
217
- },
218
- "feel": "optional",
219
- "group": "authentication",
220
- "binding": {
221
- "name": "authentication.token",
222
- "type": "zeebe:input"
223
- },
224
- "condition": {
225
- "property": "authentication.type",
226
- "equals": "bearer",
227
- "type": "simple"
228
- },
229
- "type": "String"
230
- },
231
- {
232
- "id": "authentication.oauthTokenEndpoint",
233
- "label": "OAuth 2.0 token endpoint",
234
- "description": "The OAuth token endpoint",
235
- "optional": false,
236
- "constraints": {
237
- "notEmpty": true,
238
- "pattern": {
239
- "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
240
- "message": "Must be a http(s) URL"
241
- }
242
- },
243
- "feel": "optional",
244
- "group": "authentication",
245
- "binding": {
246
- "name": "authentication.oauthTokenEndpoint",
247
- "type": "zeebe:input"
248
- },
249
- "condition": {
250
- "property": "authentication.type",
251
- "equals": "oauth-client-credentials-flow",
252
- "type": "simple"
253
- },
254
- "type": "String"
255
- },
256
- {
257
- "id": "authentication.clientId",
258
- "label": "Client ID",
259
- "description": "Your application's client ID from the OAuth client",
260
- "optional": false,
261
- "constraints": {
262
- "notEmpty": true
263
- },
264
- "feel": "optional",
265
- "group": "authentication",
266
- "binding": {
267
- "name": "authentication.clientId",
268
- "type": "zeebe:input"
269
- },
270
- "condition": {
271
- "property": "authentication.type",
272
- "equals": "oauth-client-credentials-flow",
273
- "type": "simple"
274
- },
275
- "type": "String"
276
- },
277
- {
278
- "id": "authentication.clientSecret",
279
- "label": "Client secret",
280
- "description": "Your application's client secret from the OAuth client",
281
- "optional": false,
282
- "constraints": {
283
- "notEmpty": true
284
- },
285
- "feel": "optional",
286
- "group": "authentication",
287
- "binding": {
288
- "name": "authentication.clientSecret",
289
- "type": "zeebe:input"
290
- },
291
- "condition": {
292
- "property": "authentication.type",
293
- "equals": "oauth-client-credentials-flow",
294
- "type": "simple"
295
- },
296
- "type": "String"
297
- },
298
- {
299
- "id": "authentication.audience",
300
- "label": "Audience",
301
- "description": "The unique identifier of the target API you want to access",
302
- "optional": true,
303
- "feel": "optional",
304
- "group": "authentication",
305
- "binding": {
306
- "name": "authentication.audience",
307
- "type": "zeebe:input"
308
- },
309
- "condition": {
310
- "property": "authentication.type",
311
- "equals": "oauth-client-credentials-flow",
312
- "type": "simple"
313
- },
314
- "type": "String"
315
- },
316
- {
317
- "id": "authentication.clientAuthentication",
318
- "label": "Client authentication",
319
- "description": "Send client ID and client secret as Basic Auth request in the header, or as client credentials in the request body",
320
- "optional": false,
321
- "constraints": {
322
- "notEmpty": true
323
- },
324
- "group": "authentication",
325
- "binding": {
326
- "name": "authentication.clientAuthentication",
327
- "type": "zeebe:input"
328
- },
329
- "condition": {
330
- "property": "authentication.type",
331
- "equals": "oauth-client-credentials-flow",
332
- "type": "simple"
333
- },
334
- "type": "Dropdown",
335
- "choices": [
336
- {
337
- "name": "Send client credentials in body",
338
- "value": "credentialsBody"
339
- },
340
- {
341
- "name": "Send as Basic Auth header",
342
- "value": "basicAuthHeader"
343
- }
344
- ]
345
- },
346
- {
347
- "id": "authentication.scopes",
348
- "label": "Scopes",
349
- "description": "The scopes which you want to request authorization for (e.g.read:contacts)",
350
- "optional": true,
351
- "feel": "optional",
352
- "group": "authentication",
353
- "binding": {
354
- "name": "authentication.scopes",
355
- "type": "zeebe:input"
356
- },
357
- "condition": {
358
- "property": "authentication.type",
359
- "equals": "oauth-client-credentials-flow",
360
- "type": "simple"
361
- },
362
- "type": "String"
363
- },
364
- {
365
- "id": "method",
366
- "label": "Method",
367
- "optional": false,
368
- "value": "GET",
369
- "constraints": {
370
- "notEmpty": true
371
- },
372
- "group": "endpoint",
373
- "binding": {
374
- "name": "method",
375
- "type": "zeebe:input"
376
- },
377
- "type": "Dropdown",
378
- "choices": [
379
- {
380
- "name": "POST",
381
- "value": "POST"
382
- },
383
- {
384
- "name": "GET",
385
- "value": "GET"
386
- },
387
- {
388
- "name": "DELETE",
389
- "value": "DELETE"
390
- },
391
- {
392
- "name": "PATCH",
393
- "value": "PATCH"
394
- },
395
- {
396
- "name": "PUT",
397
- "value": "PUT"
398
- }
399
- ]
400
- },
401
- {
402
- "id": "url",
403
- "label": "URL",
404
- "optional": false,
405
- "constraints": {
406
- "notEmpty": true,
407
- "pattern": {
408
- "value": "^(=|(http://|https://|secrets|\\{\\{).*$)",
409
- "message": "Must be a http(s) URL"
410
- }
411
- },
412
- "feel": "optional",
413
- "group": "endpoint",
414
- "binding": {
415
- "name": "url",
416
- "type": "zeebe:input"
417
- },
418
- "type": "String"
419
- },
420
- {
421
- "id": "headers",
422
- "label": "Headers",
423
- "description": "Map of HTTP headers to add to the request",
424
- "optional": true,
425
- "feel": "required",
426
- "group": "endpoint",
427
- "binding": {
428
- "name": "headers",
429
- "type": "zeebe:input"
430
- },
431
- "type": "String"
432
- },
433
- {
434
- "id": "queryParameters",
435
- "label": "Query parameters",
436
- "description": "Map of query parameters to add to the request URL",
437
- "optional": true,
438
- "feel": "required",
439
- "group": "endpoint",
440
- "binding": {
441
- "name": "queryParameters",
442
- "type": "zeebe:input"
443
- },
444
- "type": "String"
445
- },
446
- {
447
- "id": "storeResponse",
448
- "label": "Store response",
449
- "description": "Store the response as a document in the document store",
450
- "optional": false,
451
- "value": false,
452
- "feel": "static",
453
- "group": "endpoint",
454
- "binding": {
455
- "name": "storeResponse",
456
- "type": "zeebe:input"
457
- },
458
- "type": "Boolean"
459
- },
460
- {
461
- "id": "skipEncoding",
462
- "label": "Skip URL encoding",
463
- "description": "Skip the default URL decoding and encoding behavior",
464
- "optional": true,
465
- "group": "endpoint",
466
- "binding": {
467
- "name": "skipEncoding",
468
- "type": "zeebe:input"
469
- },
470
- "type": "Hidden"
471
- },
472
- {
473
- "id": "followRedirects",
474
- "label": "Follow redirects",
475
- "description": "If enabled, HTTP 3xx redirects will be followed automatically. Disabled by default.",
476
- "optional": false,
477
- "value": false,
478
- "feel": "static",
479
- "group": "endpoint",
480
- "binding": {
481
- "name": "followRedirects",
482
- "type": "zeebe:input"
483
- },
484
- "type": "Boolean"
485
- },
486
- {
487
- "id": "connectionTimeoutInSeconds",
488
- "label": "Connection timeout in seconds",
489
- "description": "Defines the connection timeout in seconds, or 0 for an infinite timeout",
490
- "optional": false,
491
- "value": 20,
492
- "constraints": {
493
- "notEmpty": true,
494
- "pattern": {
495
- "value": "^\\d+$",
496
- "message": "Must be a number"
497
- }
498
- },
499
- "feel": "static",
500
- "group": "timeout",
501
- "binding": {
502
- "name": "connectionTimeoutInSeconds",
503
- "type": "zeebe:input"
504
- },
505
- "type": "Number"
506
- },
507
- {
508
- "id": "readTimeoutInSeconds",
509
- "label": "Read timeout in seconds",
510
- "description": "Timeout in seconds to read data from an established connection or 0 for an infinite timeout",
511
- "optional": false,
512
- "value": 20,
513
- "constraints": {
514
- "notEmpty": true,
515
- "pattern": {
516
- "value": "^\\d+$",
517
- "message": "Must be a number"
518
- }
519
- },
520
- "feel": "static",
521
- "group": "timeout",
522
- "binding": {
523
- "name": "readTimeoutInSeconds",
524
- "type": "zeebe:input"
525
- },
526
- "type": "Number"
527
- },
528
- {
529
- "id": "body",
530
- "label": "Request body",
531
- "description": "Payload to send with the request",
532
- "optional": true,
533
- "feel": "optional",
534
- "group": "payload",
535
- "binding": {
536
- "name": "body",
537
- "type": "zeebe:input"
538
- },
539
- "condition": {
540
- "property": "method",
541
- "oneOf": ["POST", "PUT", "PATCH"],
542
- "type": "simple"
543
- },
544
- "type": "Text"
545
- },
546
- {
547
- "id": "ignoreNullValues",
548
- "label": "Ignore null values",
549
- "optional": false,
550
- "value": false,
551
- "feel": "static",
552
- "group": "payload",
553
- "binding": {
554
- "name": "ignoreNullValues",
555
- "type": "zeebe:input"
556
- },
557
- "condition": {
558
- "property": "method",
559
- "oneOf": ["POST", "PUT", "PATCH"],
560
- "type": "simple"
561
- },
562
- "tooltip": "Null values will not be sent",
563
- "type": "Boolean"
564
- },
565
- {
566
- "id": "version",
567
- "label": "Version",
568
- "description": "Version of the element template",
569
- "value": "12",
570
- "group": "connector",
571
- "binding": {
572
- "key": "elementTemplateVersion",
573
- "type": "zeebe:taskHeader"
574
- },
575
- "type": "Hidden"
576
- },
577
- {
578
- "id": "id",
579
- "label": "ID",
580
- "description": "ID of the element template",
581
- "value": "io.camunda.connectors.HttpJson.v2",
582
- "group": "connector",
583
- "binding": {
584
- "key": "elementTemplateId",
585
- "type": "zeebe:taskHeader"
586
- },
587
- "type": "Hidden"
588
- },
589
- {
590
- "id": "resultVariable",
591
- "label": "Result variable",
592
- "description": "Name of variable to store the response in",
593
- "group": "output",
594
- "binding": {
595
- "key": "resultVariable",
596
- "type": "zeebe:taskHeader"
597
- },
598
- "type": "String"
599
- },
600
- {
601
- "id": "resultExpression",
602
- "label": "Result expression",
603
- "description": "Expression to map the response into process variables",
604
- "feel": "required",
605
- "group": "output",
606
- "binding": {
607
- "key": "resultExpression",
608
- "type": "zeebe:taskHeader"
609
- },
610
- "type": "Text"
611
- },
612
- {
613
- "id": "errorExpression",
614
- "label": "Error expression",
615
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
616
- "feel": "required",
617
- "group": "error",
618
- "binding": {
619
- "key": "errorExpression",
620
- "type": "zeebe:taskHeader"
621
- },
622
- "type": "Text"
623
- },
624
- {
625
- "id": "retryCount",
626
- "label": "Retries",
627
- "description": "Number of retries",
628
- "value": "3",
629
- "feel": "optional",
630
- "group": "retries",
631
- "binding": {
632
- "property": "retries",
633
- "type": "zeebe:taskDefinition"
634
- },
635
- "type": "String"
636
- },
637
- {
638
- "id": "retryBackoff",
639
- "label": "Retry backoff",
640
- "description": "ISO-8601 duration to wait between retries",
641
- "value": "PT0S",
642
- "group": "retries",
643
- "binding": {
644
- "key": "retryBackoff",
645
- "type": "zeebe:taskHeader"
646
- },
647
- "type": "String"
648
- }
649
- ],
650
- "icon": {
651
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNy4wMzM1IDguOTk5OTdDMTcuMDMzNSAxMy40NDc1IDEzLjQyODEgMTcuMDUyOSA4Ljk4MDY1IDE3LjA1MjlDNC41MzMxNiAxNy4wNTI5IDAuOTI3NzY1IDEzLjQ0NzUgMC45Mjc3NjUgOC45OTk5N0MwLjkyNzc2NSA0LjU1MjQ4IDQuNTMzMTYgMC45NDcwODMgOC45ODA2NSAwLjk0NzA4M0MxMy40MjgxIDAuOTQ3MDgzIDE3LjAzMzUgNC41NTI0OCAxNy4wMzM1IDguOTk5OTdaIiBmaWxsPSIjNTA1NTYyIi8+DQo8cGF0aCBkPSJNNC45MzEyNiAxNC4xNTcxTDYuNzgxMDYgMy43MTQ3MUgxMC4xMzc1QzExLjE5MTcgMy43MTQ3MSAxMS45ODI0IDMuOTgzMjMgMTIuNTA5NSA0LjUyMDI3QzEzLjA0NjUgNS4wNDczNiAxMy4zMTUgNS43MzM1OCAxMy4zMTUgNi41Nzg5MkMxMy4zMTUgNy40NDQxNCAxMy4wNzE0IDguMTU1MjIgMTIuNTg0MSA4LjcxMjE1QzEyLjEwNjcgOS4yNTkxMyAxMS40NTUzIDkuNjM3MDUgMTAuNjI5OCA5Ljg0NTlMMTIuMDYxOSAxNC4xNTcxSDEwLjMzMTVMOS4wMzM2NCAxMC4wMjQ5SDcuMjQzNTFMNi41MTI1NCAxNC4xNTcxSDQuOTMxMjZaTTcuNDk3MTEgOC41OTI4MUg5LjI0MjQ4QzkuOTk4MzIgOC41OTI4MSAxMC41OTAxIDguNDIzNzQgMTEuMDE3NyA4LjA4NTYxQzExLjQ1NTMgNy43Mzc1MyAxMS42NzQxIDcuMjY1MTMgMTEuNjc0MSA2LjY2ODQyQzExLjY3NDEgNi4xOTEwNiAxMS41MjQ5IDUuODE4MTEgMTEuMjI2NSA1LjU0OTU5QzEwLjkyODIgNS4yNzExMyAxMC40NTU4IDUuMTMxOSA5LjgwOTM2IDUuMTMxOUg4LjEwODc0TDcuNDk3MTEgOC41OTI4MVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg=="
652
- }
653
- }
654
- ]