@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
@@ -4,8 +4,16 @@
4
4
  "name": "Slack Webhook Boundary Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
6
6
  "description": "Receive events from Slack",
7
+ "keywords": [
8
+ "message received",
9
+ "event received",
10
+ "channel event",
11
+ "webhook",
12
+ "messaging",
13
+ "new message"
14
+ ],
7
15
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
8
- "version": 5,
16
+ "version": 8,
9
17
  "category": {
10
18
  "id": "connectors",
11
19
  "name": "Connectors"
@@ -15,6 +23,9 @@
15
23
  "value": "bpmn:BoundaryEvent",
16
24
  "eventDefinition": "bpmn:MessageEventDefinition"
17
25
  },
26
+ "engines": {
27
+ "camunda": "^8.3"
28
+ },
18
29
  "groups": [
19
30
  {
20
31
  "id": "endpoint",
@@ -29,6 +40,11 @@
29
40
  "label": "Correlation",
30
41
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
31
42
  },
43
+ {
44
+ "id": "deduplication",
45
+ "label": "Deduplication",
46
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
47
+ },
32
48
  {
33
49
  "id": "output",
34
50
  "label": "Output mapping"
@@ -98,6 +114,18 @@
98
114
  },
99
115
  "type": "String"
100
116
  },
117
+ {
118
+ "id": "consumeUnmatchedEvents",
119
+ "label": "Consume unmatched events",
120
+ "value": true,
121
+ "group": "activation",
122
+ "binding": {
123
+ "name": "consumeUnmatchedEvents",
124
+ "type": "zeebe:property"
125
+ },
126
+ "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",
127
+ "type": "Boolean"
128
+ },
101
129
  {
102
130
  "id": "correlationKeyProcess",
103
131
  "label": "Correlation key (process)",
@@ -163,208 +191,110 @@
163
191
  },
164
192
  {
165
193
  "id": "messageNameUuid",
194
+ "label": "Message name",
166
195
  "generatedValue": {
167
196
  "type": "uuid"
168
197
  },
198
+ "feel": "optional",
169
199
  "group": "correlation",
170
200
  "binding": {
171
201
  "name": "name",
172
202
  "type": "bpmn:Message#property"
173
203
  },
174
- "type": "Hidden"
175
- },
176
- {
177
- "id": "resultVariable",
178
- "label": "Result variable",
179
- "description": "Name of variable to store the response in",
180
- "group": "output",
181
- "binding": {
182
- "name": "resultVariable",
183
- "type": "zeebe:property"
184
- },
204
+ "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.",
185
205
  "type": "String"
186
206
  },
187
207
  {
188
- "id": "resultExpression",
189
- "label": "Result expression",
190
- "description": "Expression to map the response into process variables",
191
- "feel": "required",
192
- "group": "output",
208
+ "id": "deduplicationModeManualFlag",
209
+ "label": "Manual mode",
210
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
211
+ "value": false,
212
+ "group": "deduplication",
193
213
  "binding": {
194
- "name": "resultExpression",
214
+ "name": "deduplicationModeManualFlag",
195
215
  "type": "zeebe:property"
196
216
  },
197
- "type": "Text"
198
- }
199
- ],
200
- "icon": {
201
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
202
- },
203
- "engines": {
204
- "camunda": "^8.5"
205
- }
206
- },
207
- {
208
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
209
- "name": "Slack Webhook Boundary Event Connector",
210
- "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
211
- "description": "Receive events from Slack",
212
- "version": 1,
213
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
214
- "category": {
215
- "id": "connectors",
216
- "name": "Connectors"
217
- },
218
- "appliesTo": ["bpmn:BoundaryEvent"],
219
- "elementType": {
220
- "value": "bpmn:BoundaryEvent",
221
- "eventDefinition": "bpmn:MessageEventDefinition"
222
- },
223
- "groups": [
224
- {
225
- "id": "endpoint",
226
- "label": "Webhook configuration"
227
- },
228
- {
229
- "id": "activation",
230
- "label": "Activation"
231
- },
232
- {
233
- "id": "variable-mapping",
234
- "label": "Variable mapping"
235
- }
236
- ],
237
- "properties": [
238
- {
239
- "type": "Hidden",
240
- "value": "io.camunda:slack-webhook:1",
241
- "binding": {
242
- "type": "zeebe:property",
243
- "name": "inbound.type"
244
- }
245
- },
246
- {
247
- "type": "Hidden",
248
- "value": "SlackEventsWebhook",
249
- "binding": {
250
- "type": "zeebe:property",
251
- "name": "inbound.subtype"
252
- }
217
+ "type": "Boolean"
253
218
  },
254
219
  {
255
- "type": "Hidden",
256
- "generatedValue": {
257
- "type": "uuid"
220
+ "id": "deduplicationId",
221
+ "label": "Deduplication ID",
222
+ "constraints": {
223
+ "notEmpty": true,
224
+ "pattern": {
225
+ "value": "^[a-zA-Z0-9_-]+$",
226
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
227
+ }
258
228
  },
229
+ "group": "deduplication",
259
230
  "binding": {
260
- "type": "bpmn:Message#property",
261
- "name": "name"
262
- }
263
- },
264
- {
265
- "label": "Webhook ID",
266
- "type": "String",
267
- "group": "endpoint",
268
- "binding": {
269
- "type": "zeebe:property",
270
- "name": "inbound.context"
231
+ "name": "deduplicationId",
232
+ "type": "zeebe:property"
271
233
  },
272
- "description": "The webhook ID is a part of the URL endpoint",
273
- "constraints": {
274
- "notEmpty": true
275
- }
276
- },
277
- {
278
- "label": "Slack signing secret",
279
- "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
280
- "type": "String",
281
- "group": "endpoint",
282
- "feel": "optional",
283
- "binding": {
284
- "type": "zeebe:property",
285
- "name": "inbound.slackSigningSecret"
234
+ "condition": {
235
+ "property": "deduplicationModeManualFlag",
236
+ "equals": true,
237
+ "type": "simple"
286
238
  },
287
- "constraints": {
288
- "notEmpty": true
289
- }
290
- },
291
- {
292
- "type": "Hidden",
293
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
294
- "binding": {
295
- "type": "zeebe:property",
296
- "name": "inbound.verificationExpression"
297
- }
239
+ "type": "String"
298
240
  },
299
241
  {
300
- "label": "Correlation key (process)",
301
- "type": "String",
302
- "group": "activation",
303
- "feel": "required",
304
- "description": "Sets up the correlation key from process variables",
242
+ "id": "deduplicationModeManual",
243
+ "value": "MANUAL",
244
+ "group": "deduplication",
305
245
  "binding": {
306
- "type": "bpmn:Message#zeebe:subscription#property",
307
- "name": "correlationKey"
246
+ "name": "deduplicationMode",
247
+ "type": "zeebe:property"
308
248
  },
309
- "constraints": {
310
- "notEmpty": true
311
- }
312
- },
313
- {
314
- "label": "Correlation key (payload)",
315
- "type": "String",
316
- "group": "activation",
317
- "feel": "required",
318
- "binding": {
319
- "type": "zeebe:property",
320
- "name": "correlationKeyExpression"
249
+ "condition": {
250
+ "property": "deduplicationId",
251
+ "isActive": true,
252
+ "type": "simple"
321
253
  },
322
- "description": "Extracts the correlation key from the incoming message payload",
323
- "constraints": {
324
- "notEmpty": true
325
- }
254
+ "type": "Hidden"
326
255
  },
327
256
  {
328
- "label": "Condition",
329
- "type": "String",
330
- "group": "activation",
331
- "feel": "required",
332
- "optional": true,
257
+ "id": "deduplicationModeAuto",
258
+ "value": "AUTO",
259
+ "group": "deduplication",
333
260
  "binding": {
334
- "type": "zeebe:property",
335
- "name": "activationCondition"
261
+ "name": "deduplicationMode",
262
+ "type": "zeebe:property"
336
263
  },
337
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
264
+ "condition": {
265
+ "property": "deduplicationId",
266
+ "isActive": false,
267
+ "type": "simple"
268
+ },
269
+ "type": "Hidden"
338
270
  },
339
271
  {
272
+ "id": "resultVariable",
340
273
  "label": "Result variable",
341
- "type": "String",
342
- "group": "variable-mapping",
343
- "optional": true,
274
+ "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>.",
275
+ "group": "output",
344
276
  "binding": {
345
- "type": "zeebe:property",
346
- "name": "resultVariable"
277
+ "name": "resultVariable",
278
+ "type": "zeebe:property"
347
279
  },
348
- "description": "Name of variable to store the result of the connector in"
280
+ "type": "String"
349
281
  },
350
282
  {
283
+ "id": "resultExpression",
351
284
  "label": "Result expression",
352
- "type": "String",
353
- "group": "variable-mapping",
285
+ "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>.",
286
+ "value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
354
287
  "feel": "required",
355
- "optional": true,
288
+ "group": "output",
356
289
  "binding": {
357
- "type": "zeebe:property",
358
- "name": "resultExpression"
290
+ "name": "resultExpression",
291
+ "type": "zeebe:property"
359
292
  },
360
- "description": "Expression to map the inbound payload to process variables"
293
+ "type": "Text"
361
294
  }
362
295
  ],
363
296
  "icon": {
364
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
365
- },
366
- "engines": {
367
- "camunda": "^8.4"
297
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
368
298
  }
369
299
  },
370
300
  {
@@ -376,7 +306,7 @@
376
306
  "keywords": []
377
307
  },
378
308
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
379
- "version": 6,
309
+ "version": 7,
380
310
  "category": {
381
311
  "id": "connectors",
382
312
  "name": "Connectors"
@@ -386,6 +316,9 @@
386
316
  "value": "bpmn:BoundaryEvent",
387
317
  "eventDefinition": "bpmn:MessageEventDefinition"
388
318
  },
319
+ "engines": {
320
+ "camunda": "^8.3"
321
+ },
389
322
  "groups": [
390
323
  {
391
324
  "id": "endpoint",
@@ -400,6 +333,11 @@
400
333
  "label": "Correlation",
401
334
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
402
335
  },
336
+ {
337
+ "id": "deduplication",
338
+ "label": "Deduplication",
339
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
340
+ },
403
341
  {
404
342
  "id": "output",
405
343
  "label": "Output mapping"
@@ -470,15 +408,27 @@
470
408
  "type": "String"
471
409
  },
472
410
  {
473
- "id": "correlationKeyProcess",
474
- "label": "Correlation key (process)",
475
- "description": "Sets up the correlation key from process variables",
476
- "constraints": {
477
- "notEmpty": true
478
- },
479
- "feel": "required",
480
- "group": "correlation",
481
- "binding": {
411
+ "id": "consumeUnmatchedEvents",
412
+ "label": "Consume unmatched events",
413
+ "value": true,
414
+ "group": "activation",
415
+ "binding": {
416
+ "name": "consumeUnmatchedEvents",
417
+ "type": "zeebe:property"
418
+ },
419
+ "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",
420
+ "type": "Boolean"
421
+ },
422
+ {
423
+ "id": "correlationKeyProcess",
424
+ "label": "Correlation key (process)",
425
+ "description": "Sets up the correlation key from process variables",
426
+ "constraints": {
427
+ "notEmpty": true
428
+ },
429
+ "feel": "required",
430
+ "group": "correlation",
431
+ "binding": {
482
432
  "name": "correlationKey",
483
433
  "type": "bpmn:Message#zeebe:subscription#property"
484
434
  },
@@ -544,6 +494,70 @@
544
494
  },
545
495
  "type": "Hidden"
546
496
  },
497
+ {
498
+ "id": "deduplicationModeManualFlag",
499
+ "label": "Manual mode",
500
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
501
+ "value": false,
502
+ "group": "deduplication",
503
+ "binding": {
504
+ "name": "deduplicationModeManualFlag",
505
+ "type": "zeebe:property"
506
+ },
507
+ "type": "Boolean"
508
+ },
509
+ {
510
+ "id": "deduplicationId",
511
+ "label": "Deduplication ID",
512
+ "constraints": {
513
+ "notEmpty": true,
514
+ "pattern": {
515
+ "value": "^[a-zA-Z0-9_-]+$",
516
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
517
+ }
518
+ },
519
+ "group": "deduplication",
520
+ "binding": {
521
+ "name": "deduplicationId",
522
+ "type": "zeebe:property"
523
+ },
524
+ "condition": {
525
+ "property": "deduplicationModeManualFlag",
526
+ "equals": true,
527
+ "type": "simple"
528
+ },
529
+ "type": "String"
530
+ },
531
+ {
532
+ "id": "deduplicationModeManual",
533
+ "value": "MANUAL",
534
+ "group": "deduplication",
535
+ "binding": {
536
+ "name": "deduplicationMode",
537
+ "type": "zeebe:property"
538
+ },
539
+ "condition": {
540
+ "property": "deduplicationId",
541
+ "isActive": true,
542
+ "type": "simple"
543
+ },
544
+ "type": "Hidden"
545
+ },
546
+ {
547
+ "id": "deduplicationModeAuto",
548
+ "value": "AUTO",
549
+ "group": "deduplication",
550
+ "binding": {
551
+ "name": "deduplicationMode",
552
+ "type": "zeebe:property"
553
+ },
554
+ "condition": {
555
+ "property": "deduplicationId",
556
+ "isActive": false,
557
+ "type": "simple"
558
+ },
559
+ "type": "Hidden"
560
+ },
547
561
  {
548
562
  "id": "resultVariable",
549
563
  "label": "Result variable",
@@ -568,9 +582,6 @@
568
582
  "type": "Text"
569
583
  }
570
584
  ],
571
- "engines": {
572
- "camunda": "^8.3"
573
- },
574
585
  "icon": {
575
586
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
576
587
  }
@@ -580,8 +591,11 @@
580
591
  "name": "Slack Webhook Boundary Event Connector",
581
592
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
582
593
  "description": "Receive events from Slack",
583
- "version": 2,
594
+ "metadata": {
595
+ "keywords": []
596
+ },
584
597
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
598
+ "version": 6,
585
599
  "category": {
586
600
  "id": "connectors",
587
601
  "name": "Connectors"
@@ -601,153 +615,183 @@
601
615
  "label": "Activation"
602
616
  },
603
617
  {
604
- "id": "variable-mapping",
605
- "label": "Variable mapping"
618
+ "id": "correlation",
619
+ "label": "Correlation",
620
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
621
+ },
622
+ {
623
+ "id": "output",
624
+ "label": "Output mapping"
606
625
  }
607
626
  ],
608
627
  "properties": [
609
628
  {
610
- "type": "Hidden",
611
629
  "value": "io.camunda:slack-webhook:1",
612
630
  "binding": {
613
- "type": "zeebe:property",
614
- "name": "inbound.type"
615
- }
616
- },
617
- {
618
- "type": "Hidden",
619
- "value": "SlackEventsWebhook",
620
- "binding": {
621
- "type": "zeebe:property",
622
- "name": "inbound.subtype"
623
- }
624
- },
625
- {
626
- "type": "Hidden",
627
- "generatedValue": {
628
- "type": "uuid"
631
+ "name": "inbound.type",
632
+ "type": "zeebe:property"
629
633
  },
630
- "binding": {
631
- "type": "bpmn:Message#property",
632
- "name": "name"
633
- }
634
+ "type": "Hidden"
634
635
  },
635
636
  {
637
+ "id": "inbound.context",
636
638
  "label": "Webhook ID",
637
- "type": "String",
638
- "group": "endpoint",
639
- "binding": {
640
- "type": "zeebe:property",
641
- "name": "inbound.context"
642
- },
643
639
  "description": "The webhook ID is a part of the URL endpoint",
640
+ "optional": false,
644
641
  "constraints": {
645
642
  "notEmpty": true
646
- }
643
+ },
644
+ "group": "endpoint",
645
+ "binding": {
646
+ "name": "inbound.context",
647
+ "type": "zeebe:property"
648
+ },
649
+ "type": "String"
647
650
  },
648
651
  {
652
+ "id": "inbound.slackSigningSecret",
649
653
  "label": "Slack signing secret",
650
654
  "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
651
- "type": "String",
655
+ "optional": false,
656
+ "constraints": {
657
+ "notEmpty": true
658
+ },
652
659
  "group": "endpoint",
653
- "feel": "optional",
654
660
  "binding": {
655
- "type": "zeebe:property",
656
- "name": "inbound.slackSigningSecret"
661
+ "name": "inbound.slackSigningSecret",
662
+ "type": "zeebe:property"
657
663
  },
658
- "constraints": {
659
- "notEmpty": true
660
- }
664
+ "type": "String"
661
665
  },
662
666
  {
663
- "type": "Hidden",
667
+ "id": "inbound.verificationExpression",
668
+ "label": "Verification expression",
669
+ "optional": true,
664
670
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
671
+ "group": "endpoint",
665
672
  "binding": {
666
- "type": "zeebe:property",
667
- "name": "inbound.verificationExpression"
668
- }
673
+ "name": "inbound.verificationExpression",
674
+ "type": "zeebe:property"
675
+ },
676
+ "type": "Hidden"
669
677
  },
670
678
  {
671
- "label": "Correlation key (process)",
672
- "type": "String",
673
- "group": "activation",
679
+ "id": "activationCondition",
680
+ "label": "Activation condition",
681
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
682
+ "optional": true,
674
683
  "feel": "required",
675
- "description": "Sets up the correlation key from process variables",
684
+ "group": "activation",
676
685
  "binding": {
677
- "type": "bpmn:Message#zeebe:subscription#property",
678
- "name": "correlationKey"
686
+ "name": "activationCondition",
687
+ "type": "zeebe:property"
679
688
  },
680
- "constraints": {
681
- "notEmpty": true
682
- }
689
+ "type": "String"
683
690
  },
684
691
  {
685
- "label": "Correlation key (payload)",
686
- "type": "String",
687
- "group": "activation",
692
+ "id": "correlationKeyProcess",
693
+ "label": "Correlation key (process)",
694
+ "description": "Sets up the correlation key from process variables",
695
+ "constraints": {
696
+ "notEmpty": true
697
+ },
688
698
  "feel": "required",
699
+ "group": "correlation",
689
700
  "binding": {
690
- "type": "zeebe:property",
691
- "name": "correlationKeyExpression"
701
+ "name": "correlationKey",
702
+ "type": "bpmn:Message#zeebe:subscription#property"
692
703
  },
704
+ "type": "String"
705
+ },
706
+ {
707
+ "id": "correlationKeyPayload",
708
+ "label": "Correlation key (payload)",
693
709
  "description": "Extracts the correlation key from the incoming message payload",
694
710
  "constraints": {
695
711
  "notEmpty": true
696
- }
697
- },
698
- {
699
- "label": "Message ID expression",
712
+ },
700
713
  "feel": "required",
701
- "type": "String",
702
- "optional": true,
703
- "group": "activation",
714
+ "group": "correlation",
704
715
  "binding": {
705
- "type": "zeebe:property",
706
- "name": "messageIdExpression"
716
+ "name": "correlationKeyExpression",
717
+ "type": "zeebe:property"
707
718
  },
708
- "description": "Expression to extract unique identifier of a message"
719
+ "type": "String"
709
720
  },
710
721
  {
711
- "label": "Condition",
712
- "type": "String",
713
- "group": "activation",
714
- "feel": "required",
722
+ "id": "messageIdExpression",
723
+ "label": "Message ID expression",
724
+ "description": "Expression to extract unique identifier of a message",
715
725
  "optional": true,
726
+ "feel": "required",
727
+ "group": "correlation",
716
728
  "binding": {
717
- "type": "zeebe:property",
718
- "name": "activationCondition"
729
+ "name": "messageIdExpression",
730
+ "type": "zeebe:property"
719
731
  },
720
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
732
+ "type": "String"
721
733
  },
722
734
  {
723
- "label": "Result variable",
724
- "type": "String",
725
- "group": "variable-mapping",
735
+ "id": "messageTtl",
736
+ "label": "Message TTL",
737
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
726
738
  "optional": true,
739
+ "constraints": {
740
+ "notEmpty": false,
741
+ "pattern": {
742
+ "value": "^(PT.*|)$",
743
+ "message": "must be an ISO-8601 duration"
744
+ }
745
+ },
746
+ "feel": "optional",
747
+ "group": "correlation",
727
748
  "binding": {
728
- "type": "zeebe:property",
729
- "name": "resultVariable"
749
+ "name": "messageTtl",
750
+ "type": "zeebe:property"
730
751
  },
731
- "description": "Name of variable to store the result of the connector in"
752
+ "type": "String"
732
753
  },
733
754
  {
755
+ "id": "messageNameUuid",
756
+ "generatedValue": {
757
+ "type": "uuid"
758
+ },
759
+ "group": "correlation",
760
+ "binding": {
761
+ "name": "name",
762
+ "type": "bpmn:Message#property"
763
+ },
764
+ "type": "Hidden"
765
+ },
766
+ {
767
+ "id": "resultVariable",
768
+ "label": "Result variable",
769
+ "description": "Name of variable to store the response in",
770
+ "group": "output",
771
+ "binding": {
772
+ "name": "resultVariable",
773
+ "type": "zeebe:property"
774
+ },
775
+ "type": "String"
776
+ },
777
+ {
778
+ "id": "resultExpression",
734
779
  "label": "Result expression",
735
- "type": "String",
736
- "group": "variable-mapping",
780
+ "description": "Expression to map the response into process variables",
737
781
  "feel": "required",
738
- "optional": true,
782
+ "group": "output",
739
783
  "binding": {
740
- "type": "zeebe:property",
741
- "name": "resultExpression"
784
+ "name": "resultExpression",
785
+ "type": "zeebe:property"
742
786
  },
743
- "description": "Expression to map the inbound payload to process variables"
787
+ "type": "Text"
744
788
  }
745
789
  ],
746
- "icon": {
747
- "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
748
- },
749
790
  "engines": {
750
- "camunda": "^8.4"
791
+ "camunda": "^8.3"
792
+ },
793
+ "icon": {
794
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
751
795
  }
752
796
  },
753
797
  {
@@ -755,11 +799,8 @@
755
799
  "name": "Slack Webhook Boundary Event Connector",
756
800
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
757
801
  "description": "Receive events from Slack",
758
- "metadata": {
759
- "keywords": []
760
- },
761
802
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
762
- "version": 7,
803
+ "version": 5,
763
804
  "category": {
764
805
  "id": "connectors",
765
806
  "name": "Connectors"
@@ -769,9 +810,6 @@
769
810
  "value": "bpmn:BoundaryEvent",
770
811
  "eventDefinition": "bpmn:MessageEventDefinition"
771
812
  },
772
- "engines": {
773
- "camunda": "^8.3"
774
- },
775
813
  "groups": [
776
814
  {
777
815
  "id": "endpoint",
@@ -786,11 +824,6 @@
786
824
  "label": "Correlation",
787
825
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
788
826
  },
789
- {
790
- "id": "deduplication",
791
- "label": "Deduplication",
792
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
793
- },
794
827
  {
795
828
  "id": "output",
796
829
  "label": "Output mapping"
@@ -860,18 +893,6 @@
860
893
  },
861
894
  "type": "String"
862
895
  },
863
- {
864
- "id": "consumeUnmatchedEvents",
865
- "label": "Consume unmatched events",
866
- "value": true,
867
- "group": "activation",
868
- "binding": {
869
- "name": "consumeUnmatchedEvents",
870
- "type": "zeebe:property"
871
- },
872
- "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",
873
- "type": "Boolean"
874
- },
875
896
  {
876
897
  "id": "correlationKeyProcess",
877
898
  "label": "Correlation key (process)",
@@ -948,95 +969,372 @@
948
969
  "type": "Hidden"
949
970
  },
950
971
  {
951
- "id": "deduplicationModeManualFlag",
952
- "label": "Manual mode",
953
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
954
- "value": false,
955
- "group": "deduplication",
972
+ "id": "resultVariable",
973
+ "label": "Result variable",
974
+ "description": "Name of variable to store the response in",
975
+ "group": "output",
956
976
  "binding": {
957
- "name": "deduplicationModeManualFlag",
977
+ "name": "resultVariable",
958
978
  "type": "zeebe:property"
959
979
  },
960
- "type": "Boolean"
980
+ "type": "String"
961
981
  },
962
982
  {
963
- "id": "deduplicationId",
964
- "label": "Deduplication ID",
983
+ "id": "resultExpression",
984
+ "label": "Result expression",
985
+ "description": "Expression to map the response into process variables",
986
+ "feel": "required",
987
+ "group": "output",
988
+ "binding": {
989
+ "name": "resultExpression",
990
+ "type": "zeebe:property"
991
+ },
992
+ "type": "Text"
993
+ }
994
+ ],
995
+ "icon": {
996
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
997
+ },
998
+ "engines": {
999
+ "camunda": "^8.5"
1000
+ }
1001
+ },
1002
+ {
1003
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1004
+ "name": "Slack Webhook Boundary Event Connector",
1005
+ "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
1006
+ "description": "Receive events from Slack",
1007
+ "version": 1,
1008
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
1009
+ "category": {
1010
+ "id": "connectors",
1011
+ "name": "Connectors"
1012
+ },
1013
+ "appliesTo": ["bpmn:BoundaryEvent"],
1014
+ "elementType": {
1015
+ "value": "bpmn:BoundaryEvent",
1016
+ "eventDefinition": "bpmn:MessageEventDefinition"
1017
+ },
1018
+ "groups": [
1019
+ {
1020
+ "id": "endpoint",
1021
+ "label": "Webhook configuration"
1022
+ },
1023
+ {
1024
+ "id": "activation",
1025
+ "label": "Activation"
1026
+ },
1027
+ {
1028
+ "id": "variable-mapping",
1029
+ "label": "Variable mapping"
1030
+ }
1031
+ ],
1032
+ "properties": [
1033
+ {
1034
+ "type": "Hidden",
1035
+ "value": "io.camunda:slack-webhook:1",
1036
+ "binding": {
1037
+ "type": "zeebe:property",
1038
+ "name": "inbound.type"
1039
+ }
1040
+ },
1041
+ {
1042
+ "type": "Hidden",
1043
+ "value": "SlackEventsWebhook",
1044
+ "binding": {
1045
+ "type": "zeebe:property",
1046
+ "name": "inbound.subtype"
1047
+ }
1048
+ },
1049
+ {
1050
+ "type": "Hidden",
1051
+ "generatedValue": {
1052
+ "type": "uuid"
1053
+ },
1054
+ "binding": {
1055
+ "type": "bpmn:Message#property",
1056
+ "name": "name"
1057
+ }
1058
+ },
1059
+ {
1060
+ "label": "Webhook ID",
1061
+ "type": "String",
1062
+ "group": "endpoint",
1063
+ "binding": {
1064
+ "type": "zeebe:property",
1065
+ "name": "inbound.context"
1066
+ },
1067
+ "description": "The webhook ID is a part of the URL endpoint",
965
1068
  "constraints": {
966
- "notEmpty": true,
967
- "pattern": {
968
- "value": "^[a-zA-Z0-9_-]+$",
969
- "message": "can only contain alphanumeric characters, dashes, and underscores"
970
- }
1069
+ "notEmpty": true
1070
+ }
1071
+ },
1072
+ {
1073
+ "label": "Slack signing secret",
1074
+ "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
1075
+ "type": "String",
1076
+ "group": "endpoint",
1077
+ "feel": "optional",
1078
+ "binding": {
1079
+ "type": "zeebe:property",
1080
+ "name": "inbound.slackSigningSecret"
971
1081
  },
972
- "group": "deduplication",
1082
+ "constraints": {
1083
+ "notEmpty": true
1084
+ }
1085
+ },
1086
+ {
1087
+ "type": "Hidden",
1088
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
973
1089
  "binding": {
974
- "name": "deduplicationId",
975
- "type": "zeebe:property"
1090
+ "type": "zeebe:property",
1091
+ "name": "inbound.verificationExpression"
1092
+ }
1093
+ },
1094
+ {
1095
+ "label": "Correlation key (process)",
1096
+ "type": "String",
1097
+ "group": "activation",
1098
+ "feel": "required",
1099
+ "description": "Sets up the correlation key from process variables",
1100
+ "binding": {
1101
+ "type": "bpmn:Message#zeebe:subscription#property",
1102
+ "name": "correlationKey"
976
1103
  },
977
- "condition": {
978
- "property": "deduplicationModeManualFlag",
979
- "equals": true,
980
- "type": "simple"
1104
+ "constraints": {
1105
+ "notEmpty": true
1106
+ }
1107
+ },
1108
+ {
1109
+ "label": "Correlation key (payload)",
1110
+ "type": "String",
1111
+ "group": "activation",
1112
+ "feel": "required",
1113
+ "binding": {
1114
+ "type": "zeebe:property",
1115
+ "name": "correlationKeyExpression"
981
1116
  },
982
- "type": "String"
1117
+ "description": "Extracts the correlation key from the incoming message payload",
1118
+ "constraints": {
1119
+ "notEmpty": true
1120
+ }
983
1121
  },
984
1122
  {
985
- "id": "deduplicationModeManual",
986
- "value": "MANUAL",
987
- "group": "deduplication",
1123
+ "label": "Condition",
1124
+ "type": "String",
1125
+ "group": "activation",
1126
+ "feel": "required",
1127
+ "optional": true,
988
1128
  "binding": {
989
- "name": "deduplicationMode",
990
- "type": "zeebe:property"
1129
+ "type": "zeebe:property",
1130
+ "name": "activationCondition"
991
1131
  },
992
- "condition": {
993
- "property": "deduplicationId",
994
- "isActive": true,
995
- "type": "simple"
1132
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
1133
+ },
1134
+ {
1135
+ "label": "Result variable",
1136
+ "type": "String",
1137
+ "group": "variable-mapping",
1138
+ "optional": true,
1139
+ "binding": {
1140
+ "type": "zeebe:property",
1141
+ "name": "resultVariable"
996
1142
  },
997
- "type": "Hidden"
1143
+ "description": "Name of variable to store the result of the connector in"
998
1144
  },
999
1145
  {
1000
- "id": "deduplicationModeAuto",
1001
- "value": "AUTO",
1002
- "group": "deduplication",
1146
+ "label": "Result expression",
1147
+ "type": "String",
1148
+ "group": "variable-mapping",
1149
+ "feel": "required",
1150
+ "optional": true,
1003
1151
  "binding": {
1004
- "name": "deduplicationMode",
1005
- "type": "zeebe:property"
1152
+ "type": "zeebe:property",
1153
+ "name": "resultExpression"
1006
1154
  },
1007
- "condition": {
1008
- "property": "deduplicationId",
1009
- "isActive": false,
1010
- "type": "simple"
1155
+ "description": "Expression to map the inbound payload to process variables"
1156
+ }
1157
+ ],
1158
+ "icon": {
1159
+ "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
1160
+ },
1161
+ "engines": {
1162
+ "camunda": "^8.4"
1163
+ }
1164
+ },
1165
+ {
1166
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1167
+ "name": "Slack Webhook Boundary Event Connector",
1168
+ "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
1169
+ "description": "Receive events from Slack",
1170
+ "version": 2,
1171
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
1172
+ "category": {
1173
+ "id": "connectors",
1174
+ "name": "Connectors"
1175
+ },
1176
+ "appliesTo": ["bpmn:BoundaryEvent"],
1177
+ "elementType": {
1178
+ "value": "bpmn:BoundaryEvent",
1179
+ "eventDefinition": "bpmn:MessageEventDefinition"
1180
+ },
1181
+ "groups": [
1182
+ {
1183
+ "id": "endpoint",
1184
+ "label": "Webhook configuration"
1185
+ },
1186
+ {
1187
+ "id": "activation",
1188
+ "label": "Activation"
1189
+ },
1190
+ {
1191
+ "id": "variable-mapping",
1192
+ "label": "Variable mapping"
1193
+ }
1194
+ ],
1195
+ "properties": [
1196
+ {
1197
+ "type": "Hidden",
1198
+ "value": "io.camunda:slack-webhook:1",
1199
+ "binding": {
1200
+ "type": "zeebe:property",
1201
+ "name": "inbound.type"
1202
+ }
1203
+ },
1204
+ {
1205
+ "type": "Hidden",
1206
+ "value": "SlackEventsWebhook",
1207
+ "binding": {
1208
+ "type": "zeebe:property",
1209
+ "name": "inbound.subtype"
1210
+ }
1211
+ },
1212
+ {
1213
+ "type": "Hidden",
1214
+ "generatedValue": {
1215
+ "type": "uuid"
1011
1216
  },
1012
- "type": "Hidden"
1217
+ "binding": {
1218
+ "type": "bpmn:Message#property",
1219
+ "name": "name"
1220
+ }
1221
+ },
1222
+ {
1223
+ "label": "Webhook ID",
1224
+ "type": "String",
1225
+ "group": "endpoint",
1226
+ "binding": {
1227
+ "type": "zeebe:property",
1228
+ "name": "inbound.context"
1229
+ },
1230
+ "description": "The webhook ID is a part of the URL endpoint",
1231
+ "constraints": {
1232
+ "notEmpty": true
1233
+ }
1234
+ },
1235
+ {
1236
+ "label": "Slack signing secret",
1237
+ "description": "Slack signing secret. <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>See documentation</a> regarding the Slack signing secret",
1238
+ "type": "String",
1239
+ "group": "endpoint",
1240
+ "feel": "optional",
1241
+ "binding": {
1242
+ "type": "zeebe:property",
1243
+ "name": "inbound.slackSigningSecret"
1244
+ },
1245
+ "constraints": {
1246
+ "notEmpty": true
1247
+ }
1248
+ },
1249
+ {
1250
+ "type": "Hidden",
1251
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
1252
+ "binding": {
1253
+ "type": "zeebe:property",
1254
+ "name": "inbound.verificationExpression"
1255
+ }
1256
+ },
1257
+ {
1258
+ "label": "Correlation key (process)",
1259
+ "type": "String",
1260
+ "group": "activation",
1261
+ "feel": "required",
1262
+ "description": "Sets up the correlation key from process variables",
1263
+ "binding": {
1264
+ "type": "bpmn:Message#zeebe:subscription#property",
1265
+ "name": "correlationKey"
1266
+ },
1267
+ "constraints": {
1268
+ "notEmpty": true
1269
+ }
1270
+ },
1271
+ {
1272
+ "label": "Correlation key (payload)",
1273
+ "type": "String",
1274
+ "group": "activation",
1275
+ "feel": "required",
1276
+ "binding": {
1277
+ "type": "zeebe:property",
1278
+ "name": "correlationKeyExpression"
1279
+ },
1280
+ "description": "Extracts the correlation key from the incoming message payload",
1281
+ "constraints": {
1282
+ "notEmpty": true
1283
+ }
1284
+ },
1285
+ {
1286
+ "label": "Message ID expression",
1287
+ "feel": "required",
1288
+ "type": "String",
1289
+ "optional": true,
1290
+ "group": "activation",
1291
+ "binding": {
1292
+ "type": "zeebe:property",
1293
+ "name": "messageIdExpression"
1294
+ },
1295
+ "description": "Expression to extract unique identifier of a message"
1296
+ },
1297
+ {
1298
+ "label": "Condition",
1299
+ "type": "String",
1300
+ "group": "activation",
1301
+ "feel": "required",
1302
+ "optional": true,
1303
+ "binding": {
1304
+ "type": "zeebe:property",
1305
+ "name": "activationCondition"
1306
+ },
1307
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
1013
1308
  },
1014
1309
  {
1015
- "id": "resultVariable",
1016
1310
  "label": "Result variable",
1017
- "description": "Name of variable to store the response in",
1018
- "group": "output",
1311
+ "type": "String",
1312
+ "group": "variable-mapping",
1313
+ "optional": true,
1019
1314
  "binding": {
1020
- "name": "resultVariable",
1021
- "type": "zeebe:property"
1315
+ "type": "zeebe:property",
1316
+ "name": "resultVariable"
1022
1317
  },
1023
- "type": "String"
1318
+ "description": "Name of variable to store the result of the connector in"
1024
1319
  },
1025
1320
  {
1026
- "id": "resultExpression",
1027
1321
  "label": "Result expression",
1028
- "description": "Expression to map the response into process variables",
1322
+ "type": "String",
1323
+ "group": "variable-mapping",
1029
1324
  "feel": "required",
1030
- "group": "output",
1325
+ "optional": true,
1031
1326
  "binding": {
1032
- "name": "resultExpression",
1033
- "type": "zeebe:property"
1327
+ "type": "zeebe:property",
1328
+ "name": "resultExpression"
1034
1329
  },
1035
- "type": "Text"
1330
+ "description": "Expression to map the inbound payload to process variables"
1036
1331
  }
1037
1332
  ],
1038
1333
  "icon": {
1039
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
1334
+ "contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
1335
+ },
1336
+ "engines": {
1337
+ "camunda": "^8.4"
1040
1338
  }
1041
1339
  }
1042
1340
  ]