@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,4 +1,658 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Webhook Receive Task Connector",
5
+ "id": "io.camunda.connectors.webhook.WebhookConnectorReceive.v1",
6
+ "description": "Configure webhook to receive callbacks",
7
+ "keywords": [
8
+ "receive webhook",
9
+ "HTTP trigger",
10
+ "event received",
11
+ "inbound event",
12
+ "webhook trigger",
13
+ "HTTP callback",
14
+ "listen for event"
15
+ ],
16
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/",
17
+ "version": 14,
18
+ "category": {
19
+ "id": "connectors",
20
+ "name": "Connectors"
21
+ },
22
+ "appliesTo": ["bpmn:ReceiveTask"],
23
+ "elementType": {
24
+ "value": "bpmn:ReceiveTask"
25
+ },
26
+ "engines": {
27
+ "camunda": "^8.3"
28
+ },
29
+ "groups": [
30
+ {
31
+ "id": "endpoint",
32
+ "label": "Webhook configuration"
33
+ },
34
+ {
35
+ "id": "authentication",
36
+ "label": "Authentication"
37
+ },
38
+ {
39
+ "id": "authorization",
40
+ "label": "Authorization"
41
+ },
42
+ {
43
+ "id": "webhookResponse",
44
+ "label": "Webhook response"
45
+ },
46
+ {
47
+ "id": "activation",
48
+ "label": "Activation"
49
+ },
50
+ {
51
+ "id": "synchronousResponse",
52
+ "label": "Response mode"
53
+ },
54
+ {
55
+ "id": "correlation",
56
+ "label": "Correlation",
57
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
58
+ },
59
+ {
60
+ "id": "deduplication",
61
+ "label": "Deduplication",
62
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
63
+ },
64
+ {
65
+ "id": "output",
66
+ "label": "Output mapping"
67
+ }
68
+ ],
69
+ "properties": [
70
+ {
71
+ "value": "io.camunda:webhook:1",
72
+ "binding": {
73
+ "name": "inbound.type",
74
+ "type": "zeebe:property"
75
+ },
76
+ "type": "Hidden"
77
+ },
78
+ {
79
+ "id": "inbound.method",
80
+ "label": "Webhook method",
81
+ "description": "Select HTTP method",
82
+ "optional": false,
83
+ "value": "any",
84
+ "group": "endpoint",
85
+ "binding": {
86
+ "name": "inbound.method",
87
+ "type": "zeebe:property"
88
+ },
89
+ "type": "Dropdown",
90
+ "choices": [
91
+ {
92
+ "name": "Any",
93
+ "value": "any"
94
+ },
95
+ {
96
+ "name": "GET",
97
+ "value": "get"
98
+ },
99
+ {
100
+ "name": "POST",
101
+ "value": "post"
102
+ },
103
+ {
104
+ "name": "PUT",
105
+ "value": "put"
106
+ },
107
+ {
108
+ "name": "DELETE",
109
+ "value": "delete"
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "id": "inbound.context",
115
+ "label": "Webhook ID",
116
+ "description": "The webhook ID is a part of the URL",
117
+ "optional": false,
118
+ "constraints": {
119
+ "notEmpty": true,
120
+ "pattern": {
121
+ "value": "^[a-zA-Z0-9]+([-_][a-zA-Z0-9]+)*$",
122
+ "message": "can only contain letters, numbers, or single underscores/hyphens and cannot begin or end with an underscore/hyphen"
123
+ }
124
+ },
125
+ "group": "endpoint",
126
+ "binding": {
127
+ "name": "inbound.context",
128
+ "type": "zeebe:property"
129
+ },
130
+ "type": "String"
131
+ },
132
+ {
133
+ "id": "inbound.shouldValidateHmac",
134
+ "label": "HMAC authentication",
135
+ "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",
136
+ "optional": false,
137
+ "value": "disabled",
138
+ "group": "authentication",
139
+ "binding": {
140
+ "name": "inbound.shouldValidateHmac",
141
+ "type": "zeebe:property"
142
+ },
143
+ "type": "Dropdown",
144
+ "choices": [
145
+ {
146
+ "name": "Enabled",
147
+ "value": "enabled"
148
+ },
149
+ {
150
+ "name": "Disabled",
151
+ "value": "disabled"
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "id": "inbound.hmacSecret",
157
+ "label": "HMAC secret key",
158
+ "description": "Shared secret key",
159
+ "optional": true,
160
+ "feel": "optional",
161
+ "group": "authentication",
162
+ "binding": {
163
+ "name": "inbound.hmacSecret",
164
+ "type": "zeebe:property"
165
+ },
166
+ "condition": {
167
+ "property": "inbound.shouldValidateHmac",
168
+ "equals": "enabled",
169
+ "type": "simple"
170
+ },
171
+ "type": "String"
172
+ },
173
+ {
174
+ "id": "inbound.hmacHeader",
175
+ "label": "HMAC header",
176
+ "description": "Name of header attribute that will contain the HMAC value",
177
+ "optional": true,
178
+ "feel": "optional",
179
+ "group": "authentication",
180
+ "binding": {
181
+ "name": "inbound.hmacHeader",
182
+ "type": "zeebe:property"
183
+ },
184
+ "condition": {
185
+ "property": "inbound.shouldValidateHmac",
186
+ "equals": "enabled",
187
+ "type": "simple"
188
+ },
189
+ "type": "String"
190
+ },
191
+ {
192
+ "id": "inbound.hmacAlgorithm",
193
+ "label": "HMAC algorithm",
194
+ "description": "Choose HMAC algorithm",
195
+ "optional": false,
196
+ "value": "sha_256",
197
+ "group": "authentication",
198
+ "binding": {
199
+ "name": "inbound.hmacAlgorithm",
200
+ "type": "zeebe:property"
201
+ },
202
+ "condition": {
203
+ "property": "inbound.shouldValidateHmac",
204
+ "equals": "enabled",
205
+ "type": "simple"
206
+ },
207
+ "type": "Dropdown",
208
+ "choices": [
209
+ {
210
+ "name": "SHA-1",
211
+ "value": "sha_1"
212
+ },
213
+ {
214
+ "name": "SHA-256",
215
+ "value": "sha_256"
216
+ },
217
+ {
218
+ "name": "SHA-512",
219
+ "value": "sha_512"
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "id": "inbound.hmacScopes",
225
+ "label": "HMAC scopes",
226
+ "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>",
227
+ "optional": true,
228
+ "feel": "required",
229
+ "group": "authentication",
230
+ "binding": {
231
+ "name": "inbound.hmacScopes",
232
+ "type": "zeebe:property"
233
+ },
234
+ "condition": {
235
+ "property": "inbound.shouldValidateHmac",
236
+ "equals": "enabled",
237
+ "type": "simple"
238
+ },
239
+ "type": "String"
240
+ },
241
+ {
242
+ "id": "inbound.auth.type",
243
+ "label": "Authorization type",
244
+ "description": "Choose the authorization type",
245
+ "value": "NONE",
246
+ "group": "authorization",
247
+ "binding": {
248
+ "name": "inbound.auth.type",
249
+ "type": "zeebe:property"
250
+ },
251
+ "type": "Dropdown",
252
+ "choices": [
253
+ {
254
+ "name": "None",
255
+ "value": "NONE"
256
+ },
257
+ {
258
+ "name": "Basic",
259
+ "value": "BASIC"
260
+ },
261
+ {
262
+ "name": "API key",
263
+ "value": "APIKEY"
264
+ },
265
+ {
266
+ "name": "JWT",
267
+ "value": "JWT"
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "id": "inbound.auth.username",
273
+ "label": "Username",
274
+ "description": "Username for basic authentication",
275
+ "optional": false,
276
+ "feel": "optional",
277
+ "group": "authorization",
278
+ "binding": {
279
+ "name": "inbound.auth.username",
280
+ "type": "zeebe:property"
281
+ },
282
+ "condition": {
283
+ "property": "inbound.auth.type",
284
+ "equals": "BASIC",
285
+ "type": "simple"
286
+ },
287
+ "type": "String"
288
+ },
289
+ {
290
+ "id": "inbound.auth.password",
291
+ "label": "Password",
292
+ "description": "Password for basic authentication",
293
+ "optional": false,
294
+ "feel": "optional",
295
+ "group": "authorization",
296
+ "binding": {
297
+ "name": "inbound.auth.password",
298
+ "type": "zeebe:property"
299
+ },
300
+ "condition": {
301
+ "property": "inbound.auth.type",
302
+ "equals": "BASIC",
303
+ "type": "simple"
304
+ },
305
+ "type": "String"
306
+ },
307
+ {
308
+ "id": "inbound.auth.apiKey",
309
+ "label": "API key",
310
+ "description": "Expected API key",
311
+ "optional": false,
312
+ "feel": "optional",
313
+ "group": "authorization",
314
+ "binding": {
315
+ "name": "inbound.auth.apiKey",
316
+ "type": "zeebe:property"
317
+ },
318
+ "condition": {
319
+ "property": "inbound.auth.type",
320
+ "equals": "APIKEY",
321
+ "type": "simple"
322
+ },
323
+ "type": "String"
324
+ },
325
+ {
326
+ "id": "inbound.auth.apiKeyLocator",
327
+ "label": "API key locator",
328
+ "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>",
329
+ "optional": false,
330
+ "value": "=split(request.headers.authorization, \" \")[2]",
331
+ "constraints": {
332
+ "notEmpty": true
333
+ },
334
+ "feel": "required",
335
+ "group": "authorization",
336
+ "binding": {
337
+ "name": "inbound.auth.apiKeyLocator",
338
+ "type": "zeebe:property"
339
+ },
340
+ "condition": {
341
+ "property": "inbound.auth.type",
342
+ "equals": "APIKEY",
343
+ "type": "simple"
344
+ },
345
+ "type": "String"
346
+ },
347
+ {
348
+ "id": "inbound.auth.jwt.jwkUrl",
349
+ "label": "JWK URL",
350
+ "description": "Well-known URL of JWKs",
351
+ "optional": false,
352
+ "feel": "optional",
353
+ "group": "authorization",
354
+ "binding": {
355
+ "name": "inbound.auth.jwt.jwkUrl",
356
+ "type": "zeebe:property"
357
+ },
358
+ "condition": {
359
+ "property": "inbound.auth.type",
360
+ "equals": "JWT",
361
+ "type": "simple"
362
+ },
363
+ "type": "String"
364
+ },
365
+ {
366
+ "id": "inbound.auth.jwt.permissionsExpression",
367
+ "label": "JWT role property expression",
368
+ "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>",
369
+ "optional": false,
370
+ "feel": "required",
371
+ "group": "authorization",
372
+ "binding": {
373
+ "name": "inbound.auth.jwt.permissionsExpression",
374
+ "type": "zeebe:property"
375
+ },
376
+ "condition": {
377
+ "property": "inbound.auth.type",
378
+ "equals": "JWT",
379
+ "type": "simple"
380
+ },
381
+ "type": "String"
382
+ },
383
+ {
384
+ "id": "inbound.auth.jwt.requiredPermissions",
385
+ "label": "Required roles",
386
+ "description": "List of roles to test JWT roles against",
387
+ "optional": false,
388
+ "feel": "required",
389
+ "group": "authorization",
390
+ "binding": {
391
+ "name": "inbound.auth.jwt.requiredPermissions",
392
+ "type": "zeebe:property"
393
+ },
394
+ "condition": {
395
+ "property": "inbound.auth.type",
396
+ "equals": "JWT",
397
+ "type": "simple"
398
+ },
399
+ "type": "String"
400
+ },
401
+ {
402
+ "id": "inbound.responseExpression",
403
+ "label": "Response expression",
404
+ "description": "Expression used to generate the HTTP response",
405
+ "optional": true,
406
+ "feel": "required",
407
+ "group": "webhookResponse",
408
+ "binding": {
409
+ "name": "inbound.responseExpression",
410
+ "type": "zeebe:property"
411
+ },
412
+ "type": "Text"
413
+ },
414
+ {
415
+ "id": "inbound.verificationExpression",
416
+ "label": "One time verification response expression",
417
+ "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>",
418
+ "optional": true,
419
+ "feel": "required",
420
+ "group": "webhookResponse",
421
+ "binding": {
422
+ "name": "inbound.verificationExpression",
423
+ "type": "zeebe:property"
424
+ },
425
+ "type": "Text"
426
+ },
427
+ {
428
+ "id": "activationCondition",
429
+ "label": "Activation condition",
430
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
431
+ "optional": true,
432
+ "feel": "required",
433
+ "group": "activation",
434
+ "binding": {
435
+ "name": "activationCondition",
436
+ "type": "zeebe:property"
437
+ },
438
+ "type": "String"
439
+ },
440
+ {
441
+ "id": "consumeUnmatchedEvents",
442
+ "label": "Consume unmatched events",
443
+ "value": true,
444
+ "group": "activation",
445
+ "binding": {
446
+ "name": "consumeUnmatchedEvents",
447
+ "type": "zeebe:property"
448
+ },
449
+ "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",
450
+ "type": "Boolean"
451
+ },
452
+ {
453
+ "id": "synchronousResponse",
454
+ "label": "Response mode",
455
+ "description": "Synchronous or Asynchronous <a href=\"https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#response-mode\" target=\"_blank\">response handling</a>",
456
+ "value": "false",
457
+ "group": "synchronousResponse",
458
+ "binding": {
459
+ "name": "synchronousResponse",
460
+ "type": "zeebe:property"
461
+ },
462
+ "tooltip": "Select synchronous to wait for the result of the correlation. This is either the result of the created process or the process instance key that matched the correlated message subscription. Select asynchronous to trigger the correlation and return immediately without waiting for a result. This affects the data available in the <a href=\"https://docs.camunda.io/docs/components/connectors/connectors/protocol/http-webhook/#use-the-correlation-object\">correlation</a> object for the response expression.",
463
+ "type": "Dropdown",
464
+ "choices": [
465
+ {
466
+ "name": "Asynchronous",
467
+ "value": "false"
468
+ },
469
+ {
470
+ "name": "Synchronous",
471
+ "value": "true"
472
+ }
473
+ ]
474
+ },
475
+ {
476
+ "id": "correlationKeyProcess",
477
+ "label": "Correlation key (process)",
478
+ "description": "Sets up the correlation key from process variables",
479
+ "constraints": {
480
+ "notEmpty": true
481
+ },
482
+ "feel": "required",
483
+ "group": "correlation",
484
+ "binding": {
485
+ "name": "correlationKey",
486
+ "type": "bpmn:Message#zeebe:subscription#property"
487
+ },
488
+ "type": "String"
489
+ },
490
+ {
491
+ "id": "correlationKeyPayload",
492
+ "label": "Correlation key (payload)",
493
+ "description": "Extracts the correlation key from the incoming message payload",
494
+ "constraints": {
495
+ "notEmpty": true
496
+ },
497
+ "feel": "required",
498
+ "group": "correlation",
499
+ "binding": {
500
+ "name": "correlationKeyExpression",
501
+ "type": "zeebe:property"
502
+ },
503
+ "type": "String"
504
+ },
505
+ {
506
+ "id": "messageIdExpression",
507
+ "label": "Message ID expression",
508
+ "description": "Expression to extract unique identifier of a message",
509
+ "optional": true,
510
+ "feel": "required",
511
+ "group": "correlation",
512
+ "binding": {
513
+ "name": "messageIdExpression",
514
+ "type": "zeebe:property"
515
+ },
516
+ "condition": {
517
+ "property": "synchronousResponse",
518
+ "equals": "false",
519
+ "type": "simple"
520
+ },
521
+ "type": "String"
522
+ },
523
+ {
524
+ "id": "messageTtl",
525
+ "label": "Message TTL",
526
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
527
+ "optional": true,
528
+ "constraints": {
529
+ "notEmpty": false,
530
+ "pattern": {
531
+ "value": "^(PT.*|)$",
532
+ "message": "must be an ISO-8601 duration"
533
+ }
534
+ },
535
+ "feel": "optional",
536
+ "group": "correlation",
537
+ "binding": {
538
+ "name": "messageTtl",
539
+ "type": "zeebe:property"
540
+ },
541
+ "condition": {
542
+ "property": "synchronousResponse",
543
+ "equals": "false",
544
+ "type": "simple"
545
+ },
546
+ "type": "String"
547
+ },
548
+ {
549
+ "id": "messageNameUuid",
550
+ "label": "Message name",
551
+ "generatedValue": {
552
+ "type": "uuid"
553
+ },
554
+ "feel": "optional",
555
+ "group": "correlation",
556
+ "binding": {
557
+ "name": "name",
558
+ "type": "bpmn:Message#property"
559
+ },
560
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
561
+ "type": "String"
562
+ },
563
+ {
564
+ "id": "deduplicationModeManualFlag",
565
+ "label": "Manual mode",
566
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
567
+ "value": false,
568
+ "group": "deduplication",
569
+ "binding": {
570
+ "name": "deduplicationModeManualFlag",
571
+ "type": "zeebe:property"
572
+ },
573
+ "type": "Boolean"
574
+ },
575
+ {
576
+ "id": "deduplicationId",
577
+ "label": "Deduplication ID",
578
+ "constraints": {
579
+ "notEmpty": true,
580
+ "pattern": {
581
+ "value": "^[a-zA-Z0-9_-]+$",
582
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
583
+ }
584
+ },
585
+ "group": "deduplication",
586
+ "binding": {
587
+ "name": "deduplicationId",
588
+ "type": "zeebe:property"
589
+ },
590
+ "condition": {
591
+ "property": "deduplicationModeManualFlag",
592
+ "equals": true,
593
+ "type": "simple"
594
+ },
595
+ "type": "String"
596
+ },
597
+ {
598
+ "id": "deduplicationModeManual",
599
+ "value": "MANUAL",
600
+ "group": "deduplication",
601
+ "binding": {
602
+ "name": "deduplicationMode",
603
+ "type": "zeebe:property"
604
+ },
605
+ "condition": {
606
+ "property": "deduplicationId",
607
+ "isActive": true,
608
+ "type": "simple"
609
+ },
610
+ "type": "Hidden"
611
+ },
612
+ {
613
+ "id": "deduplicationModeAuto",
614
+ "value": "AUTO",
615
+ "group": "deduplication",
616
+ "binding": {
617
+ "name": "deduplicationMode",
618
+ "type": "zeebe:property"
619
+ },
620
+ "condition": {
621
+ "property": "deduplicationId",
622
+ "isActive": false,
623
+ "type": "simple"
624
+ },
625
+ "type": "Hidden"
626
+ },
627
+ {
628
+ "id": "resultVariable",
629
+ "label": "Result variable",
630
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
631
+ "group": "output",
632
+ "binding": {
633
+ "name": "resultVariable",
634
+ "type": "zeebe:property"
635
+ },
636
+ "type": "String"
637
+ },
638
+ {
639
+ "id": "resultExpression",
640
+ "label": "Result expression",
641
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
642
+ "value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myMessage: request.body.message\n}",
643
+ "feel": "required",
644
+ "group": "output",
645
+ "binding": {
646
+ "name": "resultExpression",
647
+ "type": "zeebe:property"
648
+ },
649
+ "type": "Text"
650
+ }
651
+ ],
652
+ "icon": {
653
+ "contents": "data:image/svg+xml;base64,PHN2ZyBpZD0naWNvbicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAzMiAzMic+CiAgPGRlZnM+CiAgICA8c3R5bGU+LmNscy0xIHsgZmlsbDogbm9uZTsgfTwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoCiAgICBkPSdNMjQsMjZhMywzLDAsMSwwLTIuODE2NC00SDEzdjFhNSw1LDAsMSwxLTUtNVYxNmE3LDcsMCwxLDAsNi45Mjg3LDhoNi4yNTQ5QTIuOTkxNCwyLjk5MTQsMCwwLDAsMjQsMjZaJy8+CiAgPHBhdGgKICAgIGQ9J00yNCwxNmE3LjAyNCw3LjAyNCwwLDAsMC0yLjU3LjQ4NzNsLTMuMTY1Ni01LjUzOTVhMy4wNDY5LDMuMDQ2OSwwLDEsMC0xLjczMjYuOTk4NWw0LjExODksNy4yMDg1Ljg2ODYtLjQ5NzZhNS4wMDA2LDUuMDAwNiwwLDEsMS0xLjg1MSw2Ljg0MThMMTcuOTM3LDI2LjUwMUE3LjAwMDUsNy4wMDA1LDAsMSwwLDI0LDE2WicvPgogIDxwYXRoCiAgICBkPSdNOC41MzIsMjAuMDUzN2EzLjAzLDMuMDMsMCwxLDAsMS43MzI2Ljk5ODVDMTEuNzQsMTguNDcsMTMuODYsMTQuNzYwNywxMy44OSwxNC43MDhsLjQ5NzYtLjg2ODItLjg2NzctLjQ5N2E1LDUsMCwxLDEsNi44MTItMS44NDM4bDEuNzMxNSwxLjAwMmE3LjAwMDgsNy4wMDA4LDAsMSwwLTEwLjM0NjIsMi4wMzU2Yy0uNDU3Ljc0MjctMS4xMDIxLDEuODcxNi0yLjA3MzcsMy41NzI4WicvPgogIDxyZWN0IGlkPSdfVHJhbnNwYXJlbnRfUmVjdGFuZ2xlXycgZGF0YS1uYW1lPScmbHQ7VHJhbnNwYXJlbnQgUmVjdGFuZ2xlJmd0OycgY2xhc3M9J2Nscy0xJwogICAgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJy8+Cjwvc3ZnPg=="
654
+ }
655
+ },
2
656
  {
3
657
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
658
  "name": "Webhook Receive Task Connector",