@camunda/connectors-element-templates 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -4,8 +4,11 @@
4
4
  "name": "Slack Webhook Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
6
6
  "description": "Receive events from Slack",
7
+ "metadata": {
8
+ "keywords": []
9
+ },
7
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
8
- "version": 5,
11
+ "version": 7,
9
12
  "category": {
10
13
  "id": "connectors",
11
14
  "name": "Connectors"
@@ -15,6 +18,9 @@
15
18
  "value": "bpmn:IntermediateCatchEvent",
16
19
  "eventDefinition": "bpmn:MessageEventDefinition"
17
20
  },
21
+ "engines": {
22
+ "camunda": "^8.3"
23
+ },
18
24
  "groups": [
19
25
  {
20
26
  "id": "endpoint",
@@ -29,6 +35,11 @@
29
35
  "label": "Correlation",
30
36
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
31
37
  },
38
+ {
39
+ "id": "deduplication",
40
+ "label": "Deduplication",
41
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
42
+ },
32
43
  {
33
44
  "id": "output",
34
45
  "label": "Output mapping"
@@ -98,6 +109,18 @@
98
109
  },
99
110
  "type": "String"
100
111
  },
112
+ {
113
+ "id": "consumeUnmatchedEvents",
114
+ "label": "Consume unmatched events",
115
+ "value": true,
116
+ "group": "activation",
117
+ "binding": {
118
+ "name": "consumeUnmatchedEvents",
119
+ "type": "zeebe:property"
120
+ },
121
+ "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",
122
+ "type": "Boolean"
123
+ },
101
124
  {
102
125
  "id": "correlationKeyProcess",
103
126
  "label": "Correlation key (process)",
@@ -173,6 +196,70 @@
173
196
  },
174
197
  "type": "Hidden"
175
198
  },
199
+ {
200
+ "id": "deduplicationModeManualFlag",
201
+ "label": "Manual mode",
202
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
203
+ "value": false,
204
+ "group": "deduplication",
205
+ "binding": {
206
+ "name": "deduplicationModeManualFlag",
207
+ "type": "zeebe:property"
208
+ },
209
+ "type": "Boolean"
210
+ },
211
+ {
212
+ "id": "deduplicationId",
213
+ "label": "Deduplication ID",
214
+ "constraints": {
215
+ "notEmpty": true,
216
+ "pattern": {
217
+ "value": "^[a-zA-Z0-9_-]+$",
218
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
219
+ }
220
+ },
221
+ "group": "deduplication",
222
+ "binding": {
223
+ "name": "deduplicationId",
224
+ "type": "zeebe:property"
225
+ },
226
+ "condition": {
227
+ "property": "deduplicationModeManualFlag",
228
+ "equals": true,
229
+ "type": "simple"
230
+ },
231
+ "type": "String"
232
+ },
233
+ {
234
+ "id": "deduplicationModeManual",
235
+ "value": "MANUAL",
236
+ "group": "deduplication",
237
+ "binding": {
238
+ "name": "deduplicationMode",
239
+ "type": "zeebe:property"
240
+ },
241
+ "condition": {
242
+ "property": "deduplicationId",
243
+ "isActive": true,
244
+ "type": "simple"
245
+ },
246
+ "type": "Hidden"
247
+ },
248
+ {
249
+ "id": "deduplicationModeAuto",
250
+ "value": "AUTO",
251
+ "group": "deduplication",
252
+ "binding": {
253
+ "name": "deduplicationMode",
254
+ "type": "zeebe:property"
255
+ },
256
+ "condition": {
257
+ "property": "deduplicationId",
258
+ "isActive": false,
259
+ "type": "simple"
260
+ },
261
+ "type": "Hidden"
262
+ },
176
263
  {
177
264
  "id": "resultVariable",
178
265
  "label": "Result variable",
@@ -199,17 +286,14 @@
199
286
  ],
200
287
  "icon": {
201
288
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
202
- },
203
- "engines": {
204
- "camunda": "^8.5"
205
289
  }
206
290
  },
207
291
  {
208
292
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
209
- "name": "Slack Webhook",
293
+ "name": "Slack Webhook Intermediate Catch Event Connector",
210
294
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
211
295
  "description": "Receive events from Slack",
212
- "version": 1,
296
+ "version": 2,
213
297
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
214
298
  "category": {
215
299
  "id": "connectors",
@@ -364,11 +448,8 @@
364
448
  "name": "Slack Webhook Intermediate Catch Event Connector",
365
449
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
366
450
  "description": "Receive events from Slack",
367
- "metadata": {
368
- "keywords": []
369
- },
451
+ "version": 4,
370
452
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
371
- "version": 6,
372
453
  "category": {
373
454
  "id": "connectors",
374
455
  "name": "Connectors"
@@ -388,183 +469,153 @@
388
469
  "label": "Activation"
389
470
  },
390
471
  {
391
- "id": "correlation",
392
- "label": "Correlation",
393
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
394
- },
395
- {
396
- "id": "output",
397
- "label": "Output mapping"
472
+ "id": "variable-mapping",
473
+ "label": "Variable mapping"
398
474
  }
399
475
  ],
400
476
  "properties": [
401
477
  {
478
+ "type": "Hidden",
402
479
  "value": "io.camunda:slack-webhook:1",
403
480
  "binding": {
404
- "name": "inbound.type",
405
- "type": "zeebe:property"
481
+ "type": "zeebe:property",
482
+ "name": "inbound.type"
483
+ }
484
+ },
485
+ {
486
+ "type": "Hidden",
487
+ "value": "SlackEventsWebhook",
488
+ "binding": {
489
+ "type": "zeebe:property",
490
+ "name": "inbound.subtype"
491
+ }
492
+ },
493
+ {
494
+ "type": "Hidden",
495
+ "generatedValue": {
496
+ "type": "uuid"
406
497
  },
407
- "type": "Hidden"
498
+ "binding": {
499
+ "type": "bpmn:Message#property",
500
+ "name": "name"
501
+ }
408
502
  },
409
503
  {
410
- "id": "inbound.context",
411
504
  "label": "Webhook ID",
412
- "description": "The webhook ID is a part of the URL endpoint",
413
- "optional": false,
414
- "constraints": {
415
- "notEmpty": true
416
- },
505
+ "type": "String",
417
506
  "group": "endpoint",
418
507
  "binding": {
419
- "name": "inbound.context",
420
- "type": "zeebe:property"
508
+ "type": "zeebe:property",
509
+ "name": "inbound.context"
421
510
  },
422
- "type": "String"
511
+ "description": "The webhook ID is a part of the URL endpoint",
512
+ "constraints": {
513
+ "notEmpty": true
514
+ }
423
515
  },
424
516
  {
425
- "id": "inbound.slackSigningSecret",
426
517
  "label": "Slack signing secret",
427
518
  "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",
428
- "optional": false,
429
- "constraints": {
430
- "notEmpty": true
431
- },
519
+ "type": "String",
432
520
  "group": "endpoint",
521
+ "feel": "optional",
433
522
  "binding": {
434
- "name": "inbound.slackSigningSecret",
435
- "type": "zeebe:property"
523
+ "type": "zeebe:property",
524
+ "name": "inbound.slackSigningSecret"
436
525
  },
437
- "type": "String"
526
+ "constraints": {
527
+ "notEmpty": true
528
+ }
438
529
  },
439
530
  {
440
- "id": "inbound.verificationExpression",
441
- "label": "Verification expression",
442
- "optional": true,
531
+ "type": "Hidden",
443
532
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
444
- "group": "endpoint",
445
533
  "binding": {
446
- "name": "inbound.verificationExpression",
447
- "type": "zeebe:property"
448
- },
449
- "type": "Hidden"
534
+ "type": "zeebe:property",
535
+ "name": "inbound.verificationExpression"
536
+ }
450
537
  },
451
538
  {
452
- "id": "activationCondition",
453
- "label": "Activation condition",
454
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
455
- "optional": true,
456
- "feel": "required",
539
+ "label": "Correlation key (process)",
540
+ "type": "String",
457
541
  "group": "activation",
542
+ "feel": "required",
543
+ "description": "Sets up the correlation key from process variables",
458
544
  "binding": {
459
- "name": "activationCondition",
460
- "type": "zeebe:property"
545
+ "type": "bpmn:Message#zeebe:subscription#property",
546
+ "name": "correlationKey"
461
547
  },
462
- "type": "String"
463
- },
464
- {
465
- "id": "correlationKeyProcess",
466
- "label": "Correlation key (process)",
467
- "description": "Sets up the correlation key from process variables",
468
548
  "constraints": {
469
549
  "notEmpty": true
470
- },
471
- "feel": "required",
472
- "group": "correlation",
473
- "binding": {
474
- "name": "correlationKey",
475
- "type": "bpmn:Message#zeebe:subscription#property"
476
- },
477
- "type": "String"
550
+ }
478
551
  },
479
552
  {
480
- "id": "correlationKeyPayload",
481
553
  "label": "Correlation key (payload)",
482
- "description": "Extracts the correlation key from the incoming message payload",
483
- "constraints": {
484
- "notEmpty": true
485
- },
554
+ "type": "String",
555
+ "group": "activation",
486
556
  "feel": "required",
487
- "group": "correlation",
488
557
  "binding": {
489
- "name": "correlationKeyExpression",
490
- "type": "zeebe:property"
558
+ "type": "zeebe:property",
559
+ "name": "correlationKeyExpression"
491
560
  },
492
- "type": "String"
561
+ "description": "Extracts the correlation key from the incoming message payload",
562
+ "constraints": {
563
+ "notEmpty": true
564
+ }
493
565
  },
494
566
  {
495
- "id": "messageIdExpression",
496
567
  "label": "Message ID expression",
497
- "description": "Expression to extract unique identifier of a message",
498
- "optional": true,
499
568
  "feel": "required",
500
- "group": "correlation",
569
+ "type": "String",
570
+ "optional": true,
571
+ "group": "activation",
501
572
  "binding": {
502
- "name": "messageIdExpression",
503
- "type": "zeebe:property"
573
+ "type": "zeebe:property",
574
+ "name": "messageIdExpression"
504
575
  },
505
- "type": "String"
576
+ "description": "Expression to extract unique identifier of a message"
506
577
  },
507
578
  {
508
- "id": "messageTtl",
509
- "label": "Message TTL",
510
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
579
+ "label": "Condition",
580
+ "type": "String",
581
+ "group": "activation",
582
+ "feel": "required",
511
583
  "optional": true,
512
- "constraints": {
513
- "notEmpty": false,
514
- "pattern": {
515
- "value": "^(PT.*|)$",
516
- "message": "must be an ISO-8601 duration"
517
- }
518
- },
519
- "feel": "optional",
520
- "group": "correlation",
521
584
  "binding": {
522
- "name": "messageTtl",
523
- "type": "zeebe:property"
585
+ "type": "zeebe:property",
586
+ "name": "activationCondition"
524
587
  },
525
- "type": "String"
526
- },
527
- {
528
- "id": "messageNameUuid",
529
- "generatedValue": {
530
- "type": "uuid"
531
- },
532
- "group": "correlation",
533
- "binding": {
534
- "name": "name",
535
- "type": "bpmn:Message#property"
536
- },
537
- "type": "Hidden"
588
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
538
589
  },
539
590
  {
540
- "id": "resultVariable",
541
591
  "label": "Result variable",
542
- "description": "Name of variable to store the response in",
543
- "group": "output",
592
+ "type": "String",
593
+ "group": "variable-mapping",
594
+ "optional": true,
544
595
  "binding": {
545
- "name": "resultVariable",
546
- "type": "zeebe:property"
596
+ "type": "zeebe:property",
597
+ "name": "resultVariable"
547
598
  },
548
- "type": "String"
599
+ "description": "Name of variable to store the result of the connector in"
549
600
  },
550
601
  {
551
- "id": "resultExpression",
552
602
  "label": "Result expression",
553
- "description": "Expression to map the response into process variables",
603
+ "type": "String",
604
+ "group": "variable-mapping",
554
605
  "feel": "required",
555
- "group": "output",
606
+ "optional": true,
556
607
  "binding": {
557
- "name": "resultExpression",
558
- "type": "zeebe:property"
608
+ "type": "zeebe:property",
609
+ "name": "resultExpression"
559
610
  },
560
- "type": "Text"
611
+ "description": "Expression to map the inbound payload to process variables"
561
612
  }
562
613
  ],
563
- "engines": {
564
- "camunda": "^8.3"
565
- },
566
614
  "icon": {
567
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
615
+ "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"
616
+ },
617
+ "engines": {
618
+ "camunda": "^8.4"
568
619
  }
569
620
  },
570
621
  {
@@ -572,7 +623,7 @@
572
623
  "name": "Slack Webhook Intermediate Catch Event Connector",
573
624
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
574
625
  "description": "Receive events from Slack",
575
- "version": 2,
626
+ "version": 3,
576
627
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
577
628
  "category": {
578
629
  "id": "connectors",
@@ -651,6 +702,14 @@
651
702
  "notEmpty": true
652
703
  }
653
704
  },
705
+ {
706
+ "type": "Hidden",
707
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
708
+ "binding": {
709
+ "type": "zeebe:property",
710
+ "name": "inbound.verificationExpression"
711
+ }
712
+ },
654
713
  {
655
714
  "label": "Correlation key (process)",
656
715
  "type": "String",
@@ -719,7 +778,7 @@
719
778
  "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"
720
779
  },
721
780
  "engines": {
722
- "camunda": "^8.2"
781
+ "camunda": "^8.4"
723
782
  }
724
783
  },
725
784
  {
@@ -727,8 +786,8 @@
727
786
  "name": "Slack Webhook Intermediate Catch Event Connector",
728
787
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
729
788
  "description": "Receive events from Slack",
730
- "version": 4,
731
789
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
790
+ "version": 5,
732
791
  "category": {
733
792
  "id": "connectors",
734
793
  "name": "Connectors"
@@ -748,161 +807,191 @@
748
807
  "label": "Activation"
749
808
  },
750
809
  {
751
- "id": "variable-mapping",
752
- "label": "Variable mapping"
810
+ "id": "correlation",
811
+ "label": "Correlation",
812
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
813
+ },
814
+ {
815
+ "id": "output",
816
+ "label": "Output mapping"
753
817
  }
754
818
  ],
755
819
  "properties": [
756
820
  {
757
- "type": "Hidden",
758
821
  "value": "io.camunda:slack-webhook:1",
759
822
  "binding": {
760
- "type": "zeebe:property",
761
- "name": "inbound.type"
762
- }
763
- },
764
- {
765
- "type": "Hidden",
766
- "value": "SlackEventsWebhook",
767
- "binding": {
768
- "type": "zeebe:property",
769
- "name": "inbound.subtype"
770
- }
771
- },
772
- {
773
- "type": "Hidden",
774
- "generatedValue": {
775
- "type": "uuid"
823
+ "name": "inbound.type",
824
+ "type": "zeebe:property"
776
825
  },
777
- "binding": {
778
- "type": "bpmn:Message#property",
779
- "name": "name"
780
- }
826
+ "type": "Hidden"
781
827
  },
782
828
  {
829
+ "id": "inbound.context",
783
830
  "label": "Webhook ID",
784
- "type": "String",
785
- "group": "endpoint",
786
- "binding": {
787
- "type": "zeebe:property",
788
- "name": "inbound.context"
789
- },
790
831
  "description": "The webhook ID is a part of the URL endpoint",
832
+ "optional": false,
791
833
  "constraints": {
792
834
  "notEmpty": true
793
- }
835
+ },
836
+ "group": "endpoint",
837
+ "binding": {
838
+ "name": "inbound.context",
839
+ "type": "zeebe:property"
840
+ },
841
+ "type": "String"
794
842
  },
795
843
  {
844
+ "id": "inbound.slackSigningSecret",
796
845
  "label": "Slack signing secret",
797
846
  "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",
798
- "type": "String",
847
+ "optional": false,
848
+ "constraints": {
849
+ "notEmpty": true
850
+ },
799
851
  "group": "endpoint",
800
- "feel": "optional",
801
852
  "binding": {
802
- "type": "zeebe:property",
803
- "name": "inbound.slackSigningSecret"
853
+ "name": "inbound.slackSigningSecret",
854
+ "type": "zeebe:property"
804
855
  },
805
- "constraints": {
806
- "notEmpty": true
807
- }
856
+ "type": "String"
808
857
  },
809
858
  {
810
- "type": "Hidden",
859
+ "id": "inbound.verificationExpression",
860
+ "label": "Verification expression",
861
+ "optional": true,
811
862
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
863
+ "group": "endpoint",
812
864
  "binding": {
813
- "type": "zeebe:property",
814
- "name": "inbound.verificationExpression"
815
- }
865
+ "name": "inbound.verificationExpression",
866
+ "type": "zeebe:property"
867
+ },
868
+ "type": "Hidden"
816
869
  },
817
870
  {
818
- "label": "Correlation key (process)",
819
- "type": "String",
820
- "group": "activation",
871
+ "id": "activationCondition",
872
+ "label": "Activation condition",
873
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
874
+ "optional": true,
821
875
  "feel": "required",
822
- "description": "Sets up the correlation key from process variables",
876
+ "group": "activation",
823
877
  "binding": {
824
- "type": "bpmn:Message#zeebe:subscription#property",
825
- "name": "correlationKey"
878
+ "name": "activationCondition",
879
+ "type": "zeebe:property"
826
880
  },
827
- "constraints": {
828
- "notEmpty": true
829
- }
881
+ "type": "String"
830
882
  },
831
883
  {
832
- "label": "Correlation key (payload)",
833
- "type": "String",
834
- "group": "activation",
884
+ "id": "correlationKeyProcess",
885
+ "label": "Correlation key (process)",
886
+ "description": "Sets up the correlation key from process variables",
887
+ "constraints": {
888
+ "notEmpty": true
889
+ },
835
890
  "feel": "required",
891
+ "group": "correlation",
836
892
  "binding": {
837
- "type": "zeebe:property",
838
- "name": "correlationKeyExpression"
893
+ "name": "correlationKey",
894
+ "type": "bpmn:Message#zeebe:subscription#property"
839
895
  },
896
+ "type": "String"
897
+ },
898
+ {
899
+ "id": "correlationKeyPayload",
900
+ "label": "Correlation key (payload)",
840
901
  "description": "Extracts the correlation key from the incoming message payload",
841
902
  "constraints": {
842
903
  "notEmpty": true
843
- }
904
+ },
905
+ "feel": "required",
906
+ "group": "correlation",
907
+ "binding": {
908
+ "name": "correlationKeyExpression",
909
+ "type": "zeebe:property"
910
+ },
911
+ "type": "String"
844
912
  },
845
913
  {
914
+ "id": "messageIdExpression",
846
915
  "label": "Message ID expression",
847
- "feel": "required",
848
- "type": "String",
916
+ "description": "Expression to extract unique identifier of a message",
849
917
  "optional": true,
850
- "group": "activation",
918
+ "feel": "required",
919
+ "group": "correlation",
851
920
  "binding": {
852
- "type": "zeebe:property",
853
- "name": "messageIdExpression"
921
+ "name": "messageIdExpression",
922
+ "type": "zeebe:property"
854
923
  },
855
- "description": "Expression to extract unique identifier of a message"
924
+ "type": "String"
856
925
  },
857
926
  {
858
- "label": "Condition",
859
- "type": "String",
860
- "group": "activation",
861
- "feel": "required",
927
+ "id": "messageTtl",
928
+ "label": "Message TTL",
929
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
862
930
  "optional": true,
931
+ "constraints": {
932
+ "notEmpty": false,
933
+ "pattern": {
934
+ "value": "^(PT.*|)$",
935
+ "message": "must be an ISO-8601 duration"
936
+ }
937
+ },
938
+ "feel": "optional",
939
+ "group": "correlation",
863
940
  "binding": {
864
- "type": "zeebe:property",
865
- "name": "activationCondition"
941
+ "name": "messageTtl",
942
+ "type": "zeebe:property"
866
943
  },
867
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
944
+ "type": "String"
945
+ },
946
+ {
947
+ "id": "messageNameUuid",
948
+ "generatedValue": {
949
+ "type": "uuid"
950
+ },
951
+ "group": "correlation",
952
+ "binding": {
953
+ "name": "name",
954
+ "type": "bpmn:Message#property"
955
+ },
956
+ "type": "Hidden"
868
957
  },
869
958
  {
959
+ "id": "resultVariable",
870
960
  "label": "Result variable",
871
- "type": "String",
872
- "group": "variable-mapping",
873
- "optional": true,
961
+ "description": "Name of variable to store the response in",
962
+ "group": "output",
874
963
  "binding": {
875
- "type": "zeebe:property",
876
- "name": "resultVariable"
964
+ "name": "resultVariable",
965
+ "type": "zeebe:property"
877
966
  },
878
- "description": "Name of variable to store the result of the connector in"
967
+ "type": "String"
879
968
  },
880
969
  {
970
+ "id": "resultExpression",
881
971
  "label": "Result expression",
882
- "type": "String",
883
- "group": "variable-mapping",
972
+ "description": "Expression to map the response into process variables",
884
973
  "feel": "required",
885
- "optional": true,
974
+ "group": "output",
886
975
  "binding": {
887
- "type": "zeebe:property",
888
- "name": "resultExpression"
976
+ "name": "resultExpression",
977
+ "type": "zeebe:property"
889
978
  },
890
- "description": "Expression to map the inbound payload to process variables"
979
+ "type": "Text"
891
980
  }
892
981
  ],
893
982
  "icon": {
894
- "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"
983
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
895
984
  },
896
985
  "engines": {
897
- "camunda": "^8.4"
986
+ "camunda": "^8.5"
898
987
  }
899
988
  },
900
989
  {
901
990
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
902
- "name": "Slack Webhook Intermediate Catch Event Connector",
991
+ "name": "Slack Webhook",
903
992
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
904
993
  "description": "Receive events from Slack",
905
- "version": 3,
994
+ "version": 1,
906
995
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
907
996
  "category": {
908
997
  "id": "connectors",
@@ -981,14 +1070,6 @@
981
1070
  "notEmpty": true
982
1071
  }
983
1072
  },
984
- {
985
- "type": "Hidden",
986
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
987
- "binding": {
988
- "type": "zeebe:property",
989
- "name": "inbound.verificationExpression"
990
- }
991
- },
992
1073
  {
993
1074
  "label": "Correlation key (process)",
994
1075
  "type": "String",
@@ -1057,7 +1138,7 @@
1057
1138
  "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"
1058
1139
  },
1059
1140
  "engines": {
1060
- "camunda": "^8.4"
1141
+ "camunda": "^8.2"
1061
1142
  }
1062
1143
  },
1063
1144
  {
@@ -1069,7 +1150,7 @@
1069
1150
  "keywords": []
1070
1151
  },
1071
1152
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
1072
- "version": 7,
1153
+ "version": 6,
1073
1154
  "category": {
1074
1155
  "id": "connectors",
1075
1156
  "name": "Connectors"
@@ -1079,9 +1160,6 @@
1079
1160
  "value": "bpmn:IntermediateCatchEvent",
1080
1161
  "eventDefinition": "bpmn:MessageEventDefinition"
1081
1162
  },
1082
- "engines": {
1083
- "camunda": "^8.3"
1084
- },
1085
1163
  "groups": [
1086
1164
  {
1087
1165
  "id": "endpoint",
@@ -1096,11 +1174,6 @@
1096
1174
  "label": "Correlation",
1097
1175
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1098
1176
  },
1099
- {
1100
- "id": "deduplication",
1101
- "label": "Deduplication",
1102
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1103
- },
1104
1177
  {
1105
1178
  "id": "output",
1106
1179
  "label": "Output mapping"
@@ -1170,18 +1243,6 @@
1170
1243
  },
1171
1244
  "type": "String"
1172
1245
  },
1173
- {
1174
- "id": "consumeUnmatchedEvents",
1175
- "label": "Consume unmatched events",
1176
- "value": true,
1177
- "group": "activation",
1178
- "binding": {
1179
- "name": "consumeUnmatchedEvents",
1180
- "type": "zeebe:property"
1181
- },
1182
- "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",
1183
- "type": "Boolean"
1184
- },
1185
1246
  {
1186
1247
  "id": "correlationKeyProcess",
1187
1248
  "label": "Correlation key (process)",
@@ -1257,70 +1318,6 @@
1257
1318
  },
1258
1319
  "type": "Hidden"
1259
1320
  },
1260
- {
1261
- "id": "deduplicationModeManualFlag",
1262
- "label": "Manual mode",
1263
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1264
- "value": false,
1265
- "group": "deduplication",
1266
- "binding": {
1267
- "name": "deduplicationModeManualFlag",
1268
- "type": "zeebe:property"
1269
- },
1270
- "type": "Boolean"
1271
- },
1272
- {
1273
- "id": "deduplicationId",
1274
- "label": "Deduplication ID",
1275
- "constraints": {
1276
- "notEmpty": true,
1277
- "pattern": {
1278
- "value": "^[a-zA-Z0-9_-]+$",
1279
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1280
- }
1281
- },
1282
- "group": "deduplication",
1283
- "binding": {
1284
- "name": "deduplicationId",
1285
- "type": "zeebe:property"
1286
- },
1287
- "condition": {
1288
- "property": "deduplicationModeManualFlag",
1289
- "equals": true,
1290
- "type": "simple"
1291
- },
1292
- "type": "String"
1293
- },
1294
- {
1295
- "id": "deduplicationModeManual",
1296
- "value": "MANUAL",
1297
- "group": "deduplication",
1298
- "binding": {
1299
- "name": "deduplicationMode",
1300
- "type": "zeebe:property"
1301
- },
1302
- "condition": {
1303
- "property": "deduplicationId",
1304
- "isActive": true,
1305
- "type": "simple"
1306
- },
1307
- "type": "Hidden"
1308
- },
1309
- {
1310
- "id": "deduplicationModeAuto",
1311
- "value": "AUTO",
1312
- "group": "deduplication",
1313
- "binding": {
1314
- "name": "deduplicationMode",
1315
- "type": "zeebe:property"
1316
- },
1317
- "condition": {
1318
- "property": "deduplicationId",
1319
- "isActive": false,
1320
- "type": "simple"
1321
- },
1322
- "type": "Hidden"
1323
- },
1324
1321
  {
1325
1322
  "id": "resultVariable",
1326
1323
  "label": "Result variable",
@@ -1345,6 +1342,9 @@
1345
1342
  "type": "Text"
1346
1343
  }
1347
1344
  ],
1345
+ "engines": {
1346
+ "camunda": "^8.3"
1347
+ },
1348
1348
  "icon": {
1349
1349
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
1350
1350
  }