@camunda/connectors-element-templates 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1406 -798
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,4 +1,179 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Slack Webhook Intermediate Catch Event Connector",
5
+ "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
6
+ "description": "Receive events from Slack",
7
+ "version": 4,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
13
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
14
+ "elementType": {
15
+ "value": "bpmn:IntermediateCatchEvent",
16
+ "eventDefinition": "bpmn:MessageEventDefinition"
17
+ },
18
+ "groups": [
19
+ {
20
+ "id": "endpoint",
21
+ "label": "Webhook configuration"
22
+ },
23
+ {
24
+ "id": "activation",
25
+ "label": "Activation"
26
+ },
27
+ {
28
+ "id": "variable-mapping",
29
+ "label": "Variable mapping"
30
+ }
31
+ ],
32
+ "properties": [
33
+ {
34
+ "type": "Hidden",
35
+ "value": "io.camunda:slack-webhook:1",
36
+ "binding": {
37
+ "type": "zeebe:property",
38
+ "name": "inbound.type"
39
+ }
40
+ },
41
+ {
42
+ "type": "Hidden",
43
+ "value": "SlackEventsWebhook",
44
+ "binding": {
45
+ "type": "zeebe:property",
46
+ "name": "inbound.subtype"
47
+ }
48
+ },
49
+ {
50
+ "type": "Hidden",
51
+ "generatedValue": {
52
+ "type": "uuid"
53
+ },
54
+ "binding": {
55
+ "type": "bpmn:Message#property",
56
+ "name": "name"
57
+ }
58
+ },
59
+ {
60
+ "label": "Webhook ID",
61
+ "type": "String",
62
+ "group": "endpoint",
63
+ "binding": {
64
+ "type": "zeebe:property",
65
+ "name": "inbound.context"
66
+ },
67
+ "description": "The webhook ID is a part of the URL endpoint",
68
+ "constraints": {
69
+ "notEmpty": true
70
+ }
71
+ },
72
+ {
73
+ "label": "Slack signing secret",
74
+ "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",
75
+ "type": "String",
76
+ "group": "endpoint",
77
+ "feel": "optional",
78
+ "binding": {
79
+ "type": "zeebe:property",
80
+ "name": "inbound.slackSigningSecret"
81
+ },
82
+ "constraints": {
83
+ "notEmpty": true
84
+ }
85
+ },
86
+ {
87
+ "type": "Hidden",
88
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
89
+ "binding": {
90
+ "type": "zeebe:property",
91
+ "name": "inbound.verificationExpression"
92
+ }
93
+ },
94
+ {
95
+ "label": "Correlation key (process)",
96
+ "type": "String",
97
+ "group": "activation",
98
+ "feel": "required",
99
+ "description": "Sets up the correlation key from process variables",
100
+ "binding": {
101
+ "type": "bpmn:Message#zeebe:subscription#property",
102
+ "name": "correlationKey"
103
+ },
104
+ "constraints": {
105
+ "notEmpty": true
106
+ }
107
+ },
108
+ {
109
+ "label": "Correlation key (payload)",
110
+ "type": "String",
111
+ "group": "activation",
112
+ "feel": "required",
113
+ "binding": {
114
+ "type": "zeebe:property",
115
+ "name": "correlationKeyExpression"
116
+ },
117
+ "description": "Extracts the correlation key from the incoming message payload",
118
+ "constraints": {
119
+ "notEmpty": true
120
+ }
121
+ },
122
+ {
123
+ "label": "Message ID expression",
124
+ "feel": "required",
125
+ "type": "String",
126
+ "optional": true,
127
+ "group": "activation",
128
+ "binding": {
129
+ "type": "zeebe:property",
130
+ "name": "messageIdExpression"
131
+ },
132
+ "description": "Expression to extract unique identifier of a message"
133
+ },
134
+ {
135
+ "label": "Condition",
136
+ "type": "String",
137
+ "group": "activation",
138
+ "feel": "required",
139
+ "optional": true,
140
+ "binding": {
141
+ "type": "zeebe:property",
142
+ "name": "activationCondition"
143
+ },
144
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
145
+ },
146
+ {
147
+ "label": "Result variable",
148
+ "type": "String",
149
+ "group": "variable-mapping",
150
+ "optional": true,
151
+ "binding": {
152
+ "type": "zeebe:property",
153
+ "name": "resultVariable"
154
+ },
155
+ "description": "Name of variable to store the result of the connector in"
156
+ },
157
+ {
158
+ "label": "Result expression",
159
+ "type": "String",
160
+ "group": "variable-mapping",
161
+ "feel": "required",
162
+ "optional": true,
163
+ "binding": {
164
+ "type": "zeebe:property",
165
+ "name": "resultExpression"
166
+ },
167
+ "description": "Expression to map the inbound payload to process variables"
168
+ }
169
+ ],
170
+ "icon": {
171
+ "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"
172
+ },
173
+ "engines": {
174
+ "camunda": "^8.4"
175
+ }
176
+ },
2
177
  {
3
178
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
179
  "name": "Slack Webhook Intermediate Catch Event Connector",
@@ -159,8 +334,11 @@
159
334
  "name": "Slack Webhook Intermediate Catch Event Connector",
160
335
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
161
336
  "description": "Receive events from Slack",
337
+ "metadata": {
338
+ "keywords": []
339
+ },
162
340
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
163
- "version": 5,
341
+ "version": 7,
164
342
  "category": {
165
343
  "id": "connectors",
166
344
  "name": "Connectors"
@@ -170,6 +348,9 @@
170
348
  "value": "bpmn:IntermediateCatchEvent",
171
349
  "eventDefinition": "bpmn:MessageEventDefinition"
172
350
  },
351
+ "engines": {
352
+ "camunda": "^8.3"
353
+ },
173
354
  "groups": [
174
355
  {
175
356
  "id": "endpoint",
@@ -184,6 +365,11 @@
184
365
  "label": "Correlation",
185
366
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
186
367
  },
368
+ {
369
+ "id": "deduplication",
370
+ "label": "Deduplication",
371
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
372
+ },
187
373
  {
188
374
  "id": "output",
189
375
  "label": "Output mapping"
@@ -253,6 +439,18 @@
253
439
  },
254
440
  "type": "String"
255
441
  },
442
+ {
443
+ "id": "consumeUnmatchedEvents",
444
+ "label": "Consume unmatched events",
445
+ "value": true,
446
+ "group": "activation",
447
+ "binding": {
448
+ "name": "consumeUnmatchedEvents",
449
+ "type": "zeebe:property"
450
+ },
451
+ "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",
452
+ "type": "Boolean"
453
+ },
256
454
  {
257
455
  "id": "correlationKeyProcess",
258
456
  "label": "Correlation key (process)",
@@ -328,6 +526,70 @@
328
526
  },
329
527
  "type": "Hidden"
330
528
  },
529
+ {
530
+ "id": "deduplicationModeManualFlag",
531
+ "label": "Manual mode",
532
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
533
+ "value": false,
534
+ "group": "deduplication",
535
+ "binding": {
536
+ "name": "deduplicationModeManualFlag",
537
+ "type": "zeebe:property"
538
+ },
539
+ "type": "Boolean"
540
+ },
541
+ {
542
+ "id": "deduplicationId",
543
+ "label": "Deduplication ID",
544
+ "constraints": {
545
+ "notEmpty": true,
546
+ "pattern": {
547
+ "value": "^[a-zA-Z0-9_-]+$",
548
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
549
+ }
550
+ },
551
+ "group": "deduplication",
552
+ "binding": {
553
+ "name": "deduplicationId",
554
+ "type": "zeebe:property"
555
+ },
556
+ "condition": {
557
+ "property": "deduplicationModeManualFlag",
558
+ "equals": true,
559
+ "type": "simple"
560
+ },
561
+ "type": "String"
562
+ },
563
+ {
564
+ "id": "deduplicationModeManual",
565
+ "value": "MANUAL",
566
+ "group": "deduplication",
567
+ "binding": {
568
+ "name": "deduplicationMode",
569
+ "type": "zeebe:property"
570
+ },
571
+ "condition": {
572
+ "property": "deduplicationId",
573
+ "isActive": true,
574
+ "type": "simple"
575
+ },
576
+ "type": "Hidden"
577
+ },
578
+ {
579
+ "id": "deduplicationModeAuto",
580
+ "value": "AUTO",
581
+ "group": "deduplication",
582
+ "binding": {
583
+ "name": "deduplicationMode",
584
+ "type": "zeebe:property"
585
+ },
586
+ "condition": {
587
+ "property": "deduplicationId",
588
+ "isActive": false,
589
+ "type": "simple"
590
+ },
591
+ "type": "Hidden"
592
+ },
331
593
  {
332
594
  "id": "resultVariable",
333
595
  "label": "Result variable",
@@ -354,9 +616,6 @@
354
616
  ],
355
617
  "icon": {
356
618
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
357
- },
358
- "engines": {
359
- "camunda": "^8.5"
360
619
  }
361
620
  },
362
621
  {
@@ -364,8 +623,8 @@
364
623
  "name": "Slack Webhook Intermediate Catch Event Connector",
365
624
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
366
625
  "description": "Receive events from Slack",
367
- "version": 4,
368
626
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
627
+ "version": 5,
369
628
  "category": {
370
629
  "id": "connectors",
371
630
  "name": "Connectors"
@@ -385,153 +644,183 @@
385
644
  "label": "Activation"
386
645
  },
387
646
  {
388
- "id": "variable-mapping",
389
- "label": "Variable mapping"
647
+ "id": "correlation",
648
+ "label": "Correlation",
649
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
650
+ },
651
+ {
652
+ "id": "output",
653
+ "label": "Output mapping"
390
654
  }
391
655
  ],
392
656
  "properties": [
393
657
  {
394
- "type": "Hidden",
395
658
  "value": "io.camunda:slack-webhook:1",
396
659
  "binding": {
397
- "type": "zeebe:property",
398
- "name": "inbound.type"
399
- }
400
- },
401
- {
402
- "type": "Hidden",
403
- "value": "SlackEventsWebhook",
404
- "binding": {
405
- "type": "zeebe:property",
406
- "name": "inbound.subtype"
407
- }
408
- },
409
- {
410
- "type": "Hidden",
411
- "generatedValue": {
412
- "type": "uuid"
660
+ "name": "inbound.type",
661
+ "type": "zeebe:property"
413
662
  },
414
- "binding": {
415
- "type": "bpmn:Message#property",
416
- "name": "name"
417
- }
663
+ "type": "Hidden"
418
664
  },
419
665
  {
666
+ "id": "inbound.context",
420
667
  "label": "Webhook ID",
421
- "type": "String",
422
- "group": "endpoint",
423
- "binding": {
424
- "type": "zeebe:property",
425
- "name": "inbound.context"
426
- },
427
668
  "description": "The webhook ID is a part of the URL endpoint",
669
+ "optional": false,
428
670
  "constraints": {
429
671
  "notEmpty": true
430
- }
672
+ },
673
+ "group": "endpoint",
674
+ "binding": {
675
+ "name": "inbound.context",
676
+ "type": "zeebe:property"
677
+ },
678
+ "type": "String"
431
679
  },
432
680
  {
681
+ "id": "inbound.slackSigningSecret",
433
682
  "label": "Slack signing secret",
434
683
  "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",
435
- "type": "String",
684
+ "optional": false,
685
+ "constraints": {
686
+ "notEmpty": true
687
+ },
436
688
  "group": "endpoint",
437
- "feel": "optional",
438
689
  "binding": {
439
- "type": "zeebe:property",
440
- "name": "inbound.slackSigningSecret"
690
+ "name": "inbound.slackSigningSecret",
691
+ "type": "zeebe:property"
441
692
  },
442
- "constraints": {
443
- "notEmpty": true
444
- }
693
+ "type": "String"
445
694
  },
446
695
  {
447
- "type": "Hidden",
696
+ "id": "inbound.verificationExpression",
697
+ "label": "Verification expression",
698
+ "optional": true,
448
699
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
700
+ "group": "endpoint",
449
701
  "binding": {
450
- "type": "zeebe:property",
451
- "name": "inbound.verificationExpression"
452
- }
702
+ "name": "inbound.verificationExpression",
703
+ "type": "zeebe:property"
704
+ },
705
+ "type": "Hidden"
453
706
  },
454
707
  {
455
- "label": "Correlation key (process)",
456
- "type": "String",
457
- "group": "activation",
708
+ "id": "activationCondition",
709
+ "label": "Activation condition",
710
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
711
+ "optional": true,
458
712
  "feel": "required",
459
- "description": "Sets up the correlation key from process variables",
713
+ "group": "activation",
460
714
  "binding": {
461
- "type": "bpmn:Message#zeebe:subscription#property",
462
- "name": "correlationKey"
715
+ "name": "activationCondition",
716
+ "type": "zeebe:property"
463
717
  },
464
- "constraints": {
465
- "notEmpty": true
466
- }
718
+ "type": "String"
467
719
  },
468
720
  {
469
- "label": "Correlation key (payload)",
470
- "type": "String",
471
- "group": "activation",
721
+ "id": "correlationKeyProcess",
722
+ "label": "Correlation key (process)",
723
+ "description": "Sets up the correlation key from process variables",
724
+ "constraints": {
725
+ "notEmpty": true
726
+ },
472
727
  "feel": "required",
728
+ "group": "correlation",
473
729
  "binding": {
474
- "type": "zeebe:property",
475
- "name": "correlationKeyExpression"
730
+ "name": "correlationKey",
731
+ "type": "bpmn:Message#zeebe:subscription#property"
476
732
  },
733
+ "type": "String"
734
+ },
735
+ {
736
+ "id": "correlationKeyPayload",
737
+ "label": "Correlation key (payload)",
477
738
  "description": "Extracts the correlation key from the incoming message payload",
478
739
  "constraints": {
479
740
  "notEmpty": true
480
- }
741
+ },
742
+ "feel": "required",
743
+ "group": "correlation",
744
+ "binding": {
745
+ "name": "correlationKeyExpression",
746
+ "type": "zeebe:property"
747
+ },
748
+ "type": "String"
481
749
  },
482
750
  {
751
+ "id": "messageIdExpression",
483
752
  "label": "Message ID expression",
484
- "feel": "required",
485
- "type": "String",
753
+ "description": "Expression to extract unique identifier of a message",
486
754
  "optional": true,
487
- "group": "activation",
755
+ "feel": "required",
756
+ "group": "correlation",
488
757
  "binding": {
489
- "type": "zeebe:property",
490
- "name": "messageIdExpression"
758
+ "name": "messageIdExpression",
759
+ "type": "zeebe:property"
491
760
  },
492
- "description": "Expression to extract unique identifier of a message"
761
+ "type": "String"
493
762
  },
494
763
  {
495
- "label": "Condition",
496
- "type": "String",
497
- "group": "activation",
498
- "feel": "required",
764
+ "id": "messageTtl",
765
+ "label": "Message TTL",
766
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
499
767
  "optional": true,
768
+ "constraints": {
769
+ "notEmpty": false,
770
+ "pattern": {
771
+ "value": "^(PT.*|)$",
772
+ "message": "must be an ISO-8601 duration"
773
+ }
774
+ },
775
+ "feel": "optional",
776
+ "group": "correlation",
500
777
  "binding": {
501
- "type": "zeebe:property",
502
- "name": "activationCondition"
778
+ "name": "messageTtl",
779
+ "type": "zeebe:property"
503
780
  },
504
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
781
+ "type": "String"
782
+ },
783
+ {
784
+ "id": "messageNameUuid",
785
+ "generatedValue": {
786
+ "type": "uuid"
787
+ },
788
+ "group": "correlation",
789
+ "binding": {
790
+ "name": "name",
791
+ "type": "bpmn:Message#property"
792
+ },
793
+ "type": "Hidden"
505
794
  },
506
795
  {
796
+ "id": "resultVariable",
507
797
  "label": "Result variable",
508
- "type": "String",
509
- "group": "variable-mapping",
510
- "optional": true,
798
+ "description": "Name of variable to store the response in",
799
+ "group": "output",
511
800
  "binding": {
512
- "type": "zeebe:property",
513
- "name": "resultVariable"
801
+ "name": "resultVariable",
802
+ "type": "zeebe:property"
514
803
  },
515
- "description": "Name of variable to store the result of the connector in"
804
+ "type": "String"
516
805
  },
517
806
  {
807
+ "id": "resultExpression",
518
808
  "label": "Result expression",
519
- "type": "String",
520
- "group": "variable-mapping",
809
+ "description": "Expression to map the response into process variables",
521
810
  "feel": "required",
522
- "optional": true,
811
+ "group": "output",
523
812
  "binding": {
524
- "type": "zeebe:property",
525
- "name": "resultExpression"
813
+ "name": "resultExpression",
814
+ "type": "zeebe:property"
526
815
  },
527
- "description": "Expression to map the inbound payload to process variables"
816
+ "type": "Text"
528
817
  }
529
818
  ],
530
819
  "icon": {
531
- "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"
820
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
532
821
  },
533
822
  "engines": {
534
- "camunda": "^8.4"
823
+ "camunda": "^8.5"
535
824
  }
536
825
  },
537
826
  {
@@ -1065,11 +1354,16 @@
1065
1354
  "name": "Slack Webhook Intermediate Catch Event Connector",
1066
1355
  "id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
1067
1356
  "description": "Receive events from Slack",
1068
- "metadata": {
1069
- "keywords": []
1070
- },
1357
+ "keywords": [
1358
+ "message received",
1359
+ "event received",
1360
+ "channel event",
1361
+ "webhook",
1362
+ "messaging",
1363
+ "new message"
1364
+ ],
1071
1365
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
1072
- "version": 7,
1366
+ "version": 8,
1073
1367
  "category": {
1074
1368
  "id": "connectors",
1075
1369
  "name": "Connectors"
@@ -1247,15 +1541,18 @@
1247
1541
  },
1248
1542
  {
1249
1543
  "id": "messageNameUuid",
1544
+ "label": "Message name",
1250
1545
  "generatedValue": {
1251
1546
  "type": "uuid"
1252
1547
  },
1548
+ "feel": "optional",
1253
1549
  "group": "correlation",
1254
1550
  "binding": {
1255
1551
  "name": "name",
1256
1552
  "type": "bpmn:Message#property"
1257
1553
  },
1258
- "type": "Hidden"
1554
+ "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.",
1555
+ "type": "String"
1259
1556
  },
1260
1557
  {
1261
1558
  "id": "deduplicationModeManualFlag",
@@ -1324,7 +1621,7 @@
1324
1621
  {
1325
1622
  "id": "resultVariable",
1326
1623
  "label": "Result variable",
1327
- "description": "Name of variable to store the response in",
1624
+ "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>.",
1328
1625
  "group": "output",
1329
1626
  "binding": {
1330
1627
  "name": "resultVariable",
@@ -1335,7 +1632,8 @@
1335
1632
  {
1336
1633
  "id": "resultExpression",
1337
1634
  "label": "Result expression",
1338
- "description": "Expression to map the response into process variables",
1635
+ "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>.",
1636
+ "value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
1339
1637
  "feel": "required",
1340
1638
  "group": "output",
1341
1639
  "binding": {