@camunda/connectors-element-templates 1.0.17 → 1.0.19
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 +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +4 -7
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
- package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +736 -739
- package/src/element-templates/asana-connector.json +759 -48
- package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +747 -10
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
- package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
- package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +238 -234
- package/src/element-templates/aws-s3-outbound-connector.json +646 -5
- package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
- package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
- package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
- package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
- package/src/element-templates/aws-sns-outbound-connector.json +581 -577
- package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
- package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
- package/src/element-templates/aws-sqs-start-message.json +461 -457
- package/src/element-templates/aws-textract-outbound-connector.json +109 -105
- package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
- package/src/element-templates/azure-open-ai-connector.json +1329 -4
- package/src/element-templates/blue-prism-connector.json +569 -24
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +13 -5
- package/src/element-templates/easy-post-connector.json +1077 -109
- package/src/element-templates/email-inbound-connector-boundary.json +32 -24
- package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +58 -50
- package/src/element-templates/email-outbound-connector.json +2116 -243
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
- package/src/element-templates/github-connector.json +15257 -11722
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
- package/src/element-templates/github-webhook-connector-message-start.json +11 -13
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +54 -56
- package/src/element-templates/gitlab-connector.json +4177 -2545
- package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
- package/src/element-templates/google-drive-outbound-connector.json +1386 -766
- package/src/element-templates/google-gemini-outbound-connector.json +13 -5
- package/src/element-templates/google-maps-platform-connector.json +1059 -30
- package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
- package/src/element-templates/graphql-outbound-connector.json +1744 -1735
- package/src/element-templates/http-json-connector.json +2982 -2332
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
- package/src/element-templates/http-polling-connector.json +1512 -1501
- package/src/element-templates/hubspot-outbound-connector.json +2371 -25
- package/src/element-templates/hugging-face-connector.json +234 -3
- package/src/element-templates/jdbc-outbound-connector.json +20 -6
- package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
- package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +518 -512
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +893 -10
- package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
- package/src/element-templates/openai-connector.json +550 -87
- package/src/element-templates/operate-connector.json +1198 -46
- package/src/element-templates/power-automate-connector.json +601 -9
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
- package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +544 -0
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +945 -337
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +490 -192
- package/src/element-templates/slack-inbound-intermediate.json +421 -123
- package/src/element-templates/slack-inbound-message-start.json +469 -139
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +216 -211
- package/src/element-templates/slack-outbound-connector.json +2451 -753
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1573 -93
- package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
- package/src/element-templates/twilio-webhook-connector.json +243 -13
- package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +594 -2
- package/src/element-templates/webhook-connector-boundary.json +580 -570
- package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
- package/src/element-templates/webhook-connector-receive.json +16 -6
- package/src/element-templates/webhook-connector-start-event.json +1382 -1375
- package/src/element-templates/webhook-connector-start-message.json +1306 -1296
- package/src/element-templates/whatsapp-connector.json +343 -9
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
6
6
|
"description": "Receive events from Slack",
|
|
7
|
-
"version":
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
7
|
+
"version": 4,
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -83,6 +83,14 @@
|
|
|
83
83
|
"notEmpty": true
|
|
84
84
|
}
|
|
85
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
|
+
},
|
|
86
94
|
{
|
|
87
95
|
"label": "Correlation key (process)",
|
|
88
96
|
"type": "String",
|
|
@@ -111,6 +119,18 @@
|
|
|
111
119
|
"notEmpty": true
|
|
112
120
|
}
|
|
113
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
|
+
},
|
|
114
134
|
{
|
|
115
135
|
"label": "Condition",
|
|
116
136
|
"type": "String",
|
|
@@ -151,7 +171,7 @@
|
|
|
151
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"
|
|
152
172
|
},
|
|
153
173
|
"engines": {
|
|
154
|
-
"camunda": "^8.
|
|
174
|
+
"camunda": "^8.4"
|
|
155
175
|
}
|
|
156
176
|
},
|
|
157
177
|
{
|
|
@@ -159,8 +179,11 @@
|
|
|
159
179
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
160
180
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
161
181
|
"description": "Receive events from Slack",
|
|
182
|
+
"metadata": {
|
|
183
|
+
"keywords": []
|
|
184
|
+
},
|
|
162
185
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
163
|
-
"version":
|
|
186
|
+
"version": 7,
|
|
164
187
|
"category": {
|
|
165
188
|
"id": "connectors",
|
|
166
189
|
"name": "Connectors"
|
|
@@ -170,6 +193,9 @@
|
|
|
170
193
|
"value": "bpmn:IntermediateCatchEvent",
|
|
171
194
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
172
195
|
},
|
|
196
|
+
"engines": {
|
|
197
|
+
"camunda": "^8.3"
|
|
198
|
+
},
|
|
173
199
|
"groups": [
|
|
174
200
|
{
|
|
175
201
|
"id": "endpoint",
|
|
@@ -184,6 +210,11 @@
|
|
|
184
210
|
"label": "Correlation",
|
|
185
211
|
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
186
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"id": "deduplication",
|
|
215
|
+
"label": "Deduplication",
|
|
216
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
217
|
+
},
|
|
187
218
|
{
|
|
188
219
|
"id": "output",
|
|
189
220
|
"label": "Output mapping"
|
|
@@ -253,6 +284,18 @@
|
|
|
253
284
|
},
|
|
254
285
|
"type": "String"
|
|
255
286
|
},
|
|
287
|
+
{
|
|
288
|
+
"id": "consumeUnmatchedEvents",
|
|
289
|
+
"label": "Consume unmatched events",
|
|
290
|
+
"value": true,
|
|
291
|
+
"group": "activation",
|
|
292
|
+
"binding": {
|
|
293
|
+
"name": "consumeUnmatchedEvents",
|
|
294
|
+
"type": "zeebe:property"
|
|
295
|
+
},
|
|
296
|
+
"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",
|
|
297
|
+
"type": "Boolean"
|
|
298
|
+
},
|
|
256
299
|
{
|
|
257
300
|
"id": "correlationKeyProcess",
|
|
258
301
|
"label": "Correlation key (process)",
|
|
@@ -328,6 +371,70 @@
|
|
|
328
371
|
},
|
|
329
372
|
"type": "Hidden"
|
|
330
373
|
},
|
|
374
|
+
{
|
|
375
|
+
"id": "deduplicationModeManualFlag",
|
|
376
|
+
"label": "Manual mode",
|
|
377
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
378
|
+
"value": false,
|
|
379
|
+
"group": "deduplication",
|
|
380
|
+
"binding": {
|
|
381
|
+
"name": "deduplicationModeManualFlag",
|
|
382
|
+
"type": "zeebe:property"
|
|
383
|
+
},
|
|
384
|
+
"type": "Boolean"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "deduplicationId",
|
|
388
|
+
"label": "Deduplication ID",
|
|
389
|
+
"constraints": {
|
|
390
|
+
"notEmpty": true,
|
|
391
|
+
"pattern": {
|
|
392
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
393
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"group": "deduplication",
|
|
397
|
+
"binding": {
|
|
398
|
+
"name": "deduplicationId",
|
|
399
|
+
"type": "zeebe:property"
|
|
400
|
+
},
|
|
401
|
+
"condition": {
|
|
402
|
+
"property": "deduplicationModeManualFlag",
|
|
403
|
+
"equals": true,
|
|
404
|
+
"type": "simple"
|
|
405
|
+
},
|
|
406
|
+
"type": "String"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"id": "deduplicationModeManual",
|
|
410
|
+
"value": "MANUAL",
|
|
411
|
+
"group": "deduplication",
|
|
412
|
+
"binding": {
|
|
413
|
+
"name": "deduplicationMode",
|
|
414
|
+
"type": "zeebe:property"
|
|
415
|
+
},
|
|
416
|
+
"condition": {
|
|
417
|
+
"property": "deduplicationId",
|
|
418
|
+
"isActive": true,
|
|
419
|
+
"type": "simple"
|
|
420
|
+
},
|
|
421
|
+
"type": "Hidden"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"id": "deduplicationModeAuto",
|
|
425
|
+
"value": "AUTO",
|
|
426
|
+
"group": "deduplication",
|
|
427
|
+
"binding": {
|
|
428
|
+
"name": "deduplicationMode",
|
|
429
|
+
"type": "zeebe:property"
|
|
430
|
+
},
|
|
431
|
+
"condition": {
|
|
432
|
+
"property": "deduplicationId",
|
|
433
|
+
"isActive": false,
|
|
434
|
+
"type": "simple"
|
|
435
|
+
},
|
|
436
|
+
"type": "Hidden"
|
|
437
|
+
},
|
|
331
438
|
{
|
|
332
439
|
"id": "resultVariable",
|
|
333
440
|
"label": "Result variable",
|
|
@@ -354,9 +461,6 @@
|
|
|
354
461
|
],
|
|
355
462
|
"icon": {
|
|
356
463
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
357
|
-
},
|
|
358
|
-
"engines": {
|
|
359
|
-
"camunda": "^8.5"
|
|
360
464
|
}
|
|
361
465
|
},
|
|
362
466
|
{
|
|
@@ -364,8 +468,8 @@
|
|
|
364
468
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
365
469
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
366
470
|
"description": "Receive events from Slack",
|
|
367
|
-
"version":
|
|
368
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
471
|
+
"version": 2,
|
|
472
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
369
473
|
"category": {
|
|
370
474
|
"id": "connectors",
|
|
371
475
|
"name": "Connectors"
|
|
@@ -443,14 +547,6 @@
|
|
|
443
547
|
"notEmpty": true
|
|
444
548
|
}
|
|
445
549
|
},
|
|
446
|
-
{
|
|
447
|
-
"type": "Hidden",
|
|
448
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
449
|
-
"binding": {
|
|
450
|
-
"type": "zeebe:property",
|
|
451
|
-
"name": "inbound.verificationExpression"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
550
|
{
|
|
455
551
|
"label": "Correlation key (process)",
|
|
456
552
|
"type": "String",
|
|
@@ -479,18 +575,6 @@
|
|
|
479
575
|
"notEmpty": true
|
|
480
576
|
}
|
|
481
577
|
},
|
|
482
|
-
{
|
|
483
|
-
"label": "Message ID expression",
|
|
484
|
-
"feel": "required",
|
|
485
|
-
"type": "String",
|
|
486
|
-
"optional": true,
|
|
487
|
-
"group": "activation",
|
|
488
|
-
"binding": {
|
|
489
|
-
"type": "zeebe:property",
|
|
490
|
-
"name": "messageIdExpression"
|
|
491
|
-
},
|
|
492
|
-
"description": "Expression to extract unique identifier of a message"
|
|
493
|
-
},
|
|
494
578
|
{
|
|
495
579
|
"label": "Condition",
|
|
496
580
|
"type": "String",
|
|
@@ -531,16 +615,16 @@
|
|
|
531
615
|
"contents": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20%20viewBox%3D%220%200%20127%20127%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M27.2%2080c0%207.3-5.9%2013.2-13.2%2013.2C6.7%2093.2.8%2087.3.8%2080c0-7.3%205.9-13.2%2013.2-13.2h13.2V80zm6.6%200c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2v33c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V80z%22%20fill%3D%22%23E01E5A%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M47%2027c-7.3%200-13.2-5.9-13.2-13.2C33.8%206.5%2039.7.6%2047%20.6c7.3%200%2013.2%205.9%2013.2%2013.2V27H47zm0%206.7c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H13.9C6.6%2060.1.7%2054.2.7%2046.9c0-7.3%205.9-13.2%2013.2-13.2H47z%22%20fill%3D%22%2336C5F0%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M99.9%2046.9c0-7.3%205.9-13.2%2013.2-13.2%207.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H99.9V46.9zm-6.6%200c0%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V13.8C66.9%206.5%2072.8.6%2080.1.6c7.3%200%2013.2%205.9%2013.2%2013.2v33.1z%22%20fill%3D%22%232EB67D%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M80.1%2099.8c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2-7.3%200-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3%200-13.2-5.9-13.2-13.2%200-7.3%205.9-13.2%2013.2-13.2h33.1c7.3%200%2013.2%205.9%2013.2%2013.2%200%207.3-5.9%2013.2-13.2%2013.2H80.1z%22%20fill%3D%22%23ECB22E%22%2F%3E%0A%3C%2Fsvg%3E%0A"
|
|
532
616
|
},
|
|
533
617
|
"engines": {
|
|
534
|
-
"camunda": "^8.
|
|
618
|
+
"camunda": "^8.2"
|
|
535
619
|
}
|
|
536
620
|
},
|
|
537
621
|
{
|
|
538
622
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
539
|
-
"name": "Slack Webhook",
|
|
623
|
+
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
540
624
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
541
625
|
"description": "Receive events from Slack",
|
|
542
|
-
"
|
|
543
|
-
"
|
|
626
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
627
|
+
"version": 5,
|
|
544
628
|
"category": {
|
|
545
629
|
"id": "connectors",
|
|
546
630
|
"name": "Connectors"
|
|
@@ -560,141 +644,191 @@
|
|
|
560
644
|
"label": "Activation"
|
|
561
645
|
},
|
|
562
646
|
{
|
|
563
|
-
"id": "
|
|
564
|
-
"label": "
|
|
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"
|
|
565
654
|
}
|
|
566
655
|
],
|
|
567
656
|
"properties": [
|
|
568
657
|
{
|
|
569
|
-
"type": "Hidden",
|
|
570
658
|
"value": "io.camunda:slack-webhook:1",
|
|
571
659
|
"binding": {
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
}
|
|
660
|
+
"name": "inbound.type",
|
|
661
|
+
"type": "zeebe:property"
|
|
662
|
+
},
|
|
663
|
+
"type": "Hidden"
|
|
575
664
|
},
|
|
576
665
|
{
|
|
577
|
-
"
|
|
578
|
-
"
|
|
666
|
+
"id": "inbound.context",
|
|
667
|
+
"label": "Webhook ID",
|
|
668
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
669
|
+
"optional": false,
|
|
670
|
+
"constraints": {
|
|
671
|
+
"notEmpty": true
|
|
672
|
+
},
|
|
673
|
+
"group": "endpoint",
|
|
579
674
|
"binding": {
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
}
|
|
675
|
+
"name": "inbound.context",
|
|
676
|
+
"type": "zeebe:property"
|
|
677
|
+
},
|
|
678
|
+
"type": "String"
|
|
583
679
|
},
|
|
584
680
|
{
|
|
585
|
-
"
|
|
586
|
-
"
|
|
587
|
-
|
|
681
|
+
"id": "inbound.slackSigningSecret",
|
|
682
|
+
"label": "Slack signing secret",
|
|
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",
|
|
684
|
+
"optional": false,
|
|
685
|
+
"constraints": {
|
|
686
|
+
"notEmpty": true
|
|
588
687
|
},
|
|
688
|
+
"group": "endpoint",
|
|
589
689
|
"binding": {
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
}
|
|
690
|
+
"name": "inbound.slackSigningSecret",
|
|
691
|
+
"type": "zeebe:property"
|
|
692
|
+
},
|
|
693
|
+
"type": "String"
|
|
593
694
|
},
|
|
594
695
|
{
|
|
595
|
-
"
|
|
596
|
-
"
|
|
696
|
+
"id": "inbound.verificationExpression",
|
|
697
|
+
"label": "Verification expression",
|
|
698
|
+
"optional": true,
|
|
699
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
597
700
|
"group": "endpoint",
|
|
598
701
|
"binding": {
|
|
599
|
-
"
|
|
600
|
-
"
|
|
702
|
+
"name": "inbound.verificationExpression",
|
|
703
|
+
"type": "zeebe:property"
|
|
601
704
|
},
|
|
602
|
-
"
|
|
603
|
-
"constraints": {
|
|
604
|
-
"notEmpty": true
|
|
605
|
-
}
|
|
705
|
+
"type": "Hidden"
|
|
606
706
|
},
|
|
607
707
|
{
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
611
|
-
"
|
|
612
|
-
"feel": "
|
|
708
|
+
"id": "activationCondition",
|
|
709
|
+
"label": "Activation condition",
|
|
710
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
711
|
+
"optional": true,
|
|
712
|
+
"feel": "required",
|
|
713
|
+
"group": "activation",
|
|
613
714
|
"binding": {
|
|
614
|
-
"
|
|
615
|
-
"
|
|
715
|
+
"name": "activationCondition",
|
|
716
|
+
"type": "zeebe:property"
|
|
616
717
|
},
|
|
617
|
-
"
|
|
618
|
-
"notEmpty": true
|
|
619
|
-
}
|
|
718
|
+
"type": "String"
|
|
620
719
|
},
|
|
621
720
|
{
|
|
721
|
+
"id": "correlationKeyProcess",
|
|
622
722
|
"label": "Correlation key (process)",
|
|
623
|
-
"type": "String",
|
|
624
|
-
"group": "activation",
|
|
625
|
-
"feel": "required",
|
|
626
723
|
"description": "Sets up the correlation key from process variables",
|
|
724
|
+
"constraints": {
|
|
725
|
+
"notEmpty": true
|
|
726
|
+
},
|
|
727
|
+
"feel": "required",
|
|
728
|
+
"group": "correlation",
|
|
627
729
|
"binding": {
|
|
628
|
-
"
|
|
629
|
-
"
|
|
730
|
+
"name": "correlationKey",
|
|
731
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
630
732
|
},
|
|
733
|
+
"type": "String"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"id": "correlationKeyPayload",
|
|
737
|
+
"label": "Correlation key (payload)",
|
|
738
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
631
739
|
"constraints": {
|
|
632
740
|
"notEmpty": true
|
|
633
|
-
}
|
|
741
|
+
},
|
|
742
|
+
"feel": "required",
|
|
743
|
+
"group": "correlation",
|
|
744
|
+
"binding": {
|
|
745
|
+
"name": "correlationKeyExpression",
|
|
746
|
+
"type": "zeebe:property"
|
|
747
|
+
},
|
|
748
|
+
"type": "String"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"id": "messageIdExpression",
|
|
752
|
+
"label": "Message ID expression",
|
|
753
|
+
"description": "Expression to extract unique identifier of a message",
|
|
754
|
+
"optional": true,
|
|
755
|
+
"feel": "required",
|
|
756
|
+
"group": "correlation",
|
|
757
|
+
"binding": {
|
|
758
|
+
"name": "messageIdExpression",
|
|
759
|
+
"type": "zeebe:property"
|
|
760
|
+
},
|
|
761
|
+
"type": "String"
|
|
634
762
|
},
|
|
635
763
|
{
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
764
|
+
"id": "messageTtl",
|
|
765
|
+
"label": "Message TTL",
|
|
766
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
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",
|
|
640
777
|
"binding": {
|
|
641
|
-
"
|
|
642
|
-
"
|
|
778
|
+
"name": "messageTtl",
|
|
779
|
+
"type": "zeebe:property"
|
|
643
780
|
},
|
|
644
|
-
"
|
|
645
|
-
"constraints": {
|
|
646
|
-
"notEmpty": true
|
|
647
|
-
}
|
|
781
|
+
"type": "String"
|
|
648
782
|
},
|
|
649
783
|
{
|
|
650
|
-
"
|
|
651
|
-
"
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
"
|
|
784
|
+
"id": "messageNameUuid",
|
|
785
|
+
"generatedValue": {
|
|
786
|
+
"type": "uuid"
|
|
787
|
+
},
|
|
788
|
+
"group": "correlation",
|
|
655
789
|
"binding": {
|
|
656
|
-
"
|
|
657
|
-
"
|
|
790
|
+
"name": "name",
|
|
791
|
+
"type": "bpmn:Message#property"
|
|
658
792
|
},
|
|
659
|
-
"
|
|
793
|
+
"type": "Hidden"
|
|
660
794
|
},
|
|
661
795
|
{
|
|
796
|
+
"id": "resultVariable",
|
|
662
797
|
"label": "Result variable",
|
|
663
|
-
"
|
|
664
|
-
"group": "
|
|
665
|
-
"optional": true,
|
|
798
|
+
"description": "Name of variable to store the response in",
|
|
799
|
+
"group": "output",
|
|
666
800
|
"binding": {
|
|
667
|
-
"
|
|
668
|
-
"
|
|
801
|
+
"name": "resultVariable",
|
|
802
|
+
"type": "zeebe:property"
|
|
669
803
|
},
|
|
670
|
-
"
|
|
804
|
+
"type": "String"
|
|
671
805
|
},
|
|
672
806
|
{
|
|
807
|
+
"id": "resultExpression",
|
|
673
808
|
"label": "Result expression",
|
|
674
|
-
"
|
|
675
|
-
"group": "variable-mapping",
|
|
809
|
+
"description": "Expression to map the response into process variables",
|
|
676
810
|
"feel": "required",
|
|
677
|
-
"
|
|
811
|
+
"group": "output",
|
|
678
812
|
"binding": {
|
|
679
|
-
"
|
|
680
|
-
"
|
|
813
|
+
"name": "resultExpression",
|
|
814
|
+
"type": "zeebe:property"
|
|
681
815
|
},
|
|
682
|
-
"
|
|
816
|
+
"type": "Text"
|
|
683
817
|
}
|
|
684
818
|
],
|
|
685
819
|
"icon": {
|
|
686
|
-
"contents": "data:image/svg+xml;
|
|
820
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
687
821
|
},
|
|
688
822
|
"engines": {
|
|
689
|
-
"camunda": "^8.
|
|
823
|
+
"camunda": "^8.5"
|
|
690
824
|
}
|
|
691
825
|
},
|
|
692
826
|
{
|
|
693
827
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
694
|
-
"name": "Slack Webhook
|
|
828
|
+
"name": "Slack Webhook",
|
|
695
829
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
696
830
|
"description": "Receive events from Slack",
|
|
697
|
-
"version":
|
|
831
|
+
"version": 1,
|
|
698
832
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
699
833
|
"category": {
|
|
700
834
|
"id": "connectors",
|
|
@@ -773,14 +907,6 @@
|
|
|
773
907
|
"notEmpty": true
|
|
774
908
|
}
|
|
775
909
|
},
|
|
776
|
-
{
|
|
777
|
-
"type": "Hidden",
|
|
778
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
779
|
-
"binding": {
|
|
780
|
-
"type": "zeebe:property",
|
|
781
|
-
"name": "inbound.verificationExpression"
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
910
|
{
|
|
785
911
|
"label": "Correlation key (process)",
|
|
786
912
|
"type": "String",
|
|
@@ -849,7 +975,7 @@
|
|
|
849
975
|
"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"
|
|
850
976
|
},
|
|
851
977
|
"engines": {
|
|
852
|
-
"camunda": "^8.
|
|
978
|
+
"camunda": "^8.2"
|
|
853
979
|
}
|
|
854
980
|
},
|
|
855
981
|
{
|
|
@@ -1065,11 +1191,179 @@
|
|
|
1065
1191
|
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
1066
1192
|
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
1067
1193
|
"description": "Receive events from Slack",
|
|
1068
|
-
"
|
|
1069
|
-
|
|
1194
|
+
"version": 3,
|
|
1195
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
1196
|
+
"category": {
|
|
1197
|
+
"id": "connectors",
|
|
1198
|
+
"name": "Connectors"
|
|
1199
|
+
},
|
|
1200
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
1201
|
+
"elementType": {
|
|
1202
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
1203
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1204
|
+
},
|
|
1205
|
+
"groups": [
|
|
1206
|
+
{
|
|
1207
|
+
"id": "endpoint",
|
|
1208
|
+
"label": "Webhook configuration"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "activation",
|
|
1212
|
+
"label": "Activation"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"id": "variable-mapping",
|
|
1216
|
+
"label": "Variable mapping"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"properties": [
|
|
1220
|
+
{
|
|
1221
|
+
"type": "Hidden",
|
|
1222
|
+
"value": "io.camunda:slack-webhook:1",
|
|
1223
|
+
"binding": {
|
|
1224
|
+
"type": "zeebe:property",
|
|
1225
|
+
"name": "inbound.type"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"type": "Hidden",
|
|
1230
|
+
"value": "SlackEventsWebhook",
|
|
1231
|
+
"binding": {
|
|
1232
|
+
"type": "zeebe:property",
|
|
1233
|
+
"name": "inbound.subtype"
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"type": "Hidden",
|
|
1238
|
+
"generatedValue": {
|
|
1239
|
+
"type": "uuid"
|
|
1240
|
+
},
|
|
1241
|
+
"binding": {
|
|
1242
|
+
"type": "bpmn:Message#property",
|
|
1243
|
+
"name": "name"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"label": "Webhook ID",
|
|
1248
|
+
"type": "String",
|
|
1249
|
+
"group": "endpoint",
|
|
1250
|
+
"binding": {
|
|
1251
|
+
"type": "zeebe:property",
|
|
1252
|
+
"name": "inbound.context"
|
|
1253
|
+
},
|
|
1254
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
1255
|
+
"constraints": {
|
|
1256
|
+
"notEmpty": true
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"label": "Slack signing secret",
|
|
1261
|
+
"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",
|
|
1262
|
+
"type": "String",
|
|
1263
|
+
"group": "endpoint",
|
|
1264
|
+
"feel": "optional",
|
|
1265
|
+
"binding": {
|
|
1266
|
+
"type": "zeebe:property",
|
|
1267
|
+
"name": "inbound.slackSigningSecret"
|
|
1268
|
+
},
|
|
1269
|
+
"constraints": {
|
|
1270
|
+
"notEmpty": true
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"type": "Hidden",
|
|
1275
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
1276
|
+
"binding": {
|
|
1277
|
+
"type": "zeebe:property",
|
|
1278
|
+
"name": "inbound.verificationExpression"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"label": "Correlation key (process)",
|
|
1283
|
+
"type": "String",
|
|
1284
|
+
"group": "activation",
|
|
1285
|
+
"feel": "required",
|
|
1286
|
+
"description": "Sets up the correlation key from process variables",
|
|
1287
|
+
"binding": {
|
|
1288
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
1289
|
+
"name": "correlationKey"
|
|
1290
|
+
},
|
|
1291
|
+
"constraints": {
|
|
1292
|
+
"notEmpty": true
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"label": "Correlation key (payload)",
|
|
1297
|
+
"type": "String",
|
|
1298
|
+
"group": "activation",
|
|
1299
|
+
"feel": "required",
|
|
1300
|
+
"binding": {
|
|
1301
|
+
"type": "zeebe:property",
|
|
1302
|
+
"name": "correlationKeyExpression"
|
|
1303
|
+
},
|
|
1304
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1305
|
+
"constraints": {
|
|
1306
|
+
"notEmpty": true
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"label": "Condition",
|
|
1311
|
+
"type": "String",
|
|
1312
|
+
"group": "activation",
|
|
1313
|
+
"feel": "required",
|
|
1314
|
+
"optional": true,
|
|
1315
|
+
"binding": {
|
|
1316
|
+
"type": "zeebe:property",
|
|
1317
|
+
"name": "activationCondition"
|
|
1318
|
+
},
|
|
1319
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"label": "Result variable",
|
|
1323
|
+
"type": "String",
|
|
1324
|
+
"group": "variable-mapping",
|
|
1325
|
+
"optional": true,
|
|
1326
|
+
"binding": {
|
|
1327
|
+
"type": "zeebe:property",
|
|
1328
|
+
"name": "resultVariable"
|
|
1329
|
+
},
|
|
1330
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"label": "Result expression",
|
|
1334
|
+
"type": "String",
|
|
1335
|
+
"group": "variable-mapping",
|
|
1336
|
+
"feel": "required",
|
|
1337
|
+
"optional": true,
|
|
1338
|
+
"binding": {
|
|
1339
|
+
"type": "zeebe:property",
|
|
1340
|
+
"name": "resultExpression"
|
|
1341
|
+
},
|
|
1342
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"icon": {
|
|
1346
|
+
"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"
|
|
1070
1347
|
},
|
|
1348
|
+
"engines": {
|
|
1349
|
+
"camunda": "^8.4"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1354
|
+
"name": "Slack Webhook Intermediate Catch Event Connector",
|
|
1355
|
+
"id": "io.camunda.connectors.inbound.Slack.IntermediateCatchEvent.v1",
|
|
1356
|
+
"description": "Receive events from Slack",
|
|
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":
|
|
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
|
-
"
|
|
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": {
|