@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -4,11 +4,8 @@
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
- },
10
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
- "version": 7,
7
+ "version": 1,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -18,9 +15,6 @@
18
15
  "value": "bpmn:BoundaryEvent",
19
16
  "eventDefinition": "bpmn:MessageEventDefinition"
20
17
  },
21
- "engines": {
22
- "camunda": "^8.3"
23
- },
24
18
  "groups": [
25
19
  {
26
20
  "id": "endpoint",
@@ -31,261 +25,141 @@
31
25
  "label": "Activation"
32
26
  },
33
27
  {
34
- "id": "correlation",
35
- "label": "Correlation",
36
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
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
- },
43
- {
44
- "id": "output",
45
- "label": "Output mapping"
28
+ "id": "variable-mapping",
29
+ "label": "Variable mapping"
46
30
  }
47
31
  ],
48
32
  "properties": [
49
33
  {
34
+ "type": "Hidden",
50
35
  "value": "io.camunda:slack-webhook:1",
51
36
  "binding": {
52
- "name": "inbound.type",
53
- "type": "zeebe:property"
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"
54
53
  },
55
- "type": "Hidden"
54
+ "binding": {
55
+ "type": "bpmn:Message#property",
56
+ "name": "name"
57
+ }
56
58
  },
57
59
  {
58
- "id": "inbound.context",
59
60
  "label": "Webhook ID",
60
- "description": "The webhook ID is a part of the URL endpoint",
61
- "optional": false,
62
- "constraints": {
63
- "notEmpty": true
64
- },
61
+ "type": "String",
65
62
  "group": "endpoint",
66
63
  "binding": {
67
- "name": "inbound.context",
68
- "type": "zeebe:property"
64
+ "type": "zeebe:property",
65
+ "name": "inbound.context"
69
66
  },
70
- "type": "String"
67
+ "description": "The webhook ID is a part of the URL endpoint",
68
+ "constraints": {
69
+ "notEmpty": true
70
+ }
71
71
  },
72
72
  {
73
- "id": "inbound.slackSigningSecret",
74
73
  "label": "Slack signing secret",
75
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",
76
- "optional": false,
77
- "constraints": {
78
- "notEmpty": true
79
- },
75
+ "type": "String",
80
76
  "group": "endpoint",
77
+ "feel": "optional",
81
78
  "binding": {
82
- "name": "inbound.slackSigningSecret",
83
- "type": "zeebe:property"
79
+ "type": "zeebe:property",
80
+ "name": "inbound.slackSigningSecret"
84
81
  },
85
- "type": "String"
82
+ "constraints": {
83
+ "notEmpty": true
84
+ }
86
85
  },
87
86
  {
88
- "id": "inbound.verificationExpression",
89
- "label": "Verification expression",
90
- "optional": true,
87
+ "type": "Hidden",
91
88
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
92
- "group": "endpoint",
93
89
  "binding": {
94
- "name": "inbound.verificationExpression",
95
- "type": "zeebe:property"
96
- },
97
- "type": "Hidden"
90
+ "type": "zeebe:property",
91
+ "name": "inbound.verificationExpression"
92
+ }
98
93
  },
99
94
  {
100
- "id": "activationCondition",
101
- "label": "Activation condition",
102
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
103
- "optional": true,
104
- "feel": "required",
95
+ "label": "Correlation key (process)",
96
+ "type": "String",
105
97
  "group": "activation",
98
+ "feel": "required",
99
+ "description": "Sets up the correlation key from process variables",
106
100
  "binding": {
107
- "name": "activationCondition",
108
- "type": "zeebe:property"
101
+ "type": "bpmn:Message#zeebe:subscription#property",
102
+ "name": "correlationKey"
109
103
  },
110
- "type": "String"
104
+ "constraints": {
105
+ "notEmpty": true
106
+ }
111
107
  },
112
108
  {
113
- "id": "consumeUnmatchedEvents",
114
- "label": "Consume unmatched events",
115
- "value": true,
109
+ "label": "Correlation key (payload)",
110
+ "type": "String",
116
111
  "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
- },
124
- {
125
- "id": "correlationKeyProcess",
126
- "label": "Correlation key (process)",
127
- "description": "Sets up the correlation key from process variables",
128
- "constraints": {
129
- "notEmpty": true
130
- },
131
112
  "feel": "required",
132
- "group": "correlation",
133
113
  "binding": {
134
- "name": "correlationKey",
135
- "type": "bpmn:Message#zeebe:subscription#property"
114
+ "type": "zeebe:property",
115
+ "name": "correlationKeyExpression"
136
116
  },
137
- "type": "String"
138
- },
139
- {
140
- "id": "correlationKeyPayload",
141
- "label": "Correlation key (payload)",
142
117
  "description": "Extracts the correlation key from the incoming message payload",
143
118
  "constraints": {
144
119
  "notEmpty": true
145
- },
146
- "feel": "required",
147
- "group": "correlation",
148
- "binding": {
149
- "name": "correlationKeyExpression",
150
- "type": "zeebe:property"
151
- },
152
- "type": "String"
120
+ }
153
121
  },
154
122
  {
155
- "id": "messageIdExpression",
156
- "label": "Message ID expression",
157
- "description": "Expression to extract unique identifier of a message",
158
- "optional": true,
123
+ "label": "Condition",
124
+ "type": "String",
125
+ "group": "activation",
159
126
  "feel": "required",
160
- "group": "correlation",
161
- "binding": {
162
- "name": "messageIdExpression",
163
- "type": "zeebe:property"
164
- },
165
- "type": "String"
166
- },
167
- {
168
- "id": "messageTtl",
169
- "label": "Message TTL",
170
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
171
127
  "optional": true,
172
- "constraints": {
173
- "notEmpty": false,
174
- "pattern": {
175
- "value": "^(PT.*|)$",
176
- "message": "must be an ISO-8601 duration"
177
- }
178
- },
179
- "feel": "optional",
180
- "group": "correlation",
181
- "binding": {
182
- "name": "messageTtl",
183
- "type": "zeebe:property"
184
- },
185
- "type": "String"
186
- },
187
- {
188
- "id": "messageNameUuid",
189
- "generatedValue": {
190
- "type": "uuid"
191
- },
192
- "group": "correlation",
193
- "binding": {
194
- "name": "name",
195
- "type": "bpmn:Message#property"
196
- },
197
- "type": "Hidden"
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
128
  "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"
129
+ "type": "zeebe:property",
130
+ "name": "activationCondition"
260
131
  },
261
- "type": "Hidden"
132
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
262
133
  },
263
134
  {
264
- "id": "resultVariable",
265
135
  "label": "Result variable",
266
- "description": "Name of variable to store the response in",
267
- "group": "output",
136
+ "type": "String",
137
+ "group": "variable-mapping",
138
+ "optional": true,
268
139
  "binding": {
269
- "name": "resultVariable",
270
- "type": "zeebe:property"
140
+ "type": "zeebe:property",
141
+ "name": "resultVariable"
271
142
  },
272
- "type": "String"
143
+ "description": "Name of variable to store the result of the connector in"
273
144
  },
274
145
  {
275
- "id": "resultExpression",
276
146
  "label": "Result expression",
277
- "description": "Expression to map the response into process variables",
147
+ "type": "String",
148
+ "group": "variable-mapping",
278
149
  "feel": "required",
279
- "group": "output",
150
+ "optional": true,
280
151
  "binding": {
281
- "name": "resultExpression",
282
- "type": "zeebe:property"
152
+ "type": "zeebe:property",
153
+ "name": "resultExpression"
283
154
  },
284
- "type": "Text"
155
+ "description": "Expression to map the inbound payload to process variables"
285
156
  }
286
157
  ],
287
158
  "icon": {
288
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
159
+ "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"
160
+ },
161
+ "engines": {
162
+ "camunda": "^8.4"
289
163
  }
290
164
  },
291
165
  {
@@ -472,7 +346,215 @@
472
346
  "keywords": []
473
347
  },
474
348
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
475
- "version": 6,
349
+ "version": 6,
350
+ "category": {
351
+ "id": "connectors",
352
+ "name": "Connectors"
353
+ },
354
+ "appliesTo": ["bpmn:BoundaryEvent"],
355
+ "elementType": {
356
+ "value": "bpmn:BoundaryEvent",
357
+ "eventDefinition": "bpmn:MessageEventDefinition"
358
+ },
359
+ "groups": [
360
+ {
361
+ "id": "endpoint",
362
+ "label": "Webhook configuration"
363
+ },
364
+ {
365
+ "id": "activation",
366
+ "label": "Activation"
367
+ },
368
+ {
369
+ "id": "correlation",
370
+ "label": "Correlation",
371
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
372
+ },
373
+ {
374
+ "id": "output",
375
+ "label": "Output mapping"
376
+ }
377
+ ],
378
+ "properties": [
379
+ {
380
+ "value": "io.camunda:slack-webhook:1",
381
+ "binding": {
382
+ "name": "inbound.type",
383
+ "type": "zeebe:property"
384
+ },
385
+ "type": "Hidden"
386
+ },
387
+ {
388
+ "id": "inbound.context",
389
+ "label": "Webhook ID",
390
+ "description": "The webhook ID is a part of the URL endpoint",
391
+ "optional": false,
392
+ "constraints": {
393
+ "notEmpty": true
394
+ },
395
+ "group": "endpoint",
396
+ "binding": {
397
+ "name": "inbound.context",
398
+ "type": "zeebe:property"
399
+ },
400
+ "type": "String"
401
+ },
402
+ {
403
+ "id": "inbound.slackSigningSecret",
404
+ "label": "Slack signing secret",
405
+ "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",
406
+ "optional": false,
407
+ "constraints": {
408
+ "notEmpty": true
409
+ },
410
+ "group": "endpoint",
411
+ "binding": {
412
+ "name": "inbound.slackSigningSecret",
413
+ "type": "zeebe:property"
414
+ },
415
+ "type": "String"
416
+ },
417
+ {
418
+ "id": "inbound.verificationExpression",
419
+ "label": "Verification expression",
420
+ "optional": true,
421
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
422
+ "group": "endpoint",
423
+ "binding": {
424
+ "name": "inbound.verificationExpression",
425
+ "type": "zeebe:property"
426
+ },
427
+ "type": "Hidden"
428
+ },
429
+ {
430
+ "id": "activationCondition",
431
+ "label": "Activation condition",
432
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
433
+ "optional": true,
434
+ "feel": "required",
435
+ "group": "activation",
436
+ "binding": {
437
+ "name": "activationCondition",
438
+ "type": "zeebe:property"
439
+ },
440
+ "type": "String"
441
+ },
442
+ {
443
+ "id": "correlationKeyProcess",
444
+ "label": "Correlation key (process)",
445
+ "description": "Sets up the correlation key from process variables",
446
+ "constraints": {
447
+ "notEmpty": true
448
+ },
449
+ "feel": "required",
450
+ "group": "correlation",
451
+ "binding": {
452
+ "name": "correlationKey",
453
+ "type": "bpmn:Message#zeebe:subscription#property"
454
+ },
455
+ "type": "String"
456
+ },
457
+ {
458
+ "id": "correlationKeyPayload",
459
+ "label": "Correlation key (payload)",
460
+ "description": "Extracts the correlation key from the incoming message payload",
461
+ "constraints": {
462
+ "notEmpty": true
463
+ },
464
+ "feel": "required",
465
+ "group": "correlation",
466
+ "binding": {
467
+ "name": "correlationKeyExpression",
468
+ "type": "zeebe:property"
469
+ },
470
+ "type": "String"
471
+ },
472
+ {
473
+ "id": "messageIdExpression",
474
+ "label": "Message ID expression",
475
+ "description": "Expression to extract unique identifier of a message",
476
+ "optional": true,
477
+ "feel": "required",
478
+ "group": "correlation",
479
+ "binding": {
480
+ "name": "messageIdExpression",
481
+ "type": "zeebe:property"
482
+ },
483
+ "type": "String"
484
+ },
485
+ {
486
+ "id": "messageTtl",
487
+ "label": "Message TTL",
488
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
489
+ "optional": true,
490
+ "constraints": {
491
+ "notEmpty": false,
492
+ "pattern": {
493
+ "value": "^(PT.*|)$",
494
+ "message": "must be an ISO-8601 duration"
495
+ }
496
+ },
497
+ "feel": "optional",
498
+ "group": "correlation",
499
+ "binding": {
500
+ "name": "messageTtl",
501
+ "type": "zeebe:property"
502
+ },
503
+ "type": "String"
504
+ },
505
+ {
506
+ "id": "messageNameUuid",
507
+ "generatedValue": {
508
+ "type": "uuid"
509
+ },
510
+ "group": "correlation",
511
+ "binding": {
512
+ "name": "name",
513
+ "type": "bpmn:Message#property"
514
+ },
515
+ "type": "Hidden"
516
+ },
517
+ {
518
+ "id": "resultVariable",
519
+ "label": "Result variable",
520
+ "description": "Name of variable to store the response in",
521
+ "group": "output",
522
+ "binding": {
523
+ "name": "resultVariable",
524
+ "type": "zeebe:property"
525
+ },
526
+ "type": "String"
527
+ },
528
+ {
529
+ "id": "resultExpression",
530
+ "label": "Result expression",
531
+ "description": "Expression to map the response into process variables",
532
+ "feel": "required",
533
+ "group": "output",
534
+ "binding": {
535
+ "name": "resultExpression",
536
+ "type": "zeebe:property"
537
+ },
538
+ "type": "Text"
539
+ }
540
+ ],
541
+ "engines": {
542
+ "camunda": "^8.3"
543
+ },
544
+ "icon": {
545
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
546
+ }
547
+ },
548
+ {
549
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
550
+ "name": "Slack Webhook Boundary Event Connector",
551
+ "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
552
+ "description": "Receive events from Slack",
553
+ "metadata": {
554
+ "keywords": []
555
+ },
556
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
557
+ "version": 7,
476
558
  "category": {
477
559
  "id": "connectors",
478
560
  "name": "Connectors"
@@ -482,6 +564,9 @@
482
564
  "value": "bpmn:BoundaryEvent",
483
565
  "eventDefinition": "bpmn:MessageEventDefinition"
484
566
  },
567
+ "engines": {
568
+ "camunda": "^8.3"
569
+ },
485
570
  "groups": [
486
571
  {
487
572
  "id": "endpoint",
@@ -496,6 +581,11 @@
496
581
  "label": "Correlation",
497
582
  "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
498
583
  },
584
+ {
585
+ "id": "deduplication",
586
+ "label": "Deduplication",
587
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
588
+ },
499
589
  {
500
590
  "id": "output",
501
591
  "label": "Output mapping"
@@ -565,6 +655,18 @@
565
655
  },
566
656
  "type": "String"
567
657
  },
658
+ {
659
+ "id": "consumeUnmatchedEvents",
660
+ "label": "Consume unmatched events",
661
+ "value": true,
662
+ "group": "activation",
663
+ "binding": {
664
+ "name": "consumeUnmatchedEvents",
665
+ "type": "zeebe:property"
666
+ },
667
+ "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",
668
+ "type": "Boolean"
669
+ },
568
670
  {
569
671
  "id": "correlationKeyProcess",
570
672
  "label": "Correlation key (process)",
@@ -640,6 +742,70 @@
640
742
  },
641
743
  "type": "Hidden"
642
744
  },
745
+ {
746
+ "id": "deduplicationModeManualFlag",
747
+ "label": "Manual mode",
748
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
749
+ "value": false,
750
+ "group": "deduplication",
751
+ "binding": {
752
+ "name": "deduplicationModeManualFlag",
753
+ "type": "zeebe:property"
754
+ },
755
+ "type": "Boolean"
756
+ },
757
+ {
758
+ "id": "deduplicationId",
759
+ "label": "Deduplication ID",
760
+ "constraints": {
761
+ "notEmpty": true,
762
+ "pattern": {
763
+ "value": "^[a-zA-Z0-9_-]+$",
764
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
765
+ }
766
+ },
767
+ "group": "deduplication",
768
+ "binding": {
769
+ "name": "deduplicationId",
770
+ "type": "zeebe:property"
771
+ },
772
+ "condition": {
773
+ "property": "deduplicationModeManualFlag",
774
+ "equals": true,
775
+ "type": "simple"
776
+ },
777
+ "type": "String"
778
+ },
779
+ {
780
+ "id": "deduplicationModeManual",
781
+ "value": "MANUAL",
782
+ "group": "deduplication",
783
+ "binding": {
784
+ "name": "deduplicationMode",
785
+ "type": "zeebe:property"
786
+ },
787
+ "condition": {
788
+ "property": "deduplicationId",
789
+ "isActive": true,
790
+ "type": "simple"
791
+ },
792
+ "type": "Hidden"
793
+ },
794
+ {
795
+ "id": "deduplicationModeAuto",
796
+ "value": "AUTO",
797
+ "group": "deduplication",
798
+ "binding": {
799
+ "name": "deduplicationMode",
800
+ "type": "zeebe:property"
801
+ },
802
+ "condition": {
803
+ "property": "deduplicationId",
804
+ "isActive": false,
805
+ "type": "simple"
806
+ },
807
+ "type": "Hidden"
808
+ },
643
809
  {
644
810
  "id": "resultVariable",
645
811
  "label": "Result variable",
@@ -664,9 +830,6 @@
664
830
  "type": "Text"
665
831
  }
666
832
  ],
667
- "engines": {
668
- "camunda": "^8.3"
669
- },
670
833
  "icon": {
671
834
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
672
835
  }
@@ -876,169 +1039,6 @@
876
1039
  "camunda": "^8.5"
877
1040
  }
878
1041
  },
879
- {
880
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
881
- "name": "Slack Webhook Boundary Event Connector",
882
- "id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
883
- "description": "Receive events from Slack",
884
- "version": 1,
885
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
886
- "category": {
887
- "id": "connectors",
888
- "name": "Connectors"
889
- },
890
- "appliesTo": ["bpmn:BoundaryEvent"],
891
- "elementType": {
892
- "value": "bpmn:BoundaryEvent",
893
- "eventDefinition": "bpmn:MessageEventDefinition"
894
- },
895
- "groups": [
896
- {
897
- "id": "endpoint",
898
- "label": "Webhook configuration"
899
- },
900
- {
901
- "id": "activation",
902
- "label": "Activation"
903
- },
904
- {
905
- "id": "variable-mapping",
906
- "label": "Variable mapping"
907
- }
908
- ],
909
- "properties": [
910
- {
911
- "type": "Hidden",
912
- "value": "io.camunda:slack-webhook:1",
913
- "binding": {
914
- "type": "zeebe:property",
915
- "name": "inbound.type"
916
- }
917
- },
918
- {
919
- "type": "Hidden",
920
- "value": "SlackEventsWebhook",
921
- "binding": {
922
- "type": "zeebe:property",
923
- "name": "inbound.subtype"
924
- }
925
- },
926
- {
927
- "type": "Hidden",
928
- "generatedValue": {
929
- "type": "uuid"
930
- },
931
- "binding": {
932
- "type": "bpmn:Message#property",
933
- "name": "name"
934
- }
935
- },
936
- {
937
- "label": "Webhook ID",
938
- "type": "String",
939
- "group": "endpoint",
940
- "binding": {
941
- "type": "zeebe:property",
942
- "name": "inbound.context"
943
- },
944
- "description": "The webhook ID is a part of the URL endpoint",
945
- "constraints": {
946
- "notEmpty": true
947
- }
948
- },
949
- {
950
- "label": "Slack signing secret",
951
- "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",
952
- "type": "String",
953
- "group": "endpoint",
954
- "feel": "optional",
955
- "binding": {
956
- "type": "zeebe:property",
957
- "name": "inbound.slackSigningSecret"
958
- },
959
- "constraints": {
960
- "notEmpty": true
961
- }
962
- },
963
- {
964
- "type": "Hidden",
965
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
966
- "binding": {
967
- "type": "zeebe:property",
968
- "name": "inbound.verificationExpression"
969
- }
970
- },
971
- {
972
- "label": "Correlation key (process)",
973
- "type": "String",
974
- "group": "activation",
975
- "feel": "required",
976
- "description": "Sets up the correlation key from process variables",
977
- "binding": {
978
- "type": "bpmn:Message#zeebe:subscription#property",
979
- "name": "correlationKey"
980
- },
981
- "constraints": {
982
- "notEmpty": true
983
- }
984
- },
985
- {
986
- "label": "Correlation key (payload)",
987
- "type": "String",
988
- "group": "activation",
989
- "feel": "required",
990
- "binding": {
991
- "type": "zeebe:property",
992
- "name": "correlationKeyExpression"
993
- },
994
- "description": "Extracts the correlation key from the incoming message payload",
995
- "constraints": {
996
- "notEmpty": true
997
- }
998
- },
999
- {
1000
- "label": "Condition",
1001
- "type": "String",
1002
- "group": "activation",
1003
- "feel": "required",
1004
- "optional": true,
1005
- "binding": {
1006
- "type": "zeebe:property",
1007
- "name": "activationCondition"
1008
- },
1009
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
1010
- },
1011
- {
1012
- "label": "Result variable",
1013
- "type": "String",
1014
- "group": "variable-mapping",
1015
- "optional": true,
1016
- "binding": {
1017
- "type": "zeebe:property",
1018
- "name": "resultVariable"
1019
- },
1020
- "description": "Name of variable to store the result of the connector in"
1021
- },
1022
- {
1023
- "label": "Result expression",
1024
- "type": "String",
1025
- "group": "variable-mapping",
1026
- "feel": "required",
1027
- "optional": true,
1028
- "binding": {
1029
- "type": "zeebe:property",
1030
- "name": "resultExpression"
1031
- },
1032
- "description": "Expression to map the inbound payload to process variables"
1033
- }
1034
- ],
1035
- "icon": {
1036
- "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"
1037
- },
1038
- "engines": {
1039
- "camunda": "^8.4"
1040
- }
1041
- },
1042
1042
  {
1043
1043
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1044
1044
  "name": "Slack Webhook Boundary Event Connector",
@@ -1102,7 +1102,6 @@
1102
1102
  {
1103
1103
  "id": "inbound.context",
1104
1104
  "label": "Webhook ID",
1105
- "description": "The webhook ID is a part of the URL endpoint",
1106
1105
  "optional": false,
1107
1106
  "constraints": {
1108
1107
  "notEmpty": true
@@ -1112,12 +1111,12 @@
1112
1111
  "name": "inbound.context",
1113
1112
  "type": "zeebe:property"
1114
1113
  },
1114
+ "tooltip": "The webhook ID is a part of the URL endpoint",
1115
1115
  "type": "String"
1116
1116
  },
1117
1117
  {
1118
1118
  "id": "inbound.slackSigningSecret",
1119
1119
  "label": "Slack signing secret",
1120
- "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",
1121
1120
  "optional": false,
1122
1121
  "constraints": {
1123
1122
  "notEmpty": true
@@ -1127,6 +1126,7 @@
1127
1126
  "name": "inbound.slackSigningSecret",
1128
1127
  "type": "zeebe:property"
1129
1128
  },
1129
+ "tooltip": "Used to verify that incoming requests originate from Slack. See <a href='https://api.slack.com/authentication/verifying-requests-from-slack' target='_blank'>Verifying requests from Slack</a>",
1130
1130
  "type": "String"
1131
1131
  },
1132
1132
  {