@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
|
@@ -1,4 +1,212 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
+
"name": "Slack Webhook Boundary Event Connector",
|
|
5
|
+
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
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": 6,
|
|
12
|
+
"category": {
|
|
13
|
+
"id": "connectors",
|
|
14
|
+
"name": "Connectors"
|
|
15
|
+
},
|
|
16
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
17
|
+
"elementType": {
|
|
18
|
+
"value": "bpmn:BoundaryEvent",
|
|
19
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
20
|
+
},
|
|
21
|
+
"groups": [
|
|
22
|
+
{
|
|
23
|
+
"id": "endpoint",
|
|
24
|
+
"label": "Webhook configuration"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "activation",
|
|
28
|
+
"label": "Activation"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "correlation",
|
|
32
|
+
"label": "Correlation",
|
|
33
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "output",
|
|
37
|
+
"label": "Output mapping"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"properties": [
|
|
41
|
+
{
|
|
42
|
+
"value": "io.camunda:slack-webhook:1",
|
|
43
|
+
"binding": {
|
|
44
|
+
"name": "inbound.type",
|
|
45
|
+
"type": "zeebe:property"
|
|
46
|
+
},
|
|
47
|
+
"type": "Hidden"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "inbound.context",
|
|
51
|
+
"label": "Webhook ID",
|
|
52
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
53
|
+
"optional": false,
|
|
54
|
+
"constraints": {
|
|
55
|
+
"notEmpty": true
|
|
56
|
+
},
|
|
57
|
+
"group": "endpoint",
|
|
58
|
+
"binding": {
|
|
59
|
+
"name": "inbound.context",
|
|
60
|
+
"type": "zeebe:property"
|
|
61
|
+
},
|
|
62
|
+
"type": "String"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "inbound.slackSigningSecret",
|
|
66
|
+
"label": "Slack signing secret",
|
|
67
|
+
"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",
|
|
68
|
+
"optional": false,
|
|
69
|
+
"constraints": {
|
|
70
|
+
"notEmpty": true
|
|
71
|
+
},
|
|
72
|
+
"group": "endpoint",
|
|
73
|
+
"binding": {
|
|
74
|
+
"name": "inbound.slackSigningSecret",
|
|
75
|
+
"type": "zeebe:property"
|
|
76
|
+
},
|
|
77
|
+
"type": "String"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "inbound.verificationExpression",
|
|
81
|
+
"label": "Verification expression",
|
|
82
|
+
"optional": true,
|
|
83
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
84
|
+
"group": "endpoint",
|
|
85
|
+
"binding": {
|
|
86
|
+
"name": "inbound.verificationExpression",
|
|
87
|
+
"type": "zeebe:property"
|
|
88
|
+
},
|
|
89
|
+
"type": "Hidden"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "activationCondition",
|
|
93
|
+
"label": "Activation condition",
|
|
94
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
95
|
+
"optional": true,
|
|
96
|
+
"feel": "required",
|
|
97
|
+
"group": "activation",
|
|
98
|
+
"binding": {
|
|
99
|
+
"name": "activationCondition",
|
|
100
|
+
"type": "zeebe:property"
|
|
101
|
+
},
|
|
102
|
+
"type": "String"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "correlationKeyProcess",
|
|
106
|
+
"label": "Correlation key (process)",
|
|
107
|
+
"description": "Sets up the correlation key from process variables",
|
|
108
|
+
"constraints": {
|
|
109
|
+
"notEmpty": true
|
|
110
|
+
},
|
|
111
|
+
"feel": "required",
|
|
112
|
+
"group": "correlation",
|
|
113
|
+
"binding": {
|
|
114
|
+
"name": "correlationKey",
|
|
115
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
116
|
+
},
|
|
117
|
+
"type": "String"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"id": "correlationKeyPayload",
|
|
121
|
+
"label": "Correlation key (payload)",
|
|
122
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
123
|
+
"constraints": {
|
|
124
|
+
"notEmpty": true
|
|
125
|
+
},
|
|
126
|
+
"feel": "required",
|
|
127
|
+
"group": "correlation",
|
|
128
|
+
"binding": {
|
|
129
|
+
"name": "correlationKeyExpression",
|
|
130
|
+
"type": "zeebe:property"
|
|
131
|
+
},
|
|
132
|
+
"type": "String"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": "messageIdExpression",
|
|
136
|
+
"label": "Message ID expression",
|
|
137
|
+
"description": "Expression to extract unique identifier of a message",
|
|
138
|
+
"optional": true,
|
|
139
|
+
"feel": "required",
|
|
140
|
+
"group": "correlation",
|
|
141
|
+
"binding": {
|
|
142
|
+
"name": "messageIdExpression",
|
|
143
|
+
"type": "zeebe:property"
|
|
144
|
+
},
|
|
145
|
+
"type": "String"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "messageTtl",
|
|
149
|
+
"label": "Message TTL",
|
|
150
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
151
|
+
"optional": true,
|
|
152
|
+
"constraints": {
|
|
153
|
+
"notEmpty": false,
|
|
154
|
+
"pattern": {
|
|
155
|
+
"value": "^(PT.*|)$",
|
|
156
|
+
"message": "must be an ISO-8601 duration"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"feel": "optional",
|
|
160
|
+
"group": "correlation",
|
|
161
|
+
"binding": {
|
|
162
|
+
"name": "messageTtl",
|
|
163
|
+
"type": "zeebe:property"
|
|
164
|
+
},
|
|
165
|
+
"type": "String"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"id": "messageNameUuid",
|
|
169
|
+
"generatedValue": {
|
|
170
|
+
"type": "uuid"
|
|
171
|
+
},
|
|
172
|
+
"group": "correlation",
|
|
173
|
+
"binding": {
|
|
174
|
+
"name": "name",
|
|
175
|
+
"type": "bpmn:Message#property"
|
|
176
|
+
},
|
|
177
|
+
"type": "Hidden"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": "resultVariable",
|
|
181
|
+
"label": "Result variable",
|
|
182
|
+
"description": "Name of variable to store the response in",
|
|
183
|
+
"group": "output",
|
|
184
|
+
"binding": {
|
|
185
|
+
"name": "resultVariable",
|
|
186
|
+
"type": "zeebe:property"
|
|
187
|
+
},
|
|
188
|
+
"type": "String"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "resultExpression",
|
|
192
|
+
"label": "Result expression",
|
|
193
|
+
"description": "Expression to map the response into process variables",
|
|
194
|
+
"feel": "required",
|
|
195
|
+
"group": "output",
|
|
196
|
+
"binding": {
|
|
197
|
+
"name": "resultExpression",
|
|
198
|
+
"type": "zeebe:property"
|
|
199
|
+
},
|
|
200
|
+
"type": "Text"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"engines": {
|
|
204
|
+
"camunda": "^8.3"
|
|
205
|
+
},
|
|
206
|
+
"icon": {
|
|
207
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
208
|
+
}
|
|
209
|
+
},
|
|
2
210
|
{
|
|
3
211
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
212
|
"name": "Slack Webhook Boundary Event Connector",
|
|
@@ -293,11 +501,8 @@
|
|
|
293
501
|
"name": "Slack Webhook Boundary Event Connector",
|
|
294
502
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
295
503
|
"description": "Receive events from Slack",
|
|
296
|
-
"metadata": {
|
|
297
|
-
"keywords": []
|
|
298
|
-
},
|
|
299
504
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
300
|
-
"version":
|
|
505
|
+
"version": 5,
|
|
301
506
|
"category": {
|
|
302
507
|
"id": "connectors",
|
|
303
508
|
"name": "Connectors"
|
|
@@ -489,11 +694,11 @@
|
|
|
489
694
|
"type": "Text"
|
|
490
695
|
}
|
|
491
696
|
],
|
|
492
|
-
"engines": {
|
|
493
|
-
"camunda": "^8.3"
|
|
494
|
-
},
|
|
495
697
|
"icon": {
|
|
496
698
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
699
|
+
},
|
|
700
|
+
"engines": {
|
|
701
|
+
"camunda": "^8.5"
|
|
497
702
|
}
|
|
498
703
|
},
|
|
499
704
|
{
|
|
@@ -501,8 +706,8 @@
|
|
|
501
706
|
"name": "Slack Webhook Boundary Event Connector",
|
|
502
707
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
503
708
|
"description": "Receive events from Slack",
|
|
504
|
-
"version":
|
|
505
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack
|
|
709
|
+
"version": 2,
|
|
710
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
506
711
|
"category": {
|
|
507
712
|
"id": "connectors",
|
|
508
713
|
"name": "Connectors"
|
|
@@ -616,6 +821,18 @@
|
|
|
616
821
|
"notEmpty": true
|
|
617
822
|
}
|
|
618
823
|
},
|
|
824
|
+
{
|
|
825
|
+
"label": "Message ID expression",
|
|
826
|
+
"feel": "required",
|
|
827
|
+
"type": "String",
|
|
828
|
+
"optional": true,
|
|
829
|
+
"group": "activation",
|
|
830
|
+
"binding": {
|
|
831
|
+
"type": "zeebe:property",
|
|
832
|
+
"name": "messageIdExpression"
|
|
833
|
+
},
|
|
834
|
+
"description": "Expression to extract unique identifier of a message"
|
|
835
|
+
},
|
|
619
836
|
{
|
|
620
837
|
"label": "Condition",
|
|
621
838
|
"type": "String",
|
|
@@ -664,8 +881,8 @@
|
|
|
664
881
|
"name": "Slack Webhook Boundary Event Connector",
|
|
665
882
|
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
666
883
|
"description": "Receive events from Slack",
|
|
667
|
-
"
|
|
668
|
-
"
|
|
884
|
+
"version": 1,
|
|
885
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
669
886
|
"category": {
|
|
670
887
|
"id": "connectors",
|
|
671
888
|
"name": "Connectors"
|
|
@@ -685,23 +902,202 @@
|
|
|
685
902
|
"label": "Activation"
|
|
686
903
|
},
|
|
687
904
|
{
|
|
688
|
-
"id": "
|
|
689
|
-
"label": "
|
|
690
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"id": "output",
|
|
694
|
-
"label": "Output mapping"
|
|
905
|
+
"id": "variable-mapping",
|
|
906
|
+
"label": "Variable mapping"
|
|
695
907
|
}
|
|
696
908
|
],
|
|
697
909
|
"properties": [
|
|
698
910
|
{
|
|
911
|
+
"type": "Hidden",
|
|
699
912
|
"value": "io.camunda:slack-webhook:1",
|
|
700
913
|
"binding": {
|
|
701
|
-
"
|
|
702
|
-
"
|
|
703
|
-
}
|
|
704
|
-
|
|
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
|
+
{
|
|
1043
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1044
|
+
"name": "Slack Webhook Boundary Event Connector",
|
|
1045
|
+
"id": "io.camunda.connectors.inbound.Slack.BoundaryEvent.v1",
|
|
1046
|
+
"description": "Receive events from Slack",
|
|
1047
|
+
"keywords": [
|
|
1048
|
+
"message received",
|
|
1049
|
+
"event received",
|
|
1050
|
+
"channel event",
|
|
1051
|
+
"webhook",
|
|
1052
|
+
"messaging",
|
|
1053
|
+
"new message"
|
|
1054
|
+
],
|
|
1055
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
1056
|
+
"version": 8,
|
|
1057
|
+
"category": {
|
|
1058
|
+
"id": "connectors",
|
|
1059
|
+
"name": "Connectors"
|
|
1060
|
+
},
|
|
1061
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1062
|
+
"elementType": {
|
|
1063
|
+
"value": "bpmn:BoundaryEvent",
|
|
1064
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1065
|
+
},
|
|
1066
|
+
"engines": {
|
|
1067
|
+
"camunda": "^8.3"
|
|
1068
|
+
},
|
|
1069
|
+
"groups": [
|
|
1070
|
+
{
|
|
1071
|
+
"id": "endpoint",
|
|
1072
|
+
"label": "Webhook configuration"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "activation",
|
|
1076
|
+
"label": "Activation"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"id": "correlation",
|
|
1080
|
+
"label": "Correlation",
|
|
1081
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"id": "deduplication",
|
|
1085
|
+
"label": "Deduplication",
|
|
1086
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"id": "output",
|
|
1090
|
+
"label": "Output mapping"
|
|
1091
|
+
}
|
|
1092
|
+
],
|
|
1093
|
+
"properties": [
|
|
1094
|
+
{
|
|
1095
|
+
"value": "io.camunda:slack-webhook:1",
|
|
1096
|
+
"binding": {
|
|
1097
|
+
"name": "inbound.type",
|
|
1098
|
+
"type": "zeebe:property"
|
|
1099
|
+
},
|
|
1100
|
+
"type": "Hidden"
|
|
705
1101
|
},
|
|
706
1102
|
{
|
|
707
1103
|
"id": "inbound.context",
|
|
@@ -758,6 +1154,18 @@
|
|
|
758
1154
|
},
|
|
759
1155
|
"type": "String"
|
|
760
1156
|
},
|
|
1157
|
+
{
|
|
1158
|
+
"id": "consumeUnmatchedEvents",
|
|
1159
|
+
"label": "Consume unmatched events",
|
|
1160
|
+
"value": true,
|
|
1161
|
+
"group": "activation",
|
|
1162
|
+
"binding": {
|
|
1163
|
+
"name": "consumeUnmatchedEvents",
|
|
1164
|
+
"type": "zeebe:property"
|
|
1165
|
+
},
|
|
1166
|
+
"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",
|
|
1167
|
+
"type": "Boolean"
|
|
1168
|
+
},
|
|
761
1169
|
{
|
|
762
1170
|
"id": "correlationKeyProcess",
|
|
763
1171
|
"label": "Correlation key (process)",
|
|
@@ -823,220 +1231,110 @@
|
|
|
823
1231
|
},
|
|
824
1232
|
{
|
|
825
1233
|
"id": "messageNameUuid",
|
|
1234
|
+
"label": "Message name",
|
|
826
1235
|
"generatedValue": {
|
|
827
1236
|
"type": "uuid"
|
|
828
1237
|
},
|
|
1238
|
+
"feel": "optional",
|
|
829
1239
|
"group": "correlation",
|
|
830
1240
|
"binding": {
|
|
831
1241
|
"name": "name",
|
|
832
1242
|
"type": "bpmn:Message#property"
|
|
833
1243
|
},
|
|
834
|
-
"
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
"id": "resultVariable",
|
|
838
|
-
"label": "Result variable",
|
|
839
|
-
"description": "Name of variable to store the response in",
|
|
840
|
-
"group": "output",
|
|
841
|
-
"binding": {
|
|
842
|
-
"name": "resultVariable",
|
|
843
|
-
"type": "zeebe:property"
|
|
844
|
-
},
|
|
1244
|
+
"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.",
|
|
845
1245
|
"type": "String"
|
|
846
1246
|
},
|
|
847
1247
|
{
|
|
848
|
-
"id": "
|
|
849
|
-
"label": "
|
|
850
|
-
"description": "
|
|
851
|
-
"
|
|
852
|
-
"group": "
|
|
1248
|
+
"id": "deduplicationModeManualFlag",
|
|
1249
|
+
"label": "Manual mode",
|
|
1250
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1251
|
+
"value": false,
|
|
1252
|
+
"group": "deduplication",
|
|
853
1253
|
"binding": {
|
|
854
|
-
"name": "
|
|
1254
|
+
"name": "deduplicationModeManualFlag",
|
|
855
1255
|
"type": "zeebe:property"
|
|
856
1256
|
},
|
|
857
|
-
"type": "
|
|
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
|
-
}
|
|
1257
|
+
"type": "Boolean"
|
|
913
1258
|
},
|
|
914
1259
|
{
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
|
|
1260
|
+
"id": "deduplicationId",
|
|
1261
|
+
"label": "Deduplication ID",
|
|
1262
|
+
"constraints": {
|
|
1263
|
+
"notEmpty": true,
|
|
1264
|
+
"pattern": {
|
|
1265
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1266
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1267
|
+
}
|
|
918
1268
|
},
|
|
1269
|
+
"group": "deduplication",
|
|
919
1270
|
"binding": {
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"label": "Webhook ID",
|
|
926
|
-
"type": "String",
|
|
927
|
-
"group": "endpoint",
|
|
928
|
-
"binding": {
|
|
929
|
-
"type": "zeebe:property",
|
|
930
|
-
"name": "inbound.context"
|
|
1271
|
+
"name": "deduplicationId",
|
|
1272
|
+
"type": "zeebe:property"
|
|
931
1273
|
},
|
|
932
|
-
"
|
|
933
|
-
|
|
934
|
-
"
|
|
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"
|
|
1274
|
+
"condition": {
|
|
1275
|
+
"property": "deduplicationModeManualFlag",
|
|
1276
|
+
"equals": true,
|
|
1277
|
+
"type": "simple"
|
|
946
1278
|
},
|
|
947
|
-
"
|
|
948
|
-
"notEmpty": true
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"type": "Hidden",
|
|
953
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
954
|
-
"binding": {
|
|
955
|
-
"type": "zeebe:property",
|
|
956
|
-
"name": "inbound.verificationExpression"
|
|
957
|
-
}
|
|
1279
|
+
"type": "String"
|
|
958
1280
|
},
|
|
959
1281
|
{
|
|
960
|
-
"
|
|
961
|
-
"
|
|
962
|
-
"group": "
|
|
963
|
-
"feel": "required",
|
|
964
|
-
"description": "Sets up the correlation key from process variables",
|
|
1282
|
+
"id": "deduplicationModeManual",
|
|
1283
|
+
"value": "MANUAL",
|
|
1284
|
+
"group": "deduplication",
|
|
965
1285
|
"binding": {
|
|
966
|
-
"
|
|
967
|
-
"
|
|
1286
|
+
"name": "deduplicationMode",
|
|
1287
|
+
"type": "zeebe:property"
|
|
968
1288
|
},
|
|
969
|
-
"
|
|
970
|
-
"
|
|
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"
|
|
1289
|
+
"condition": {
|
|
1290
|
+
"property": "deduplicationId",
|
|
1291
|
+
"isActive": true,
|
|
1292
|
+
"type": "simple"
|
|
981
1293
|
},
|
|
982
|
-
"
|
|
983
|
-
"constraints": {
|
|
984
|
-
"notEmpty": true
|
|
985
|
-
}
|
|
1294
|
+
"type": "Hidden"
|
|
986
1295
|
},
|
|
987
1296
|
{
|
|
988
|
-
"
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"optional": true,
|
|
992
|
-
"group": "activation",
|
|
1297
|
+
"id": "deduplicationModeAuto",
|
|
1298
|
+
"value": "AUTO",
|
|
1299
|
+
"group": "deduplication",
|
|
993
1300
|
"binding": {
|
|
994
|
-
"
|
|
995
|
-
"
|
|
1301
|
+
"name": "deduplicationMode",
|
|
1302
|
+
"type": "zeebe:property"
|
|
996
1303
|
},
|
|
997
|
-
"
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
"type": "String",
|
|
1002
|
-
"group": "activation",
|
|
1003
|
-
"feel": "required",
|
|
1004
|
-
"optional": true,
|
|
1005
|
-
"binding": {
|
|
1006
|
-
"type": "zeebe:property",
|
|
1007
|
-
"name": "activationCondition"
|
|
1304
|
+
"condition": {
|
|
1305
|
+
"property": "deduplicationId",
|
|
1306
|
+
"isActive": false,
|
|
1307
|
+
"type": "simple"
|
|
1008
1308
|
},
|
|
1009
|
-
"
|
|
1309
|
+
"type": "Hidden"
|
|
1010
1310
|
},
|
|
1011
1311
|
{
|
|
1312
|
+
"id": "resultVariable",
|
|
1012
1313
|
"label": "Result variable",
|
|
1013
|
-
"
|
|
1014
|
-
"group": "
|
|
1015
|
-
"optional": true,
|
|
1314
|
+
"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>.",
|
|
1315
|
+
"group": "output",
|
|
1016
1316
|
"binding": {
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1317
|
+
"name": "resultVariable",
|
|
1318
|
+
"type": "zeebe:property"
|
|
1019
1319
|
},
|
|
1020
|
-
"
|
|
1320
|
+
"type": "String"
|
|
1021
1321
|
},
|
|
1022
1322
|
{
|
|
1323
|
+
"id": "resultExpression",
|
|
1023
1324
|
"label": "Result expression",
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1325
|
+
"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>.",
|
|
1326
|
+
"value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
|
|
1026
1327
|
"feel": "required",
|
|
1027
|
-
"
|
|
1328
|
+
"group": "output",
|
|
1028
1329
|
"binding": {
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1330
|
+
"name": "resultExpression",
|
|
1331
|
+
"type": "zeebe:property"
|
|
1031
1332
|
},
|
|
1032
|
-
"
|
|
1333
|
+
"type": "Text"
|
|
1033
1334
|
}
|
|
1034
1335
|
],
|
|
1035
1336
|
"icon": {
|
|
1036
|
-
"contents": "data:image/svg+xml;
|
|
1037
|
-
},
|
|
1038
|
-
"engines": {
|
|
1039
|
-
"camunda": "^8.4"
|
|
1337
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
1040
1338
|
}
|
|
1041
1339
|
}
|
|
1042
1340
|
]
|