@camunda/connectors-element-templates 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -4,11 +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
- "metadata": {
8
- "keywords": []
9
- },
7
+ "keywords": [
8
+ "message received",
9
+ "event received",
10
+ "channel event",
11
+ "webhook",
12
+ "messaging",
13
+ "new message"
14
+ ],
10
15
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
- "version": 7,
16
+ "version": 8,
12
17
  "category": {
13
18
  "id": "connectors",
14
19
  "name": "Connectors"
@@ -186,15 +191,18 @@
186
191
  },
187
192
  {
188
193
  "id": "messageNameUuid",
194
+ "label": "Message name",
189
195
  "generatedValue": {
190
196
  "type": "uuid"
191
197
  },
198
+ "feel": "optional",
192
199
  "group": "correlation",
193
200
  "binding": {
194
201
  "name": "name",
195
202
  "type": "bpmn:Message#property"
196
203
  },
197
- "type": "Hidden"
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.",
205
+ "type": "String"
198
206
  },
199
207
  {
200
208
  "id": "deduplicationModeManualFlag",
@@ -263,7 +271,7 @@
263
271
  {
264
272
  "id": "resultVariable",
265
273
  "label": "Result variable",
266
- "description": "Name of variable to store the response in",
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>.",
267
275
  "group": "output",
268
276
  "binding": {
269
277
  "name": "resultVariable",
@@ -274,7 +282,8 @@
274
282
  {
275
283
  "id": "resultExpression",
276
284
  "label": "Result expression",
277
- "description": "Expression to map the response into process variables",
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}",
278
287
  "feel": "required",
279
288
  "group": "output",
280
289
  "binding": {
@@ -297,7 +306,7 @@
297
306
  "keywords": []
298
307
  },
299
308
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
300
- "version": 6,
309
+ "version": 7,
301
310
  "category": {
302
311
  "id": "connectors",
303
312
  "name": "Connectors"
@@ -307,6 +316,9 @@
307
316
  "value": "bpmn:BoundaryEvent",
308
317
  "eventDefinition": "bpmn:MessageEventDefinition"
309
318
  },
319
+ "engines": {
320
+ "camunda": "^8.3"
321
+ },
310
322
  "groups": [
311
323
  {
312
324
  "id": "endpoint",
@@ -321,6 +333,11 @@
321
333
  "label": "Correlation",
322
334
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
323
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
+ },
324
341
  {
325
342
  "id": "output",
326
343
  "label": "Output mapping"
@@ -390,6 +407,18 @@
390
407
  },
391
408
  "type": "String"
392
409
  },
410
+ {
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
+ },
393
422
  {
394
423
  "id": "correlationKeyProcess",
395
424
  "label": "Correlation key (process)",
@@ -465,6 +494,70 @@
465
494
  },
466
495
  "type": "Hidden"
467
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
+ },
468
561
  {
469
562
  "id": "resultVariable",
470
563
  "label": "Result variable",
@@ -489,9 +582,6 @@
489
582
  "type": "Text"
490
583
  }
491
584
  ],
492
- "engines": {
493
- "camunda": "^8.3"
494
- },
495
585
  "icon": {
496
586
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
497
587
  }
@@ -501,8 +591,11 @@
501
591
  "name": "Slack Webhook Boundary Event Connector",
502
592
  "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
503
593
  "description": "Receive events from Slack",
504
- "version": 1,
505
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
594
+ "metadata": {
595
+ "keywords": []
596
+ },
597
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
598
+ "version": 6,
506
599
  "category": {
507
600
  "id": "connectors",
508
601
  "name": "Connectors"
@@ -522,141 +615,183 @@
522
615
  "label": "Activation"
523
616
  },
524
617
  {
525
- "id": "variable-mapping",
526
- "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"
527
625
  }
528
626
  ],
529
627
  "properties": [
530
628
  {
531
- "type": "Hidden",
532
629
  "value": "io.camunda:slack-webhook:1",
533
630
  "binding": {
534
- "type": "zeebe:property",
535
- "name": "inbound.type"
536
- }
537
- },
538
- {
539
- "type": "Hidden",
540
- "value": "SlackEventsWebhook",
541
- "binding": {
542
- "type": "zeebe:property",
543
- "name": "inbound.subtype"
544
- }
545
- },
546
- {
547
- "type": "Hidden",
548
- "generatedValue": {
549
- "type": "uuid"
631
+ "name": "inbound.type",
632
+ "type": "zeebe:property"
550
633
  },
551
- "binding": {
552
- "type": "bpmn:Message#property",
553
- "name": "name"
554
- }
634
+ "type": "Hidden"
555
635
  },
556
636
  {
637
+ "id": "inbound.context",
557
638
  "label": "Webhook ID",
558
- "type": "String",
559
- "group": "endpoint",
560
- "binding": {
561
- "type": "zeebe:property",
562
- "name": "inbound.context"
563
- },
564
639
  "description": "The webhook ID is a part of the URL endpoint",
640
+ "optional": false,
565
641
  "constraints": {
566
642
  "notEmpty": true
567
- }
643
+ },
644
+ "group": "endpoint",
645
+ "binding": {
646
+ "name": "inbound.context",
647
+ "type": "zeebe:property"
648
+ },
649
+ "type": "String"
568
650
  },
569
651
  {
652
+ "id": "inbound.slackSigningSecret",
570
653
  "label": "Slack signing secret",
571
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",
572
- "type": "String",
655
+ "optional": false,
656
+ "constraints": {
657
+ "notEmpty": true
658
+ },
573
659
  "group": "endpoint",
574
- "feel": "optional",
575
660
  "binding": {
576
- "type": "zeebe:property",
577
- "name": "inbound.slackSigningSecret"
661
+ "name": "inbound.slackSigningSecret",
662
+ "type": "zeebe:property"
578
663
  },
579
- "constraints": {
580
- "notEmpty": true
581
- }
664
+ "type": "String"
582
665
  },
583
666
  {
584
- "type": "Hidden",
667
+ "id": "inbound.verificationExpression",
668
+ "label": "Verification expression",
669
+ "optional": true,
585
670
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
671
+ "group": "endpoint",
586
672
  "binding": {
587
- "type": "zeebe:property",
588
- "name": "inbound.verificationExpression"
589
- }
673
+ "name": "inbound.verificationExpression",
674
+ "type": "zeebe:property"
675
+ },
676
+ "type": "Hidden"
590
677
  },
591
678
  {
592
- "label": "Correlation key (process)",
593
- "type": "String",
594
- "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,
595
683
  "feel": "required",
596
- "description": "Sets up the correlation key from process variables",
684
+ "group": "activation",
597
685
  "binding": {
598
- "type": "bpmn:Message#zeebe:subscription#property",
599
- "name": "correlationKey"
686
+ "name": "activationCondition",
687
+ "type": "zeebe:property"
600
688
  },
601
- "constraints": {
602
- "notEmpty": true
603
- }
689
+ "type": "String"
604
690
  },
605
691
  {
606
- "label": "Correlation key (payload)",
607
- "type": "String",
608
- "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
+ },
609
698
  "feel": "required",
699
+ "group": "correlation",
610
700
  "binding": {
611
- "type": "zeebe:property",
612
- "name": "correlationKeyExpression"
701
+ "name": "correlationKey",
702
+ "type": "bpmn:Message#zeebe:subscription#property"
613
703
  },
704
+ "type": "String"
705
+ },
706
+ {
707
+ "id": "correlationKeyPayload",
708
+ "label": "Correlation key (payload)",
614
709
  "description": "Extracts the correlation key from the incoming message payload",
615
710
  "constraints": {
616
711
  "notEmpty": true
617
- }
712
+ },
713
+ "feel": "required",
714
+ "group": "correlation",
715
+ "binding": {
716
+ "name": "correlationKeyExpression",
717
+ "type": "zeebe:property"
718
+ },
719
+ "type": "String"
618
720
  },
619
721
  {
620
- "label": "Condition",
621
- "type": "String",
622
- "group": "activation",
722
+ "id": "messageIdExpression",
723
+ "label": "Message ID expression",
724
+ "description": "Expression to extract unique identifier of a message",
725
+ "optional": true,
623
726
  "feel": "required",
727
+ "group": "correlation",
728
+ "binding": {
729
+ "name": "messageIdExpression",
730
+ "type": "zeebe:property"
731
+ },
732
+ "type": "String"
733
+ },
734
+ {
735
+ "id": "messageTtl",
736
+ "label": "Message TTL",
737
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
624
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",
625
748
  "binding": {
626
- "type": "zeebe:property",
627
- "name": "activationCondition"
749
+ "name": "messageTtl",
750
+ "type": "zeebe:property"
628
751
  },
629
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
752
+ "type": "String"
630
753
  },
631
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",
632
768
  "label": "Result variable",
633
- "type": "String",
634
- "group": "variable-mapping",
635
- "optional": true,
769
+ "description": "Name of variable to store the response in",
770
+ "group": "output",
636
771
  "binding": {
637
- "type": "zeebe:property",
638
- "name": "resultVariable"
772
+ "name": "resultVariable",
773
+ "type": "zeebe:property"
639
774
  },
640
- "description": "Name of variable to store the result of the connector in"
775
+ "type": "String"
641
776
  },
642
777
  {
778
+ "id": "resultExpression",
643
779
  "label": "Result expression",
644
- "type": "String",
645
- "group": "variable-mapping",
780
+ "description": "Expression to map the response into process variables",
646
781
  "feel": "required",
647
- "optional": true,
782
+ "group": "output",
648
783
  "binding": {
649
- "type": "zeebe:property",
650
- "name": "resultExpression"
784
+ "name": "resultExpression",
785
+ "type": "zeebe:property"
651
786
  },
652
- "description": "Expression to map the inbound payload to process variables"
787
+ "type": "Text"
653
788
  }
654
789
  ],
655
- "icon": {
656
- "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"
657
- },
658
790
  "engines": {
659
- "camunda": "^8.4"
791
+ "camunda": "^8.3"
792
+ },
793
+ "icon": {
794
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
660
795
  }
661
796
  },
662
797
  {
@@ -864,6 +999,169 @@
864
999
  "camunda": "^8.5"
865
1000
  }
866
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",
1068
+ "constraints": {
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"
1081
+ },
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",
1089
+ "binding": {
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"
1103
+ },
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"
1116
+ },
1117
+ "description": "Extracts the correlation key from the incoming message payload",
1118
+ "constraints": {
1119
+ "notEmpty": true
1120
+ }
1121
+ },
1122
+ {
1123
+ "label": "Condition",
1124
+ "type": "String",
1125
+ "group": "activation",
1126
+ "feel": "required",
1127
+ "optional": true,
1128
+ "binding": {
1129
+ "type": "zeebe:property",
1130
+ "name": "activationCondition"
1131
+ },
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"
1142
+ },
1143
+ "description": "Name of variable to store the result of the connector in"
1144
+ },
1145
+ {
1146
+ "label": "Result expression",
1147
+ "type": "String",
1148
+ "group": "variable-mapping",
1149
+ "feel": "required",
1150
+ "optional": true,
1151
+ "binding": {
1152
+ "type": "zeebe:property",
1153
+ "name": "resultExpression"
1154
+ },
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
+ },
867
1165
  {
868
1166
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
869
1167
  "name": "Slack Webhook Boundary Event Connector",