@camunda/connectors-element-templates 1.0.16 → 1.0.17
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.
- package/package.json +1 -1
- package/src/connectors.js +2 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -0
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +3 -2
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +3 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +163 -163
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +2144 -2144
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +467 -466
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +482 -481
- package/src/element-templates/automation-anywhere-outbound-connector.json +613 -613
- package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
- package/src/element-templates/aws-dynamodb-outbound-connector.json +80 -80
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +22 -22
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +188 -188
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -238
- package/src/element-templates/aws-sns-inbound-boundary.json +193 -193
- package/src/element-templates/aws-sns-inbound-intermediate.json +332 -332
- package/src/element-templates/aws-sns-inbound-message-start.json +110 -110
- package/src/element-templates/aws-sns-outbound-connector.json +741 -741
- package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +493 -493
- package/src/element-templates/aws-sqs-outbound-connector.json +753 -753
- package/src/element-templates/aws-sqs-start-event-connector.json +483 -483
- package/src/element-templates/aws-sqs-start-message.json +438 -438
- package/src/element-templates/aws-textract-outbound-connector.json +123 -123
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +6 -6
- package/src/element-templates/easy-post-connector.json +114 -114
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +32 -32
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/github-connector.json +11435 -7908
- package/src/element-templates/github-webhook-connector-boundary.json +16 -16
- package/src/element-templates/github-webhook-connector-intermediate.json +25 -25
- package/src/element-templates/github-webhook-connector-start-event.json +64 -64
- package/src/element-templates/gitlab-connector.json +3394 -3394
- package/src/element-templates/google-drive-outbound-connector.json +420 -420
- package/src/element-templates/google-maps-platform-connector.json +14 -14
- package/src/element-templates/google-sheets-outbound-connector.json +1055 -1055
- package/src/element-templates/graphql-outbound-connector.json +1341 -763
- package/src/element-templates/http-connector.json.json +654 -0
- package/src/element-templates/http-json-connector.json +1489 -1475
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +801 -136
- package/src/element-templates/http-polling-connector.json +1604 -939
- package/src/element-templates/hugging-face-connector.json +196 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +483 -483
- package/src/element-templates/kafka-inbound-connector-intermediate.json +466 -466
- package/src/element-templates/kafka-inbound-connector-start-message.json +529 -529
- package/src/element-templates/kafka-outbound-connector.json +360 -360
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +147 -7
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +160 -20
- package/src/element-templates/microsoft-teams-outbound-connector.json +1892 -47
- package/src/element-templates/openai-connector.json +83 -83
- package/src/element-templates/operate-connector.json +21 -21
- package/src/element-templates/power-automate-connector.json +4 -4
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +422 -422
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +338 -338
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +463 -463
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +360 -360
- package/src/element-templates/rabbitmq-outbound-connector.json +354 -354
- package/src/element-templates/salesforce-connector.json +38 -38
- package/src/element-templates/sendgrid-outbound-connector.json +354 -354
- package/src/element-templates/slack-inbound-boundary.json +253 -253
- package/src/element-templates/slack-inbound-message-start.json +321 -321
- package/src/element-templates/slack-inbound-start-event.json +327 -327
- package/src/element-templates/slack-outbound-connector.json +1203 -507
- package/src/element-templates/twilio-connector.json +65 -65
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-intermediate-connector.json +25 -25
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +1192 -547
- package/src/element-templates/webhook-connector-intermediate.json +1258 -613
- package/src/element-templates/webhook-connector-receive.json +644 -0
- package/src/element-templates/webhook-connector-start-event.json +1690 -1136
- package/src/element-templates/webhook-connector-start-message.json +1601 -924
|
@@ -4,8 +4,11 @@
|
|
|
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
10
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
8
|
-
"version":
|
|
11
|
+
"version": 7,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -15,6 +18,9 @@
|
|
|
15
18
|
"value": "bpmn:BoundaryEvent",
|
|
16
19
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
20
|
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"camunda": "^8.3"
|
|
23
|
+
},
|
|
18
24
|
"groups": [
|
|
19
25
|
{
|
|
20
26
|
"id": "endpoint",
|
|
@@ -29,6 +35,11 @@
|
|
|
29
35
|
"label": "Correlation",
|
|
30
36
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
31
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"id": "deduplication",
|
|
40
|
+
"label": "Deduplication",
|
|
41
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
42
|
+
},
|
|
32
43
|
{
|
|
33
44
|
"id": "output",
|
|
34
45
|
"label": "Output mapping"
|
|
@@ -98,6 +109,18 @@
|
|
|
98
109
|
},
|
|
99
110
|
"type": "String"
|
|
100
111
|
},
|
|
112
|
+
{
|
|
113
|
+
"id": "consumeUnmatchedEvents",
|
|
114
|
+
"label": "Consume unmatched events",
|
|
115
|
+
"value": true,
|
|
116
|
+
"group": "activation",
|
|
117
|
+
"binding": {
|
|
118
|
+
"name": "consumeUnmatchedEvents",
|
|
119
|
+
"type": "zeebe:property"
|
|
120
|
+
},
|
|
121
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
122
|
+
"type": "Boolean"
|
|
123
|
+
},
|
|
101
124
|
{
|
|
102
125
|
"id": "correlationKeyProcess",
|
|
103
126
|
"label": "Correlation key (process)",
|
|
@@ -174,197 +197,95 @@
|
|
|
174
197
|
"type": "Hidden"
|
|
175
198
|
},
|
|
176
199
|
{
|
|
177
|
-
"id": "
|
|
178
|
-
"label": "
|
|
179
|
-
"description": "
|
|
180
|
-
"
|
|
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",
|
|
181
205
|
"binding": {
|
|
182
|
-
"name": "
|
|
206
|
+
"name": "deduplicationModeManualFlag",
|
|
183
207
|
"type": "zeebe:property"
|
|
184
208
|
},
|
|
185
|
-
"type": "
|
|
209
|
+
"type": "Boolean"
|
|
186
210
|
},
|
|
187
211
|
{
|
|
188
|
-
"id": "
|
|
189
|
-
"label": "
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
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
|
+
}
|
|
196
220
|
},
|
|
197
|
-
"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"icon": {
|
|
201
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
202
|
-
},
|
|
203
|
-
"engines": {
|
|
204
|
-
"camunda": "^8.5"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
209
|
-
"name": "Slack Webhook Boundary Event Connector",
|
|
210
|
-
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
211
|
-
"description": "Receive events from Slack",
|
|
212
|
-
"version": 1,
|
|
213
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
214
|
-
"category": {
|
|
215
|
-
"id": "connectors",
|
|
216
|
-
"name": "Connectors"
|
|
217
|
-
},
|
|
218
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
219
|
-
"elementType": {
|
|
220
|
-
"value": "bpmn:BoundaryEvent",
|
|
221
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
222
|
-
},
|
|
223
|
-
"groups": [
|
|
224
|
-
{
|
|
225
|
-
"id": "endpoint",
|
|
226
|
-
"label": "Webhook configuration"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"id": "activation",
|
|
230
|
-
"label": "Activation"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"id": "variable-mapping",
|
|
234
|
-
"label": "Variable mapping"
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"properties": [
|
|
238
|
-
{
|
|
239
|
-
"type": "Hidden",
|
|
240
|
-
"value": "io.camunda:slack-webhook:1",
|
|
241
|
-
"binding": {
|
|
242
|
-
"type": "zeebe:property",
|
|
243
|
-
"name": "inbound.type"
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"type": "Hidden",
|
|
248
|
-
"value": "SlackEventsWebhook",
|
|
221
|
+
"group": "deduplication",
|
|
249
222
|
"binding": {
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"type": "Hidden",
|
|
256
|
-
"generatedValue": {
|
|
257
|
-
"type": "uuid"
|
|
223
|
+
"name": "deduplicationId",
|
|
224
|
+
"type": "zeebe:property"
|
|
258
225
|
},
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"label": "Webhook ID",
|
|
266
|
-
"type": "String",
|
|
267
|
-
"group": "endpoint",
|
|
268
|
-
"binding": {
|
|
269
|
-
"type": "zeebe:property",
|
|
270
|
-
"name": "inbound.context"
|
|
226
|
+
"condition": {
|
|
227
|
+
"property": "deduplicationModeManualFlag",
|
|
228
|
+
"equals": true,
|
|
229
|
+
"type": "simple"
|
|
271
230
|
},
|
|
272
|
-
"
|
|
273
|
-
"constraints": {
|
|
274
|
-
"notEmpty": true
|
|
275
|
-
}
|
|
231
|
+
"type": "String"
|
|
276
232
|
},
|
|
277
233
|
{
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"group": "endpoint",
|
|
282
|
-
"feel": "optional",
|
|
234
|
+
"id": "deduplicationModeManual",
|
|
235
|
+
"value": "MANUAL",
|
|
236
|
+
"group": "deduplication",
|
|
283
237
|
"binding": {
|
|
284
|
-
"
|
|
285
|
-
"
|
|
238
|
+
"name": "deduplicationMode",
|
|
239
|
+
"type": "zeebe:property"
|
|
286
240
|
},
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
{
|
|
292
|
-
"type": "Hidden",
|
|
293
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
294
|
-
"binding": {
|
|
295
|
-
"type": "zeebe:property",
|
|
296
|
-
"name": "inbound.verificationExpression"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"label": "Correlation key (process)",
|
|
301
|
-
"type": "String",
|
|
302
|
-
"group": "activation",
|
|
303
|
-
"feel": "required",
|
|
304
|
-
"description": "Sets up the correlation key from process variables",
|
|
305
|
-
"binding": {
|
|
306
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
307
|
-
"name": "correlationKey"
|
|
241
|
+
"condition": {
|
|
242
|
+
"property": "deduplicationId",
|
|
243
|
+
"isActive": true,
|
|
244
|
+
"type": "simple"
|
|
308
245
|
},
|
|
309
|
-
"
|
|
310
|
-
"notEmpty": true
|
|
311
|
-
}
|
|
246
|
+
"type": "Hidden"
|
|
312
247
|
},
|
|
313
248
|
{
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"group": "
|
|
317
|
-
"feel": "required",
|
|
249
|
+
"id": "deduplicationModeAuto",
|
|
250
|
+
"value": "AUTO",
|
|
251
|
+
"group": "deduplication",
|
|
318
252
|
"binding": {
|
|
319
|
-
"
|
|
320
|
-
"
|
|
253
|
+
"name": "deduplicationMode",
|
|
254
|
+
"type": "zeebe:property"
|
|
321
255
|
},
|
|
322
|
-
"
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"label": "Condition",
|
|
329
|
-
"type": "String",
|
|
330
|
-
"group": "activation",
|
|
331
|
-
"feel": "required",
|
|
332
|
-
"optional": true,
|
|
333
|
-
"binding": {
|
|
334
|
-
"type": "zeebe:property",
|
|
335
|
-
"name": "activationCondition"
|
|
256
|
+
"condition": {
|
|
257
|
+
"property": "deduplicationId",
|
|
258
|
+
"isActive": false,
|
|
259
|
+
"type": "simple"
|
|
336
260
|
},
|
|
337
|
-
"
|
|
261
|
+
"type": "Hidden"
|
|
338
262
|
},
|
|
339
263
|
{
|
|
264
|
+
"id": "resultVariable",
|
|
340
265
|
"label": "Result variable",
|
|
341
|
-
"
|
|
342
|
-
"group": "
|
|
343
|
-
"optional": true,
|
|
266
|
+
"description": "Name of variable to store the response in",
|
|
267
|
+
"group": "output",
|
|
344
268
|
"binding": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
269
|
+
"name": "resultVariable",
|
|
270
|
+
"type": "zeebe:property"
|
|
347
271
|
},
|
|
348
|
-
"
|
|
272
|
+
"type": "String"
|
|
349
273
|
},
|
|
350
274
|
{
|
|
275
|
+
"id": "resultExpression",
|
|
351
276
|
"label": "Result expression",
|
|
352
|
-
"
|
|
353
|
-
"group": "variable-mapping",
|
|
277
|
+
"description": "Expression to map the response into process variables",
|
|
354
278
|
"feel": "required",
|
|
355
|
-
"
|
|
279
|
+
"group": "output",
|
|
356
280
|
"binding": {
|
|
357
|
-
"
|
|
358
|
-
"
|
|
281
|
+
"name": "resultExpression",
|
|
282
|
+
"type": "zeebe:property"
|
|
359
283
|
},
|
|
360
|
-
"
|
|
284
|
+
"type": "Text"
|
|
361
285
|
}
|
|
362
286
|
],
|
|
363
287
|
"icon": {
|
|
364
|
-
"contents": "data:image/svg+xml;
|
|
365
|
-
},
|
|
366
|
-
"engines": {
|
|
367
|
-
"camunda": "^8.4"
|
|
288
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
368
289
|
}
|
|
369
290
|
},
|
|
370
291
|
{
|
|
@@ -580,8 +501,8 @@
|
|
|
580
501
|
"name": "Slack Webhook Boundary Event Connector",
|
|
581
502
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
582
503
|
"description": "Receive events from Slack",
|
|
583
|
-
"version":
|
|
584
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
504
|
+
"version": 1,
|
|
505
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
585
506
|
"category": {
|
|
586
507
|
"id": "connectors",
|
|
587
508
|
"name": "Connectors"
|
|
@@ -695,18 +616,6 @@
|
|
|
695
616
|
"notEmpty": true
|
|
696
617
|
}
|
|
697
618
|
},
|
|
698
|
-
{
|
|
699
|
-
"label": "Message ID expression",
|
|
700
|
-
"feel": "required",
|
|
701
|
-
"type": "String",
|
|
702
|
-
"optional": true,
|
|
703
|
-
"group": "activation",
|
|
704
|
-
"binding": {
|
|
705
|
-
"type": "zeebe:property",
|
|
706
|
-
"name": "messageIdExpression"
|
|
707
|
-
},
|
|
708
|
-
"description": "Expression to extract unique identifier of a message"
|
|
709
|
-
},
|
|
710
619
|
{
|
|
711
620
|
"label": "Condition",
|
|
712
621
|
"type": "String",
|
|
@@ -755,11 +664,8 @@
|
|
|
755
664
|
"name": "Slack Webhook Boundary Event Connector",
|
|
756
665
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
757
666
|
"description": "Receive events from Slack",
|
|
758
|
-
"metadata": {
|
|
759
|
-
"keywords": []
|
|
760
|
-
},
|
|
761
667
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
762
|
-
"version":
|
|
668
|
+
"version": 5,
|
|
763
669
|
"category": {
|
|
764
670
|
"id": "connectors",
|
|
765
671
|
"name": "Connectors"
|
|
@@ -769,9 +675,6 @@
|
|
|
769
675
|
"value": "bpmn:BoundaryEvent",
|
|
770
676
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
771
677
|
},
|
|
772
|
-
"engines": {
|
|
773
|
-
"camunda": "^8.3"
|
|
774
|
-
},
|
|
775
678
|
"groups": [
|
|
776
679
|
{
|
|
777
680
|
"id": "endpoint",
|
|
@@ -786,11 +689,6 @@
|
|
|
786
689
|
"label": "Correlation",
|
|
787
690
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
788
691
|
},
|
|
789
|
-
{
|
|
790
|
-
"id": "deduplication",
|
|
791
|
-
"label": "Deduplication",
|
|
792
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
793
|
-
},
|
|
794
692
|
{
|
|
795
693
|
"id": "output",
|
|
796
694
|
"label": "Output mapping"
|
|
@@ -860,18 +758,6 @@
|
|
|
860
758
|
},
|
|
861
759
|
"type": "String"
|
|
862
760
|
},
|
|
863
|
-
{
|
|
864
|
-
"id": "consumeUnmatchedEvents",
|
|
865
|
-
"label": "Consume unmatched events",
|
|
866
|
-
"value": true,
|
|
867
|
-
"group": "activation",
|
|
868
|
-
"binding": {
|
|
869
|
-
"name": "consumeUnmatchedEvents",
|
|
870
|
-
"type": "zeebe:property"
|
|
871
|
-
},
|
|
872
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
873
|
-
"type": "Boolean"
|
|
874
|
-
},
|
|
875
761
|
{
|
|
876
762
|
"id": "correlationKeyProcess",
|
|
877
763
|
"label": "Correlation key (process)",
|
|
@@ -948,95 +834,209 @@
|
|
|
948
834
|
"type": "Hidden"
|
|
949
835
|
},
|
|
950
836
|
{
|
|
951
|
-
"id": "
|
|
952
|
-
"label": "
|
|
953
|
-
"description": "
|
|
954
|
-
"
|
|
955
|
-
"group": "deduplication",
|
|
837
|
+
"id": "resultVariable",
|
|
838
|
+
"label": "Result variable",
|
|
839
|
+
"description": "Name of variable to store the response in",
|
|
840
|
+
"group": "output",
|
|
956
841
|
"binding": {
|
|
957
|
-
"name": "
|
|
842
|
+
"name": "resultVariable",
|
|
958
843
|
"type": "zeebe:property"
|
|
959
844
|
},
|
|
960
|
-
"type": "
|
|
845
|
+
"type": "String"
|
|
961
846
|
},
|
|
962
847
|
{
|
|
963
|
-
"id": "
|
|
964
|
-
"label": "
|
|
965
|
-
"
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
969
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
"group": "deduplication",
|
|
848
|
+
"id": "resultExpression",
|
|
849
|
+
"label": "Result expression",
|
|
850
|
+
"description": "Expression to map the response into process variables",
|
|
851
|
+
"feel": "required",
|
|
852
|
+
"group": "output",
|
|
973
853
|
"binding": {
|
|
974
|
-
"name": "
|
|
854
|
+
"name": "resultExpression",
|
|
975
855
|
"type": "zeebe:property"
|
|
976
856
|
},
|
|
977
|
-
"
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
857
|
+
"type": "Text"
|
|
858
|
+
}
|
|
859
|
+
],
|
|
860
|
+
"icon": {
|
|
861
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
862
|
+
},
|
|
863
|
+
"engines": {
|
|
864
|
+
"camunda": "^8.5"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
869
|
+
"name": "Slack Webhook Boundary Event Connector",
|
|
870
|
+
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
871
|
+
"description": "Receive events from Slack",
|
|
872
|
+
"version": 2,
|
|
873
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
874
|
+
"category": {
|
|
875
|
+
"id": "connectors",
|
|
876
|
+
"name": "Connectors"
|
|
877
|
+
},
|
|
878
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
879
|
+
"elementType": {
|
|
880
|
+
"value": "bpmn:BoundaryEvent",
|
|
881
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
882
|
+
},
|
|
883
|
+
"groups": [
|
|
884
|
+
{
|
|
885
|
+
"id": "endpoint",
|
|
886
|
+
"label": "Webhook configuration"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"id": "activation",
|
|
890
|
+
"label": "Activation"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"id": "variable-mapping",
|
|
894
|
+
"label": "Variable mapping"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"properties": [
|
|
898
|
+
{
|
|
899
|
+
"type": "Hidden",
|
|
900
|
+
"value": "io.camunda:slack-webhook:1",
|
|
901
|
+
"binding": {
|
|
902
|
+
"type": "zeebe:property",
|
|
903
|
+
"name": "inbound.type"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"type": "Hidden",
|
|
908
|
+
"value": "SlackEventsWebhook",
|
|
909
|
+
"binding": {
|
|
910
|
+
"type": "zeebe:property",
|
|
911
|
+
"name": "inbound.subtype"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"type": "Hidden",
|
|
916
|
+
"generatedValue": {
|
|
917
|
+
"type": "uuid"
|
|
981
918
|
},
|
|
982
|
-
"
|
|
919
|
+
"binding": {
|
|
920
|
+
"type": "bpmn:Message#property",
|
|
921
|
+
"name": "name"
|
|
922
|
+
}
|
|
983
923
|
},
|
|
984
924
|
{
|
|
985
|
-
"
|
|
986
|
-
"
|
|
987
|
-
"group": "
|
|
925
|
+
"label": "Webhook ID",
|
|
926
|
+
"type": "String",
|
|
927
|
+
"group": "endpoint",
|
|
988
928
|
"binding": {
|
|
989
|
-
"
|
|
990
|
-
"
|
|
929
|
+
"type": "zeebe:property",
|
|
930
|
+
"name": "inbound.context"
|
|
991
931
|
},
|
|
992
|
-
"
|
|
993
|
-
|
|
994
|
-
"
|
|
995
|
-
|
|
932
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
933
|
+
"constraints": {
|
|
934
|
+
"notEmpty": true
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"label": "Slack signing secret",
|
|
939
|
+
"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",
|
|
940
|
+
"type": "String",
|
|
941
|
+
"group": "endpoint",
|
|
942
|
+
"feel": "optional",
|
|
943
|
+
"binding": {
|
|
944
|
+
"type": "zeebe:property",
|
|
945
|
+
"name": "inbound.slackSigningSecret"
|
|
996
946
|
},
|
|
997
|
-
"
|
|
947
|
+
"constraints": {
|
|
948
|
+
"notEmpty": true
|
|
949
|
+
}
|
|
998
950
|
},
|
|
999
951
|
{
|
|
1000
|
-
"
|
|
1001
|
-
"value": "
|
|
1002
|
-
"group": "deduplication",
|
|
952
|
+
"type": "Hidden",
|
|
953
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
1003
954
|
"binding": {
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
955
|
+
"type": "zeebe:property",
|
|
956
|
+
"name": "inbound.verificationExpression"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"label": "Correlation key (process)",
|
|
961
|
+
"type": "String",
|
|
962
|
+
"group": "activation",
|
|
963
|
+
"feel": "required",
|
|
964
|
+
"description": "Sets up the correlation key from process variables",
|
|
965
|
+
"binding": {
|
|
966
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
967
|
+
"name": "correlationKey"
|
|
1006
968
|
},
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
|
|
1010
|
-
|
|
969
|
+
"constraints": {
|
|
970
|
+
"notEmpty": true
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"label": "Correlation key (payload)",
|
|
975
|
+
"type": "String",
|
|
976
|
+
"group": "activation",
|
|
977
|
+
"feel": "required",
|
|
978
|
+
"binding": {
|
|
979
|
+
"type": "zeebe:property",
|
|
980
|
+
"name": "correlationKeyExpression"
|
|
1011
981
|
},
|
|
1012
|
-
"
|
|
982
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
983
|
+
"constraints": {
|
|
984
|
+
"notEmpty": true
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"label": "Message ID expression",
|
|
989
|
+
"feel": "required",
|
|
990
|
+
"type": "String",
|
|
991
|
+
"optional": true,
|
|
992
|
+
"group": "activation",
|
|
993
|
+
"binding": {
|
|
994
|
+
"type": "zeebe:property",
|
|
995
|
+
"name": "messageIdExpression"
|
|
996
|
+
},
|
|
997
|
+
"description": "Expression to extract unique identifier of a message"
|
|
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."
|
|
1013
1010
|
},
|
|
1014
1011
|
{
|
|
1015
|
-
"id": "resultVariable",
|
|
1016
1012
|
"label": "Result variable",
|
|
1017
|
-
"
|
|
1018
|
-
"group": "
|
|
1013
|
+
"type": "String",
|
|
1014
|
+
"group": "variable-mapping",
|
|
1015
|
+
"optional": true,
|
|
1019
1016
|
"binding": {
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1017
|
+
"type": "zeebe:property",
|
|
1018
|
+
"name": "resultVariable"
|
|
1022
1019
|
},
|
|
1023
|
-
"
|
|
1020
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1024
1021
|
},
|
|
1025
1022
|
{
|
|
1026
|
-
"id": "resultExpression",
|
|
1027
1023
|
"label": "Result expression",
|
|
1028
|
-
"
|
|
1024
|
+
"type": "String",
|
|
1025
|
+
"group": "variable-mapping",
|
|
1029
1026
|
"feel": "required",
|
|
1030
|
-
"
|
|
1027
|
+
"optional": true,
|
|
1031
1028
|
"binding": {
|
|
1032
|
-
"
|
|
1033
|
-
"
|
|
1029
|
+
"type": "zeebe:property",
|
|
1030
|
+
"name": "resultExpression"
|
|
1034
1031
|
},
|
|
1035
|
-
"
|
|
1032
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1036
1033
|
}
|
|
1037
1034
|
],
|
|
1038
1035
|
"icon": {
|
|
1039
|
-
"contents": "data:image/svg+xml;
|
|
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
1040
|
}
|
|
1041
1041
|
}
|
|
1042
1042
|
]
|