@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -1,411 +1,28 @@
1
1
  [
2
- {
3
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Webhook connector",
5
- "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
6
- "version": 5,
7
- "description": "Configure webhook to receive callbacks",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
9
- "category": {
10
- "id": "connectors",
11
- "name": "Connectors"
12
- },
13
- "appliesTo": ["bpmn:StartEvent"],
14
- "elementType": {
15
- "value": "bpmn:StartEvent"
16
- },
17
- "groups": [
18
- {
19
- "id": "endpoint",
20
- "label": "Webhook configuration"
21
- },
22
- {
23
- "id": "authentication",
24
- "label": "Authentication"
25
- },
26
- {
27
- "id": "authorization",
28
- "label": "Authorization"
29
- },
30
- {
31
- "id": "activation",
32
- "label": "Activation"
33
- },
34
- {
35
- "id": "variable-mapping",
36
- "label": "Variable mapping"
37
- }
38
- ],
39
- "properties": [
40
- {
41
- "type": "Hidden",
42
- "value": "io.camunda:webhook:1",
43
- "binding": {
44
- "type": "zeebe:property",
45
- "name": "inbound.type"
46
- }
47
- },
48
- {
49
- "type": "Hidden",
50
- "value": "ConfigurableInboundWebhook",
51
- "binding": {
52
- "type": "zeebe:property",
53
- "name": "inbound.subtype"
54
- }
55
- },
56
- {
57
- "id": "webhookMethod",
58
- "label": "Webhook method",
59
- "group": "endpoint",
60
- "description": "Select HTTP method",
61
- "value": "any",
62
- "type": "Dropdown",
63
- "choices": [
64
- {
65
- "name": "Any",
66
- "value": "any"
67
- },
68
- {
69
- "name": "Get",
70
- "value": "get"
71
- },
72
- {
73
- "name": "Post",
74
- "value": "post"
75
- },
76
- {
77
- "name": "Put",
78
- "value": "put"
79
- },
80
- {
81
- "name": "Delete",
82
- "value": "delete"
83
- }
84
- ],
85
- "binding": {
86
- "type": "zeebe:property",
87
- "name": "inbound.method"
88
- }
89
- },
90
- {
91
- "label": "Webhook ID",
92
- "type": "String",
93
- "group": "endpoint",
94
- "binding": {
95
- "type": "zeebe:property",
96
- "name": "inbound.context"
97
- },
98
- "description": "The webhook ID is a part of the URL",
99
- "constraints": {
100
- "notEmpty": true
101
- }
102
- },
103
- {
104
- "id": "shouldValidateHmac",
105
- "label": "HMAC authentication",
106
- "group": "authentication",
107
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
108
- "value": "disabled",
109
- "type": "Dropdown",
110
- "choices": [
111
- {
112
- "name": "Enabled",
113
- "value": "enabled"
114
- },
115
- {
116
- "name": "Disabled",
117
- "value": "disabled"
118
- }
119
- ],
120
- "binding": {
121
- "type": "zeebe:property",
122
- "name": "inbound.shouldValidateHmac"
123
- }
124
- },
125
- {
126
- "label": "HMAC secret key",
127
- "description": "Shared secret key",
128
- "type": "String",
129
- "group": "authentication",
130
- "optional": true,
131
- "binding": {
132
- "type": "zeebe:property",
133
- "name": "inbound.hmacSecret"
134
- },
135
- "condition": {
136
- "property": "shouldValidateHmac",
137
- "equals": "enabled"
138
- }
139
- },
140
- {
141
- "label": "HMAC header",
142
- "description": "Name of header attribute that will contain the HMAC value",
143
- "type": "String",
144
- "group": "authentication",
145
- "optional": true,
146
- "binding": {
147
- "type": "zeebe:property",
148
- "name": "inbound.hmacHeader"
149
- },
150
- "condition": {
151
- "property": "shouldValidateHmac",
152
- "equals": "enabled"
153
- }
154
- },
155
- {
156
- "label": "HMAC algorithm",
157
- "group": "authentication",
158
- "description": "Choose HMAC algorithm",
159
- "value": "sha_256",
160
- "type": "Dropdown",
161
- "choices": [
162
- {
163
- "name": "SHA-1",
164
- "value": "sha_1"
165
- },
166
- {
167
- "name": "SHA-256",
168
- "value": "sha_256"
169
- },
170
- {
171
- "name": "SHA-512",
172
- "value": "sha_512"
173
- }
174
- ],
175
- "binding": {
176
- "type": "zeebe:property",
177
- "name": "inbound.hmacAlgorithm"
178
- },
179
- "condition": {
180
- "property": "shouldValidateHmac",
181
- "equals": "enabled"
182
- }
183
- },
184
- {
185
- "label": "HMAC scopes",
186
- "group": "authentication",
187
- "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
188
- "feel": "required",
189
- "type": "String",
190
- "optional": true,
191
- "binding": {
192
- "type": "zeebe:property",
193
- "name": "inbound.hmacScopes"
194
- },
195
- "condition": {
196
- "property": "shouldValidateHmac",
197
- "equals": "enabled"
198
- }
199
- },
200
- {
201
- "id": "authorizationType",
202
- "label": "Authorization type",
203
- "group": "authorization",
204
- "description": "Choose the authorization type.",
205
- "value": "NONE",
206
- "type": "Dropdown",
207
- "choices": [
208
- {
209
- "name": "None",
210
- "value": "NONE"
211
- },
212
- {
213
- "name": "JWT",
214
- "value": "JWT"
215
- },
216
- {
217
- "name": "Basic",
218
- "value": "BASIC"
219
- },
220
- {
221
- "name": "API Key",
222
- "value": "APIKEY"
223
- }
224
- ],
225
- "binding": {
226
- "type": "zeebe:property",
227
- "name": "inbound.auth.type"
228
- }
229
- },
230
- {
231
- "label": "JWK url",
232
- "description": "Well-known url of JWKs",
233
- "type": "String",
234
- "group": "authorization",
235
- "feel": "optional",
236
- "optional": true,
237
- "binding": {
238
- "type": "zeebe:property",
239
- "name": "inbound.auth.jwt.jwkUrl"
240
- },
241
- "condition": {
242
- "property": "authorizationType",
243
- "equals": "JWT"
244
- }
245
- },
246
- {
247
- "label": "JWT role property expression",
248
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
249
- "type": "String",
250
- "group": "authorization",
251
- "feel": "required",
252
- "optional": true,
253
- "binding": {
254
- "type": "zeebe:property",
255
- "name": "inbound.auth.jwt.permissionsExpression"
256
- },
257
- "condition": {
258
- "property": "authorizationType",
259
- "equals": "JWT"
260
- }
261
- },
262
- {
263
- "label": "Required roles",
264
- "description": "List of roles to test JWT roles against",
265
- "type": "String",
266
- "group": "authorization",
267
- "feel": "required",
268
- "optional": true,
269
- "binding": {
270
- "type": "zeebe:property",
271
- "name": "inbound.auth.jwt.requiredPermissions"
272
- },
273
- "condition": {
274
- "property": "authorizationType",
275
- "equals": "JWT"
276
- }
277
- },
278
- {
279
- "label": "Username",
280
- "description": "Username for basic authentication",
281
- "type": "String",
282
- "group": "authorization",
283
- "feel": "optional",
284
- "binding": {
285
- "type": "zeebe:property",
286
- "name": "inbound.auth.username"
287
- },
288
- "condition": {
289
- "property": "authorizationType",
290
- "equals": "BASIC"
291
- },
292
- "constraints": {
293
- "notEmpty": true
294
- }
295
- },
296
- {
297
- "label": "Password",
298
- "description": "Password for basic authentication",
299
- "type": "String",
300
- "group": "authorization",
301
- "feel": "optional",
302
- "binding": {
303
- "type": "zeebe:property",
304
- "name": "inbound.auth.password"
305
- },
306
- "condition": {
307
- "property": "authorizationType",
308
- "equals": "BASIC"
309
- },
310
- "constraints": {
311
- "notEmpty": true
312
- }
313
- },
314
- {
315
- "label": "API Key",
316
- "description": "Expected API key",
317
- "type": "String",
318
- "group": "authorization",
319
- "feel": "optional",
320
- "binding": {
321
- "type": "zeebe:property",
322
- "name": "inbound.auth.apiKey"
323
- },
324
- "condition": {
325
- "property": "authorizationType",
326
- "equals": "APIKEY"
327
- },
328
- "constraints": {
329
- "notEmpty": true
330
- }
331
- },
332
- {
333
- "label": "API Key locator",
334
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
335
- "type": "String",
336
- "group": "authorization",
337
- "feel": "required",
338
- "binding": {
339
- "type": "zeebe:property",
340
- "name": "inbound.auth.apiKeyLocator"
341
- },
342
- "condition": {
343
- "property": "authorizationType",
344
- "equals": "APIKEY"
345
- },
346
- "constraints": {
347
- "notEmpty": true
348
- },
349
- "value": "=split(request.headers.authorization, \" \")[2]"
350
- },
351
- {
352
- "label": "Condition",
353
- "type": "String",
354
- "group": "activation",
355
- "feel": "required",
356
- "optional": true,
357
- "binding": {
358
- "type": "zeebe:property",
359
- "name": "activationCondition"
360
- },
361
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
362
- },
363
- {
364
- "label": "Result variable",
365
- "type": "String",
366
- "group": "variable-mapping",
367
- "optional": true,
368
- "binding": {
369
- "type": "zeebe:property",
370
- "name": "resultVariable"
371
- },
372
- "description": "Name of variable to store the result of the connector in"
373
- },
374
- {
375
- "label": "Result expression",
376
- "type": "String",
377
- "group": "variable-mapping",
378
- "feel": "required",
379
- "optional": true,
380
- "binding": {
381
- "type": "zeebe:property",
382
- "name": "resultExpression"
383
- },
384
- "description": "Expression to map the inbound payload to process variables"
385
- }
386
- ],
387
- "icon": {
388
- "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
389
- },
390
- "engines": {
391
- "camunda": "^8.2"
392
- }
393
- },
394
2
  {
395
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
396
4
  "name": "Webhook Start Event Connector",
397
5
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
398
6
  "description": "Configure webhook to receive callbacks",
399
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
400
- "version": 10,
7
+ "metadata": {
8
+ "keywords": []
9
+ },
10
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
11
+ "version": 13,
401
12
  "category": {
402
13
  "id": "connectors",
403
14
  "name": "Connectors"
404
15
  },
16
+ "deprecated": {
17
+ "message": "Migrate to Webhook Message Start Event Connector"
18
+ },
405
19
  "appliesTo": ["bpmn:StartEvent"],
406
20
  "elementType": {
407
21
  "value": "bpmn:StartEvent"
408
22
  },
23
+ "engines": {
24
+ "camunda": "^8.3"
25
+ },
409
26
  "groups": [
410
27
  {
411
28
  "id": "endpoint",
@@ -427,6 +44,11 @@
427
44
  "id": "activation",
428
45
  "label": "Activation"
429
46
  },
47
+ {
48
+ "id": "deduplication",
49
+ "label": "Deduplication",
50
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
51
+ },
430
52
  {
431
53
  "id": "output",
432
54
  "label": "Output mapping"
@@ -498,7 +120,7 @@
498
120
  {
499
121
  "id": "inbound.shouldValidateHmac",
500
122
  "label": "HMAC authentication",
501
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
123
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
502
124
  "optional": false,
503
125
  "value": "disabled",
504
126
  "group": "authentication",
@@ -589,7 +211,7 @@
589
211
  {
590
212
  "id": "inbound.hmacScopes",
591
213
  "label": "HMAC scopes",
592
- "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
214
+ "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
593
215
  "optional": true,
594
216
  "feel": "required",
595
217
  "group": "authentication",
@@ -691,7 +313,7 @@
691
313
  {
692
314
  "id": "inbound.auth.apiKeyLocator",
693
315
  "label": "API key locator",
694
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
316
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
695
317
  "optional": false,
696
318
  "value": "=split(request.headers.authorization, \" \")[2]",
697
319
  "constraints": {
@@ -731,7 +353,7 @@
731
353
  {
732
354
  "id": "inbound.auth.jwt.permissionsExpression",
733
355
  "label": "JWT role property expression",
734
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
356
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
735
357
  "optional": false,
736
358
  "feel": "required",
737
359
  "group": "authorization",
@@ -765,14 +387,14 @@
765
387
  "type": "String"
766
388
  },
767
389
  {
768
- "id": "inbound.responseBodyExpression",
769
- "label": "Response body expression",
770
- "description": "Specify condition and response",
390
+ "id": "inbound.responseExpression",
391
+ "label": "Response expression",
392
+ "description": "Expression used to generate the HTTP response",
771
393
  "optional": true,
772
394
  "feel": "required",
773
395
  "group": "webhookResponse",
774
396
  "binding": {
775
- "name": "inbound.responseBodyExpression",
397
+ "name": "inbound.responseExpression",
776
398
  "type": "zeebe:property"
777
399
  },
778
400
  "type": "Text"
@@ -803,6 +425,82 @@
803
425
  },
804
426
  "type": "String"
805
427
  },
428
+ {
429
+ "id": "consumeUnmatchedEvents",
430
+ "label": "Consume unmatched events",
431
+ "value": true,
432
+ "group": "activation",
433
+ "binding": {
434
+ "name": "consumeUnmatchedEvents",
435
+ "type": "zeebe:property"
436
+ },
437
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
438
+ "type": "Boolean"
439
+ },
440
+ {
441
+ "id": "deduplicationModeManualFlag",
442
+ "label": "Manual mode",
443
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
444
+ "value": false,
445
+ "group": "deduplication",
446
+ "binding": {
447
+ "name": "deduplicationModeManualFlag",
448
+ "type": "zeebe:property"
449
+ },
450
+ "type": "Boolean"
451
+ },
452
+ {
453
+ "id": "deduplicationId",
454
+ "label": "Deduplication ID",
455
+ "constraints": {
456
+ "notEmpty": true,
457
+ "pattern": {
458
+ "value": "^[a-zA-Z0-9_-]+$",
459
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
460
+ }
461
+ },
462
+ "group": "deduplication",
463
+ "binding": {
464
+ "name": "deduplicationId",
465
+ "type": "zeebe:property"
466
+ },
467
+ "condition": {
468
+ "property": "deduplicationModeManualFlag",
469
+ "equals": true,
470
+ "type": "simple"
471
+ },
472
+ "type": "String"
473
+ },
474
+ {
475
+ "id": "deduplicationModeManual",
476
+ "value": "MANUAL",
477
+ "group": "deduplication",
478
+ "binding": {
479
+ "name": "deduplicationMode",
480
+ "type": "zeebe:property"
481
+ },
482
+ "condition": {
483
+ "property": "deduplicationId",
484
+ "isActive": true,
485
+ "type": "simple"
486
+ },
487
+ "type": "Hidden"
488
+ },
489
+ {
490
+ "id": "deduplicationModeAuto",
491
+ "value": "AUTO",
492
+ "group": "deduplication",
493
+ "binding": {
494
+ "name": "deduplicationMode",
495
+ "type": "zeebe:property"
496
+ },
497
+ "condition": {
498
+ "property": "deduplicationId",
499
+ "isActive": false,
500
+ "type": "simple"
501
+ },
502
+ "type": "Hidden"
503
+ },
806
504
  {
807
505
  "id": "resultVariable",
808
506
  "label": "Result variable",
@@ -829,16 +527,13 @@
829
527
  ],
830
528
  "icon": {
831
529
  "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
832
- },
833
- "engines": {
834
- "camunda": "^8.5"
835
530
  }
836
531
  },
837
532
  {
838
533
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
839
- "name": "Webhook Start Event Connector",
534
+ "name": "Webhook connector",
840
535
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
841
- "version": 7,
536
+ "version": 6,
842
537
  "description": "Configure webhook to receive callbacks",
843
538
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
844
539
  "category": {
@@ -1671,11 +1366,8 @@
1671
1366
  "name": "Webhook Start Event Connector",
1672
1367
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
1673
1368
  "description": "Configure webhook to receive callbacks",
1674
- "metadata": {
1675
- "keywords": []
1676
- },
1677
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
1678
- "version": 12,
1369
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
1370
+ "version": 10,
1679
1371
  "category": {
1680
1372
  "id": "connectors",
1681
1373
  "name": "Connectors"
@@ -1776,7 +1468,7 @@
1776
1468
  {
1777
1469
  "id": "inbound.shouldValidateHmac",
1778
1470
  "label": "HMAC authentication",
1779
- "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
1471
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
1780
1472
  "optional": false,
1781
1473
  "value": "disabled",
1782
1474
  "group": "authentication",
@@ -1867,7 +1559,7 @@
1867
1559
  {
1868
1560
  "id": "inbound.hmacScopes",
1869
1561
  "label": "HMAC scopes",
1870
- "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/' target='_blank'>documentation</a>",
1562
+ "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
1871
1563
  "optional": true,
1872
1564
  "feel": "required",
1873
1565
  "group": "authentication",
@@ -1969,7 +1661,7 @@
1969
1661
  {
1970
1662
  "id": "inbound.auth.apiKeyLocator",
1971
1663
  "label": "API key locator",
1972
- "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
1664
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
1973
1665
  "optional": false,
1974
1666
  "value": "=split(request.headers.authorization, \" \")[2]",
1975
1667
  "constraints": {
@@ -2009,7 +1701,7 @@
2009
1701
  {
2010
1702
  "id": "inbound.auth.jwt.permissionsExpression",
2011
1703
  "label": "JWT role property expression",
2012
- "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
1704
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
2013
1705
  "optional": false,
2014
1706
  "feel": "required",
2015
1707
  "group": "authorization",
@@ -2043,14 +1735,14 @@
2043
1735
  "type": "String"
2044
1736
  },
2045
1737
  {
2046
- "id": "inbound.responseExpression",
2047
- "label": "Response expression",
2048
- "description": "Expression used to generate the HTTP response",
1738
+ "id": "inbound.responseBodyExpression",
1739
+ "label": "Response body expression",
1740
+ "description": "Specify condition and response",
2049
1741
  "optional": true,
2050
1742
  "feel": "required",
2051
1743
  "group": "webhookResponse",
2052
1744
  "binding": {
2053
- "name": "inbound.responseExpression",
1745
+ "name": "inbound.responseBodyExpression",
2054
1746
  "type": "zeebe:property"
2055
1747
  },
2056
1748
  "type": "Text"
@@ -2081,18 +1773,6 @@
2081
1773
  },
2082
1774
  "type": "String"
2083
1775
  },
2084
- {
2085
- "id": "consumeUnmatchedEvents",
2086
- "label": "Consume unmatched events",
2087
- "value": true,
2088
- "group": "activation",
2089
- "binding": {
2090
- "name": "consumeUnmatchedEvents",
2091
- "type": "zeebe:property"
2092
- },
2093
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
2094
- "type": "Boolean"
2095
- },
2096
1776
  {
2097
1777
  "id": "resultVariable",
2098
1778
  "label": "Result variable",
@@ -2117,11 +1797,11 @@
2117
1797
  "type": "Text"
2118
1798
  }
2119
1799
  ],
2120
- "engines": {
2121
- "camunda": "^8.3"
2122
- },
2123
1800
  "icon": {
2124
1801
  "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
1802
+ },
1803
+ "engines": {
1804
+ "camunda": "^8.5"
2125
1805
  }
2126
1806
  },
2127
1807
  {
@@ -2129,8 +1809,11 @@
2129
1809
  "name": "Webhook Start Event Connector",
2130
1810
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
2131
1811
  "description": "Configure webhook to receive callbacks",
1812
+ "metadata": {
1813
+ "keywords": []
1814
+ },
2132
1815
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
2133
- "version": 11,
1816
+ "version": 12,
2134
1817
  "category": {
2135
1818
  "id": "connectors",
2136
1819
  "name": "Connectors"
@@ -2572,18 +2255,18 @@
2572
2255
  "type": "Text"
2573
2256
  }
2574
2257
  ],
2258
+ "engines": {
2259
+ "camunda": "^8.3"
2260
+ },
2575
2261
  "icon": {
2576
2262
  "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
2577
- },
2578
- "engines": {
2579
- "camunda": "^8.6"
2580
2263
  }
2581
2264
  },
2582
2265
  {
2583
2266
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2584
- "name": "Webhook Connector",
2267
+ "name": "Webhook connector",
2585
2268
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
2586
- "version": 2,
2269
+ "version": 3,
2587
2270
  "description": "Configure webhook to receive callbacks",
2588
2271
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
2589
2272
  "category": {
@@ -2597,7 +2280,7 @@
2597
2280
  "groups": [
2598
2281
  {
2599
2282
  "id": "endpoint",
2600
- "label": "Webhook Configuration"
2283
+ "label": "Webhook configuration"
2601
2284
  },
2602
2285
  {
2603
2286
  "id": "activation",
@@ -2605,7 +2288,7 @@
2605
2288
  },
2606
2289
  {
2607
2290
  "id": "variable-mapping",
2608
- "label": "Variable Mapping"
2291
+ "label": "Variable mapping"
2609
2292
  }
2610
2293
  ],
2611
2294
  "properties": [
@@ -2727,7 +2410,7 @@
2727
2410
  "optional": true,
2728
2411
  "binding": {
2729
2412
  "type": "zeebe:property",
2730
- "name": "inbound.activationCondition"
2413
+ "name": "activationCondition"
2731
2414
  },
2732
2415
  "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
2733
2416
  },
@@ -2740,7 +2423,7 @@
2740
2423
  "type": "zeebe:property",
2741
2424
  "name": "resultVariable"
2742
2425
  },
2743
- "description": "Name of variable to store the result of the Connector in"
2426
+ "description": "Name of variable to store the result of the connector in"
2744
2427
  },
2745
2428
  {
2746
2429
  "label": "Result expression",
@@ -2764,9 +2447,9 @@
2764
2447
  },
2765
2448
  {
2766
2449
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2767
- "name": "Webhook connector",
2450
+ "name": "Webhook Start Event Connector",
2768
2451
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
2769
- "version": 3,
2452
+ "version": 8,
2770
2453
  "description": "Configure webhook to receive callbacks",
2771
2454
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
2772
2455
  "category": {
@@ -2782,6 +2465,14 @@
2782
2465
  "id": "endpoint",
2783
2466
  "label": "Webhook configuration"
2784
2467
  },
2468
+ {
2469
+ "id": "authentication",
2470
+ "label": "Authentication"
2471
+ },
2472
+ {
2473
+ "id": "authorization",
2474
+ "label": "Authorization"
2475
+ },
2785
2476
  {
2786
2477
  "id": "activation",
2787
2478
  "label": "Activation"
@@ -2789,6 +2480,10 @@
2789
2480
  {
2790
2481
  "id": "variable-mapping",
2791
2482
  "label": "Variable mapping"
2483
+ },
2484
+ {
2485
+ "id": "webhookResponse",
2486
+ "label": "Webhook response"
2792
2487
  }
2793
2488
  ],
2794
2489
  "properties": [
@@ -2801,11 +2496,45 @@
2801
2496
  }
2802
2497
  },
2803
2498
  {
2804
- "type": "Hidden",
2805
- "value": "ConfigurableInboundWebhook",
2499
+ "type": "Hidden",
2500
+ "value": "ConfigurableInboundWebhook",
2501
+ "binding": {
2502
+ "type": "zeebe:property",
2503
+ "name": "inbound.subtype"
2504
+ }
2505
+ },
2506
+ {
2507
+ "id": "webhookMethod",
2508
+ "label": "Webhook method",
2509
+ "group": "endpoint",
2510
+ "description": "Select HTTP method",
2511
+ "value": "any",
2512
+ "type": "Dropdown",
2513
+ "choices": [
2514
+ {
2515
+ "name": "Any",
2516
+ "value": "any"
2517
+ },
2518
+ {
2519
+ "name": "Get",
2520
+ "value": "get"
2521
+ },
2522
+ {
2523
+ "name": "Post",
2524
+ "value": "post"
2525
+ },
2526
+ {
2527
+ "name": "Put",
2528
+ "value": "put"
2529
+ },
2530
+ {
2531
+ "name": "Delete",
2532
+ "value": "delete"
2533
+ }
2534
+ ],
2806
2535
  "binding": {
2807
2536
  "type": "zeebe:property",
2808
- "name": "inbound.subtype"
2537
+ "name": "inbound.method"
2809
2538
  }
2810
2539
  },
2811
2540
  {
@@ -2824,7 +2553,7 @@
2824
2553
  {
2825
2554
  "id": "shouldValidateHmac",
2826
2555
  "label": "HMAC authentication",
2827
- "group": "endpoint",
2556
+ "group": "authentication",
2828
2557
  "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
2829
2558
  "value": "disabled",
2830
2559
  "type": "Dropdown",
@@ -2847,7 +2576,7 @@
2847
2576
  "label": "HMAC secret key",
2848
2577
  "description": "Shared secret key",
2849
2578
  "type": "String",
2850
- "group": "endpoint",
2579
+ "group": "authentication",
2851
2580
  "optional": true,
2852
2581
  "binding": {
2853
2582
  "type": "zeebe:property",
@@ -2862,7 +2591,7 @@
2862
2591
  "label": "HMAC header",
2863
2592
  "description": "Name of header attribute that will contain the HMAC value",
2864
2593
  "type": "String",
2865
- "group": "endpoint",
2594
+ "group": "authentication",
2866
2595
  "optional": true,
2867
2596
  "binding": {
2868
2597
  "type": "zeebe:property",
@@ -2875,7 +2604,7 @@
2875
2604
  },
2876
2605
  {
2877
2606
  "label": "HMAC algorithm",
2878
- "group": "endpoint",
2607
+ "group": "authentication",
2879
2608
  "description": "Choose HMAC algorithm",
2880
2609
  "value": "sha_256",
2881
2610
  "type": "Dropdown",
@@ -2902,6 +2631,173 @@
2902
2631
  "equals": "enabled"
2903
2632
  }
2904
2633
  },
2634
+ {
2635
+ "label": "HMAC scopes",
2636
+ "group": "authentication",
2637
+ "description": "Set HMAC scopes for calculating signature data. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/' target='_blank'>documentation</a>",
2638
+ "feel": "required",
2639
+ "type": "String",
2640
+ "optional": true,
2641
+ "binding": {
2642
+ "type": "zeebe:property",
2643
+ "name": "inbound.hmacScopes"
2644
+ },
2645
+ "condition": {
2646
+ "property": "shouldValidateHmac",
2647
+ "equals": "enabled"
2648
+ }
2649
+ },
2650
+ {
2651
+ "id": "authorizationType",
2652
+ "label": "Authorization type",
2653
+ "group": "authorization",
2654
+ "description": "Choose the authorization type.",
2655
+ "value": "NONE",
2656
+ "type": "Dropdown",
2657
+ "choices": [
2658
+ {
2659
+ "name": "None",
2660
+ "value": "NONE"
2661
+ },
2662
+ {
2663
+ "name": "JWT",
2664
+ "value": "JWT"
2665
+ },
2666
+ {
2667
+ "name": "Basic",
2668
+ "value": "BASIC"
2669
+ },
2670
+ {
2671
+ "name": "API Key",
2672
+ "value": "APIKEY"
2673
+ }
2674
+ ],
2675
+ "binding": {
2676
+ "type": "zeebe:property",
2677
+ "name": "inbound.auth.type"
2678
+ }
2679
+ },
2680
+ {
2681
+ "label": "JWK url",
2682
+ "description": "Well-known url of JWKs",
2683
+ "type": "String",
2684
+ "group": "authorization",
2685
+ "feel": "optional",
2686
+ "optional": true,
2687
+ "binding": {
2688
+ "type": "zeebe:property",
2689
+ "name": "inbound.auth.jwt.jwkUrl"
2690
+ },
2691
+ "condition": {
2692
+ "property": "authorizationType",
2693
+ "equals": "JWT"
2694
+ }
2695
+ },
2696
+ {
2697
+ "label": "JWT role property expression",
2698
+ "description": "Expression to extract the roles from the JWT token. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-extract-roles-from-jwt-data'>See documentation</a>",
2699
+ "type": "String",
2700
+ "group": "authorization",
2701
+ "feel": "required",
2702
+ "optional": true,
2703
+ "binding": {
2704
+ "type": "zeebe:property",
2705
+ "name": "inbound.auth.jwt.permissionsExpression"
2706
+ },
2707
+ "condition": {
2708
+ "property": "authorizationType",
2709
+ "equals": "JWT"
2710
+ }
2711
+ },
2712
+ {
2713
+ "label": "Required roles",
2714
+ "description": "List of roles to test JWT roles against",
2715
+ "type": "String",
2716
+ "group": "authorization",
2717
+ "feel": "required",
2718
+ "optional": true,
2719
+ "binding": {
2720
+ "type": "zeebe:property",
2721
+ "name": "inbound.auth.jwt.requiredPermissions"
2722
+ },
2723
+ "condition": {
2724
+ "property": "authorizationType",
2725
+ "equals": "JWT"
2726
+ }
2727
+ },
2728
+ {
2729
+ "label": "Username",
2730
+ "description": "Username for basic authentication",
2731
+ "type": "String",
2732
+ "group": "authorization",
2733
+ "feel": "optional",
2734
+ "binding": {
2735
+ "type": "zeebe:property",
2736
+ "name": "inbound.auth.username"
2737
+ },
2738
+ "condition": {
2739
+ "property": "authorizationType",
2740
+ "equals": "BASIC"
2741
+ },
2742
+ "constraints": {
2743
+ "notEmpty": true
2744
+ }
2745
+ },
2746
+ {
2747
+ "label": "Password",
2748
+ "description": "Password for basic authentication",
2749
+ "type": "String",
2750
+ "group": "authorization",
2751
+ "feel": "optional",
2752
+ "binding": {
2753
+ "type": "zeebe:property",
2754
+ "name": "inbound.auth.password"
2755
+ },
2756
+ "condition": {
2757
+ "property": "authorizationType",
2758
+ "equals": "BASIC"
2759
+ },
2760
+ "constraints": {
2761
+ "notEmpty": true
2762
+ }
2763
+ },
2764
+ {
2765
+ "label": "API Key",
2766
+ "description": "Expected API key",
2767
+ "type": "String",
2768
+ "group": "authorization",
2769
+ "feel": "optional",
2770
+ "binding": {
2771
+ "type": "zeebe:property",
2772
+ "name": "inbound.auth.apiKey"
2773
+ },
2774
+ "condition": {
2775
+ "property": "authorizationType",
2776
+ "equals": "APIKEY"
2777
+ },
2778
+ "constraints": {
2779
+ "notEmpty": true
2780
+ }
2781
+ },
2782
+ {
2783
+ "label": "API Key locator",
2784
+ "description": "A FEEL expression that extracts API key from the request. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#how-to-configure-api-key-authorization'>See documentation</a>",
2785
+ "type": "String",
2786
+ "group": "authorization",
2787
+ "feel": "required",
2788
+ "binding": {
2789
+ "type": "zeebe:property",
2790
+ "name": "inbound.auth.apiKeyLocator"
2791
+ },
2792
+ "condition": {
2793
+ "property": "authorizationType",
2794
+ "equals": "APIKEY"
2795
+ },
2796
+ "constraints": {
2797
+ "notEmpty": true
2798
+ },
2799
+ "value": "=split(request.headers.authorization, \" \")[2]"
2800
+ },
2905
2801
  {
2906
2802
  "label": "Condition",
2907
2803
  "type": "String",
@@ -2936,13 +2832,37 @@
2936
2832
  "name": "resultExpression"
2937
2833
  },
2938
2834
  "description": "Expression to map the inbound payload to process variables"
2835
+ },
2836
+ {
2837
+ "label": "One time verification response expression",
2838
+ "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
2839
+ "type": "Text",
2840
+ "group": "webhookResponse",
2841
+ "feel": "required",
2842
+ "optional": true,
2843
+ "binding": {
2844
+ "type": "zeebe:property",
2845
+ "name": "inbound.verificationExpression"
2846
+ }
2847
+ },
2848
+ {
2849
+ "label": "Response body expression",
2850
+ "type": "Text",
2851
+ "group": "webhookResponse",
2852
+ "feel": "required",
2853
+ "optional": true,
2854
+ "binding": {
2855
+ "type": "zeebe:property",
2856
+ "name": "inbound.responseBodyExpression"
2857
+ },
2858
+ "description": "Specify condition and response"
2939
2859
  }
2940
2860
  ],
2941
2861
  "icon": {
2942
2862
  "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
2943
2863
  },
2944
2864
  "engines": {
2945
- "camunda": "^8.2"
2865
+ "camunda": "^8.4"
2946
2866
  }
2947
2867
  },
2948
2868
  {
@@ -3120,7 +3040,7 @@
3120
3040
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3121
3041
  "name": "Webhook Start Event Connector",
3122
3042
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
3123
- "version": 8,
3043
+ "version": 7,
3124
3044
  "description": "Configure webhook to receive callbacks",
3125
3045
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
3126
3046
  "category": {
@@ -3504,18 +3424,6 @@
3504
3424
  },
3505
3425
  "description": "Expression to map the inbound payload to process variables"
3506
3426
  },
3507
- {
3508
- "label": "One time verification response expression",
3509
- "description": "Specify condition and response. Learn more in the <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#verification-expression' target='_blank'>documentation</a>",
3510
- "type": "Text",
3511
- "group": "webhookResponse",
3512
- "feel": "required",
3513
- "optional": true,
3514
- "binding": {
3515
- "type": "zeebe:property",
3516
- "name": "inbound.verificationExpression"
3517
- }
3518
- },
3519
3427
  {
3520
3428
  "label": "Response body expression",
3521
3429
  "type": "Text",
@@ -3533,14 +3441,14 @@
3533
3441
  "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
3534
3442
  },
3535
3443
  "engines": {
3536
- "camunda": "^8.4"
3444
+ "camunda": "^8.2"
3537
3445
  }
3538
3446
  },
3539
3447
  {
3540
3448
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
3541
3449
  "name": "Webhook connector",
3542
3450
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
3543
- "version": 6,
3451
+ "version": 5,
3544
3452
  "description": "Configure webhook to receive callbacks",
3545
3453
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
3546
3454
  "category": {
@@ -3570,11 +3478,7 @@
3570
3478
  },
3571
3479
  {
3572
3480
  "id": "variable-mapping",
3573
- "label": "Variable mapping"
3574
- },
3575
- {
3576
- "id": "webhookResponse",
3577
- "label": "Webhook response"
3481
+ "label": "Variable mapping"
3578
3482
  }
3579
3483
  ],
3580
3484
  "properties": [
@@ -3923,18 +3827,6 @@
3923
3827
  "name": "resultExpression"
3924
3828
  },
3925
3829
  "description": "Expression to map the inbound payload to process variables"
3926
- },
3927
- {
3928
- "label": "Response body expression",
3929
- "type": "Text",
3930
- "group": "webhookResponse",
3931
- "feel": "required",
3932
- "optional": true,
3933
- "binding": {
3934
- "type": "zeebe:property",
3935
- "name": "inbound.responseBodyExpression"
3936
- },
3937
- "description": "Specify condition and response"
3938
3830
  }
3939
3831
  ],
3940
3832
  "icon": {
@@ -3949,11 +3841,8 @@
3949
3841
  "name": "Webhook Start Event Connector",
3950
3842
  "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
3951
3843
  "description": "Configure webhook to receive callbacks",
3952
- "metadata": {
3953
- "keywords": []
3954
- },
3955
3844
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
3956
- "version": 13,
3845
+ "version": 11,
3957
3846
  "category": {
3958
3847
  "id": "connectors",
3959
3848
  "name": "Connectors"
@@ -3962,9 +3851,6 @@
3962
3851
  "elementType": {
3963
3852
  "value": "bpmn:StartEvent"
3964
3853
  },
3965
- "engines": {
3966
- "camunda": "^8.3"
3967
- },
3968
3854
  "groups": [
3969
3855
  {
3970
3856
  "id": "endpoint",
@@ -3986,11 +3872,6 @@
3986
3872
  "id": "activation",
3987
3873
  "label": "Activation"
3988
3874
  },
3989
- {
3990
- "id": "deduplication",
3991
- "label": "Deduplication",
3992
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
3993
- },
3994
3875
  {
3995
3876
  "id": "output",
3996
3877
  "label": "Output mapping"
@@ -4380,95 +4261,217 @@
4380
4261
  "type": "Boolean"
4381
4262
  },
4382
4263
  {
4383
- "id": "deduplicationModeManualFlag",
4384
- "label": "Manual mode",
4385
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
4386
- "value": false,
4387
- "group": "deduplication",
4264
+ "id": "resultVariable",
4265
+ "label": "Result variable",
4266
+ "description": "Name of variable to store the response in",
4267
+ "group": "output",
4388
4268
  "binding": {
4389
- "name": "deduplicationModeManualFlag",
4269
+ "name": "resultVariable",
4390
4270
  "type": "zeebe:property"
4391
4271
  },
4392
- "type": "Boolean"
4272
+ "type": "String"
4393
4273
  },
4394
4274
  {
4395
- "id": "deduplicationId",
4396
- "label": "Deduplication ID",
4397
- "constraints": {
4398
- "notEmpty": true,
4399
- "pattern": {
4400
- "value": "^[a-zA-Z0-9_-]+$",
4401
- "message": "can only contain alphanumeric characters, dashes, and underscores"
4402
- }
4403
- },
4404
- "group": "deduplication",
4275
+ "id": "resultExpression",
4276
+ "label": "Result expression",
4277
+ "description": "Expression to map the response into process variables",
4278
+ "feel": "required",
4279
+ "group": "output",
4405
4280
  "binding": {
4406
- "name": "deduplicationId",
4281
+ "name": "resultExpression",
4407
4282
  "type": "zeebe:property"
4408
4283
  },
4409
- "condition": {
4410
- "property": "deduplicationModeManualFlag",
4411
- "equals": true,
4412
- "type": "simple"
4284
+ "type": "Text"
4285
+ }
4286
+ ],
4287
+ "icon": {
4288
+ "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
4289
+ },
4290
+ "engines": {
4291
+ "camunda": "^8.6"
4292
+ }
4293
+ },
4294
+ {
4295
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4296
+ "name": "Webhook Connector",
4297
+ "id": "io.camunda.connectors.webhook.WebhookConnector.v1",
4298
+ "version": 2,
4299
+ "description": "Configure webhook to receive callbacks",
4300
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/",
4301
+ "category": {
4302
+ "id": "connectors",
4303
+ "name": "Connectors"
4304
+ },
4305
+ "appliesTo": ["bpmn:StartEvent"],
4306
+ "elementType": {
4307
+ "value": "bpmn:StartEvent"
4308
+ },
4309
+ "groups": [
4310
+ {
4311
+ "id": "endpoint",
4312
+ "label": "Webhook Configuration"
4313
+ },
4314
+ {
4315
+ "id": "activation",
4316
+ "label": "Activation"
4317
+ },
4318
+ {
4319
+ "id": "variable-mapping",
4320
+ "label": "Variable Mapping"
4321
+ }
4322
+ ],
4323
+ "properties": [
4324
+ {
4325
+ "type": "Hidden",
4326
+ "value": "io.camunda:webhook:1",
4327
+ "binding": {
4328
+ "type": "zeebe:property",
4329
+ "name": "inbound.type"
4330
+ }
4331
+ },
4332
+ {
4333
+ "type": "Hidden",
4334
+ "value": "ConfigurableInboundWebhook",
4335
+ "binding": {
4336
+ "type": "zeebe:property",
4337
+ "name": "inbound.subtype"
4338
+ }
4339
+ },
4340
+ {
4341
+ "label": "Webhook ID",
4342
+ "type": "String",
4343
+ "group": "endpoint",
4344
+ "binding": {
4345
+ "type": "zeebe:property",
4346
+ "name": "inbound.context"
4413
4347
  },
4414
- "type": "String"
4348
+ "description": "The webhook ID is a part of the URL",
4349
+ "constraints": {
4350
+ "notEmpty": true
4351
+ }
4415
4352
  },
4416
4353
  {
4417
- "id": "deduplicationModeManual",
4418
- "value": "MANUAL",
4419
- "group": "deduplication",
4354
+ "id": "shouldValidateHmac",
4355
+ "label": "HMAC authentication",
4356
+ "group": "endpoint",
4357
+ "description": "Choose whether HMAC verification is enabled. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a> and <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
4358
+ "value": "disabled",
4359
+ "type": "Dropdown",
4360
+ "choices": [
4361
+ {
4362
+ "name": "Enabled",
4363
+ "value": "enabled"
4364
+ },
4365
+ {
4366
+ "name": "Disabled",
4367
+ "value": "disabled"
4368
+ }
4369
+ ],
4420
4370
  "binding": {
4421
- "name": "deduplicationMode",
4422
- "type": "zeebe:property"
4371
+ "type": "zeebe:property",
4372
+ "name": "inbound.shouldValidateHmac"
4373
+ }
4374
+ },
4375
+ {
4376
+ "label": "HMAC secret key",
4377
+ "description": "Shared secret key",
4378
+ "type": "String",
4379
+ "group": "endpoint",
4380
+ "optional": true,
4381
+ "binding": {
4382
+ "type": "zeebe:property",
4383
+ "name": "inbound.hmacSecret"
4423
4384
  },
4424
4385
  "condition": {
4425
- "property": "deduplicationId",
4426
- "isActive": true,
4427
- "type": "simple"
4386
+ "property": "shouldValidateHmac",
4387
+ "equals": "enabled"
4388
+ }
4389
+ },
4390
+ {
4391
+ "label": "HMAC header",
4392
+ "description": "Name of header attribute that will contain the HMAC value",
4393
+ "type": "String",
4394
+ "group": "endpoint",
4395
+ "optional": true,
4396
+ "binding": {
4397
+ "type": "zeebe:property",
4398
+ "name": "inbound.hmacHeader"
4428
4399
  },
4429
- "type": "Hidden"
4400
+ "condition": {
4401
+ "property": "shouldValidateHmac",
4402
+ "equals": "enabled"
4403
+ }
4430
4404
  },
4431
4405
  {
4432
- "id": "deduplicationModeAuto",
4433
- "value": "AUTO",
4434
- "group": "deduplication",
4406
+ "label": "HMAC algorithm",
4407
+ "group": "endpoint",
4408
+ "description": "Choose HMAC algorithm",
4409
+ "value": "sha_256",
4410
+ "type": "Dropdown",
4411
+ "choices": [
4412
+ {
4413
+ "name": "SHA-1",
4414
+ "value": "sha_1"
4415
+ },
4416
+ {
4417
+ "name": "SHA-256",
4418
+ "value": "sha_256"
4419
+ },
4420
+ {
4421
+ "name": "SHA-512",
4422
+ "value": "sha_512"
4423
+ }
4424
+ ],
4435
4425
  "binding": {
4436
- "name": "deduplicationMode",
4437
- "type": "zeebe:property"
4426
+ "type": "zeebe:property",
4427
+ "name": "inbound.hmacAlgorithm"
4438
4428
  },
4439
4429
  "condition": {
4440
- "property": "deduplicationId",
4441
- "isActive": false,
4442
- "type": "simple"
4430
+ "property": "shouldValidateHmac",
4431
+ "equals": "enabled"
4432
+ }
4433
+ },
4434
+ {
4435
+ "label": "Condition",
4436
+ "type": "String",
4437
+ "group": "activation",
4438
+ "feel": "required",
4439
+ "optional": true,
4440
+ "binding": {
4441
+ "type": "zeebe:property",
4442
+ "name": "inbound.activationCondition"
4443
4443
  },
4444
- "type": "Hidden"
4444
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
4445
4445
  },
4446
4446
  {
4447
- "id": "resultVariable",
4448
4447
  "label": "Result variable",
4449
- "description": "Name of variable to store the response in",
4450
- "group": "output",
4448
+ "type": "String",
4449
+ "group": "variable-mapping",
4450
+ "optional": true,
4451
4451
  "binding": {
4452
- "name": "resultVariable",
4453
- "type": "zeebe:property"
4452
+ "type": "zeebe:property",
4453
+ "name": "resultVariable"
4454
4454
  },
4455
- "type": "String"
4455
+ "description": "Name of variable to store the result of the Connector in"
4456
4456
  },
4457
4457
  {
4458
- "id": "resultExpression",
4459
4458
  "label": "Result expression",
4460
- "description": "Expression to map the response into process variables",
4459
+ "type": "String",
4460
+ "group": "variable-mapping",
4461
4461
  "feel": "required",
4462
- "group": "output",
4462
+ "optional": true,
4463
4463
  "binding": {
4464
- "name": "resultExpression",
4465
- "type": "zeebe:property"
4464
+ "type": "zeebe:property",
4465
+ "name": "resultExpression"
4466
4466
  },
4467
- "type": "Text"
4467
+ "description": "Expression to map the inbound payload to process variables"
4468
4468
  }
4469
4469
  ],
4470
4470
  "icon": {
4471
- "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
4471
+ "contents": "data:image/svg+xml,%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z'/%3E%3Cpath d='M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z'/%3E%3Cpath d='M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z'/%3E%3Crect id='_Transparent_Rectangle_' data-name='&lt;Transparent Rectangle&gt;' class='cls-1' width='32' height='32'/%3E%3C/svg%3E"
4472
+ },
4473
+ "engines": {
4474
+ "camunda": "^8.2"
4472
4475
  }
4473
4476
  }
4474
4477
  ]