@camunda/connectors-element-templates 1.0.5 → 1.0.7
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/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -4,16 +4,25 @@
|
|
|
4
4
|
"name": "Slack Webhook Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
6
6
|
"description": "Receive events from Slack",
|
|
7
|
-
"
|
|
8
|
-
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
10
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
11
|
+
"version": 7,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
12
15
|
},
|
|
16
|
+
"deprecated": {
|
|
17
|
+
"message": "Migrate to Webhook Message Start Event Connector"
|
|
18
|
+
},
|
|
13
19
|
"appliesTo": ["bpmn:StartEvent"],
|
|
14
20
|
"elementType": {
|
|
15
21
|
"value": "bpmn:StartEvent"
|
|
16
22
|
},
|
|
23
|
+
"engines": {
|
|
24
|
+
"camunda": "^8.3"
|
|
25
|
+
},
|
|
17
26
|
"groups": [
|
|
18
27
|
{
|
|
19
28
|
"id": "endpoint",
|
|
@@ -24,95 +33,181 @@
|
|
|
24
33
|
"label": "Activation"
|
|
25
34
|
},
|
|
26
35
|
{
|
|
27
|
-
"id": "
|
|
28
|
-
"label": "
|
|
36
|
+
"id": "deduplication",
|
|
37
|
+
"label": "Deduplication",
|
|
38
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "output",
|
|
42
|
+
"label": "Output mapping"
|
|
29
43
|
}
|
|
30
44
|
],
|
|
31
45
|
"properties": [
|
|
32
46
|
{
|
|
33
|
-
"type": "Hidden",
|
|
34
47
|
"value": "io.camunda:slack-webhook:1",
|
|
35
48
|
"binding": {
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
{
|
|
41
|
-
"type": "Hidden",
|
|
42
|
-
"value": "SlackEventsWebhook",
|
|
43
|
-
"binding": {
|
|
44
|
-
"type": "zeebe:property",
|
|
45
|
-
"name": "inbound.subtype"
|
|
46
|
-
}
|
|
49
|
+
"name": "inbound.type",
|
|
50
|
+
"type": "zeebe:property"
|
|
51
|
+
},
|
|
52
|
+
"type": "Hidden"
|
|
47
53
|
},
|
|
48
54
|
{
|
|
55
|
+
"id": "inbound.context",
|
|
49
56
|
"label": "Webhook ID",
|
|
50
|
-
"type": "String",
|
|
51
|
-
"group": "endpoint",
|
|
52
|
-
"binding": {
|
|
53
|
-
"type": "zeebe:property",
|
|
54
|
-
"name": "inbound.context"
|
|
55
|
-
},
|
|
56
57
|
"description": "The webhook ID is a part of the URL endpoint",
|
|
58
|
+
"optional": false,
|
|
57
59
|
"constraints": {
|
|
58
60
|
"notEmpty": true
|
|
59
|
-
}
|
|
61
|
+
},
|
|
62
|
+
"group": "endpoint",
|
|
63
|
+
"binding": {
|
|
64
|
+
"name": "inbound.context",
|
|
65
|
+
"type": "zeebe:property"
|
|
66
|
+
},
|
|
67
|
+
"type": "String"
|
|
60
68
|
},
|
|
61
69
|
{
|
|
70
|
+
"id": "inbound.slackSigningSecret",
|
|
62
71
|
"label": "Slack signing secret",
|
|
63
72
|
"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",
|
|
64
|
-
"
|
|
73
|
+
"optional": false,
|
|
74
|
+
"constraints": {
|
|
75
|
+
"notEmpty": true
|
|
76
|
+
},
|
|
65
77
|
"group": "endpoint",
|
|
66
|
-
"feel": "optional",
|
|
67
78
|
"binding": {
|
|
68
|
-
"
|
|
69
|
-
"
|
|
79
|
+
"name": "inbound.slackSigningSecret",
|
|
80
|
+
"type": "zeebe:property"
|
|
70
81
|
},
|
|
71
|
-
"
|
|
72
|
-
"notEmpty": true
|
|
73
|
-
}
|
|
82
|
+
"type": "String"
|
|
74
83
|
},
|
|
75
84
|
{
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"group": "activation",
|
|
79
|
-
"feel": "required",
|
|
85
|
+
"id": "inbound.verificationExpression",
|
|
86
|
+
"label": "Verification expression",
|
|
80
87
|
"optional": true,
|
|
88
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
89
|
+
"group": "endpoint",
|
|
81
90
|
"binding": {
|
|
82
|
-
"
|
|
83
|
-
"
|
|
91
|
+
"name": "inbound.verificationExpression",
|
|
92
|
+
"type": "zeebe:property"
|
|
84
93
|
},
|
|
85
|
-
"
|
|
94
|
+
"type": "Hidden"
|
|
86
95
|
},
|
|
87
96
|
{
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
97
|
+
"id": "activationCondition",
|
|
98
|
+
"label": "Activation condition",
|
|
99
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
91
100
|
"optional": true,
|
|
101
|
+
"feel": "required",
|
|
102
|
+
"group": "activation",
|
|
92
103
|
"binding": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
104
|
+
"name": "activationCondition",
|
|
105
|
+
"type": "zeebe:property"
|
|
95
106
|
},
|
|
96
|
-
"
|
|
107
|
+
"type": "String"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "consumeUnmatchedEvents",
|
|
111
|
+
"label": "Consume unmatched events",
|
|
112
|
+
"value": true,
|
|
113
|
+
"group": "activation",
|
|
114
|
+
"binding": {
|
|
115
|
+
"name": "consumeUnmatchedEvents",
|
|
116
|
+
"type": "zeebe:property"
|
|
117
|
+
},
|
|
118
|
+
"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",
|
|
119
|
+
"type": "Boolean"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "deduplicationModeManualFlag",
|
|
123
|
+
"label": "Manual mode",
|
|
124
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
125
|
+
"value": false,
|
|
126
|
+
"group": "deduplication",
|
|
127
|
+
"binding": {
|
|
128
|
+
"name": "deduplicationModeManualFlag",
|
|
129
|
+
"type": "zeebe:property"
|
|
130
|
+
},
|
|
131
|
+
"type": "Boolean"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "deduplicationId",
|
|
135
|
+
"label": "Deduplication ID",
|
|
136
|
+
"constraints": {
|
|
137
|
+
"notEmpty": true,
|
|
138
|
+
"pattern": {
|
|
139
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
140
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"group": "deduplication",
|
|
144
|
+
"binding": {
|
|
145
|
+
"name": "deduplicationId",
|
|
146
|
+
"type": "zeebe:property"
|
|
147
|
+
},
|
|
148
|
+
"condition": {
|
|
149
|
+
"property": "deduplicationModeManualFlag",
|
|
150
|
+
"equals": true,
|
|
151
|
+
"type": "simple"
|
|
152
|
+
},
|
|
153
|
+
"type": "String"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"id": "deduplicationModeManual",
|
|
157
|
+
"value": "MANUAL",
|
|
158
|
+
"group": "deduplication",
|
|
159
|
+
"binding": {
|
|
160
|
+
"name": "deduplicationMode",
|
|
161
|
+
"type": "zeebe:property"
|
|
162
|
+
},
|
|
163
|
+
"condition": {
|
|
164
|
+
"property": "deduplicationId",
|
|
165
|
+
"isActive": true,
|
|
166
|
+
"type": "simple"
|
|
167
|
+
},
|
|
168
|
+
"type": "Hidden"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "deduplicationModeAuto",
|
|
172
|
+
"value": "AUTO",
|
|
173
|
+
"group": "deduplication",
|
|
174
|
+
"binding": {
|
|
175
|
+
"name": "deduplicationMode",
|
|
176
|
+
"type": "zeebe:property"
|
|
177
|
+
},
|
|
178
|
+
"condition": {
|
|
179
|
+
"property": "deduplicationId",
|
|
180
|
+
"isActive": false,
|
|
181
|
+
"type": "simple"
|
|
182
|
+
},
|
|
183
|
+
"type": "Hidden"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "resultVariable",
|
|
187
|
+
"label": "Result variable",
|
|
188
|
+
"description": "Name of variable to store the response in",
|
|
189
|
+
"group": "output",
|
|
190
|
+
"binding": {
|
|
191
|
+
"name": "resultVariable",
|
|
192
|
+
"type": "zeebe:property"
|
|
193
|
+
},
|
|
194
|
+
"type": "String"
|
|
97
195
|
},
|
|
98
196
|
{
|
|
197
|
+
"id": "resultExpression",
|
|
99
198
|
"label": "Result expression",
|
|
100
|
-
"
|
|
101
|
-
"group": "variable-mapping",
|
|
199
|
+
"description": "Expression to map the response into process variables",
|
|
102
200
|
"feel": "required",
|
|
103
|
-
"
|
|
201
|
+
"group": "output",
|
|
104
202
|
"binding": {
|
|
105
|
-
"
|
|
106
|
-
"
|
|
203
|
+
"name": "resultExpression",
|
|
204
|
+
"type": "zeebe:property"
|
|
107
205
|
},
|
|
108
|
-
"
|
|
206
|
+
"type": "Text"
|
|
109
207
|
}
|
|
110
208
|
],
|
|
111
209
|
"icon": {
|
|
112
|
-
"contents": "data:image/svg+xml;
|
|
113
|
-
},
|
|
114
|
-
"engines": {
|
|
115
|
-
"camunda": "^8.2"
|
|
210
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
116
211
|
}
|
|
117
212
|
},
|
|
118
213
|
{
|
|
@@ -241,11 +336,14 @@
|
|
|
241
336
|
},
|
|
242
337
|
{
|
|
243
338
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
244
|
-
"name": "Slack Webhook",
|
|
339
|
+
"name": "Slack Webhook Start Event Connector",
|
|
245
340
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
246
341
|
"description": "Receive events from Slack",
|
|
247
|
-
"
|
|
248
|
-
|
|
342
|
+
"metadata": {
|
|
343
|
+
"keywords": []
|
|
344
|
+
},
|
|
345
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
346
|
+
"version": 6,
|
|
249
347
|
"category": {
|
|
250
348
|
"id": "connectors",
|
|
251
349
|
"name": "Connectors"
|
|
@@ -264,95 +362,103 @@
|
|
|
264
362
|
"label": "Activation"
|
|
265
363
|
},
|
|
266
364
|
{
|
|
267
|
-
"id": "
|
|
268
|
-
"label": "
|
|
365
|
+
"id": "output",
|
|
366
|
+
"label": "Output mapping"
|
|
269
367
|
}
|
|
270
368
|
],
|
|
271
369
|
"properties": [
|
|
272
370
|
{
|
|
273
|
-
"type": "Hidden",
|
|
274
371
|
"value": "io.camunda:slack-webhook:1",
|
|
275
372
|
"binding": {
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
{
|
|
281
|
-
"type": "Hidden",
|
|
282
|
-
"value": "SlackEventsWebhook",
|
|
283
|
-
"binding": {
|
|
284
|
-
"type": "zeebe:property",
|
|
285
|
-
"name": "inbound.subtype"
|
|
286
|
-
}
|
|
373
|
+
"name": "inbound.type",
|
|
374
|
+
"type": "zeebe:property"
|
|
375
|
+
},
|
|
376
|
+
"type": "Hidden"
|
|
287
377
|
},
|
|
288
378
|
{
|
|
379
|
+
"id": "inbound.context",
|
|
289
380
|
"label": "Webhook ID",
|
|
290
|
-
"type": "String",
|
|
291
|
-
"group": "endpoint",
|
|
292
|
-
"binding": {
|
|
293
|
-
"type": "zeebe:property",
|
|
294
|
-
"name": "inbound.context"
|
|
295
|
-
},
|
|
296
381
|
"description": "The webhook ID is a part of the URL endpoint",
|
|
382
|
+
"optional": false,
|
|
297
383
|
"constraints": {
|
|
298
384
|
"notEmpty": true
|
|
299
|
-
}
|
|
385
|
+
},
|
|
386
|
+
"group": "endpoint",
|
|
387
|
+
"binding": {
|
|
388
|
+
"name": "inbound.context",
|
|
389
|
+
"type": "zeebe:property"
|
|
390
|
+
},
|
|
391
|
+
"type": "String"
|
|
300
392
|
},
|
|
301
393
|
{
|
|
394
|
+
"id": "inbound.slackSigningSecret",
|
|
302
395
|
"label": "Slack signing secret",
|
|
303
396
|
"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",
|
|
304
|
-
"
|
|
397
|
+
"optional": false,
|
|
398
|
+
"constraints": {
|
|
399
|
+
"notEmpty": true
|
|
400
|
+
},
|
|
305
401
|
"group": "endpoint",
|
|
306
|
-
"feel": "optional",
|
|
307
402
|
"binding": {
|
|
308
|
-
"
|
|
309
|
-
"
|
|
403
|
+
"name": "inbound.slackSigningSecret",
|
|
404
|
+
"type": "zeebe:property"
|
|
310
405
|
},
|
|
311
|
-
"
|
|
312
|
-
"notEmpty": true
|
|
313
|
-
}
|
|
406
|
+
"type": "String"
|
|
314
407
|
},
|
|
315
408
|
{
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"group": "activation",
|
|
319
|
-
"feel": "required",
|
|
409
|
+
"id": "inbound.verificationExpression",
|
|
410
|
+
"label": "Verification expression",
|
|
320
411
|
"optional": true,
|
|
412
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
413
|
+
"group": "endpoint",
|
|
321
414
|
"binding": {
|
|
322
|
-
"
|
|
323
|
-
"
|
|
415
|
+
"name": "inbound.verificationExpression",
|
|
416
|
+
"type": "zeebe:property"
|
|
324
417
|
},
|
|
325
|
-
"
|
|
418
|
+
"type": "Hidden"
|
|
326
419
|
},
|
|
327
420
|
{
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
421
|
+
"id": "activationCondition",
|
|
422
|
+
"label": "Activation condition",
|
|
423
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
331
424
|
"optional": true,
|
|
425
|
+
"feel": "required",
|
|
426
|
+
"group": "activation",
|
|
332
427
|
"binding": {
|
|
333
|
-
"
|
|
334
|
-
"
|
|
428
|
+
"name": "activationCondition",
|
|
429
|
+
"type": "zeebe:property"
|
|
335
430
|
},
|
|
336
|
-
"
|
|
431
|
+
"type": "String"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"id": "resultVariable",
|
|
435
|
+
"label": "Result variable",
|
|
436
|
+
"description": "Name of variable to store the response in",
|
|
437
|
+
"group": "output",
|
|
438
|
+
"binding": {
|
|
439
|
+
"name": "resultVariable",
|
|
440
|
+
"type": "zeebe:property"
|
|
441
|
+
},
|
|
442
|
+
"type": "String"
|
|
337
443
|
},
|
|
338
444
|
{
|
|
445
|
+
"id": "resultExpression",
|
|
339
446
|
"label": "Result expression",
|
|
340
|
-
"
|
|
341
|
-
"group": "variable-mapping",
|
|
447
|
+
"description": "Expression to map the response into process variables",
|
|
342
448
|
"feel": "required",
|
|
343
|
-
"
|
|
449
|
+
"group": "output",
|
|
344
450
|
"binding": {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
451
|
+
"name": "resultExpression",
|
|
452
|
+
"type": "zeebe:property"
|
|
347
453
|
},
|
|
348
|
-
"
|
|
454
|
+
"type": "Text"
|
|
349
455
|
}
|
|
350
456
|
],
|
|
351
|
-
"icon": {
|
|
352
|
-
"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"
|
|
353
|
-
},
|
|
354
457
|
"engines": {
|
|
355
|
-
"camunda": "^8.
|
|
458
|
+
"camunda": "^8.3"
|
|
459
|
+
},
|
|
460
|
+
"icon": {
|
|
461
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
356
462
|
}
|
|
357
463
|
},
|
|
358
464
|
{
|
|
@@ -481,14 +587,11 @@
|
|
|
481
587
|
},
|
|
482
588
|
{
|
|
483
589
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
484
|
-
"name": "Slack Webhook
|
|
590
|
+
"name": "Slack Webhook",
|
|
485
591
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
486
592
|
"description": "Receive events from Slack",
|
|
487
|
-
"
|
|
488
|
-
|
|
489
|
-
},
|
|
490
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
491
|
-
"version": 6,
|
|
593
|
+
"version": 1,
|
|
594
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
492
595
|
"category": {
|
|
493
596
|
"id": "connectors",
|
|
494
597
|
"name": "Connectors"
|
|
@@ -507,103 +610,95 @@
|
|
|
507
610
|
"label": "Activation"
|
|
508
611
|
},
|
|
509
612
|
{
|
|
510
|
-
"id": "
|
|
511
|
-
"label": "
|
|
613
|
+
"id": "variable-mapping",
|
|
614
|
+
"label": "Variable mapping"
|
|
512
615
|
}
|
|
513
616
|
],
|
|
514
617
|
"properties": [
|
|
515
618
|
{
|
|
619
|
+
"type": "Hidden",
|
|
516
620
|
"value": "io.camunda:slack-webhook:1",
|
|
517
621
|
"binding": {
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
}
|
|
521
|
-
"type": "Hidden"
|
|
622
|
+
"type": "zeebe:property",
|
|
623
|
+
"name": "inbound.type"
|
|
624
|
+
}
|
|
522
625
|
},
|
|
523
626
|
{
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
527
|
-
"optional": false,
|
|
528
|
-
"constraints": {
|
|
529
|
-
"notEmpty": true
|
|
530
|
-
},
|
|
531
|
-
"group": "endpoint",
|
|
627
|
+
"type": "Hidden",
|
|
628
|
+
"value": "SlackEventsWebhook",
|
|
532
629
|
"binding": {
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
}
|
|
536
|
-
"type": "String"
|
|
630
|
+
"type": "zeebe:property",
|
|
631
|
+
"name": "inbound.subtype"
|
|
632
|
+
}
|
|
537
633
|
},
|
|
538
634
|
{
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
"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",
|
|
542
|
-
"optional": false,
|
|
543
|
-
"constraints": {
|
|
544
|
-
"notEmpty": true
|
|
545
|
-
},
|
|
635
|
+
"label": "Webhook ID",
|
|
636
|
+
"type": "String",
|
|
546
637
|
"group": "endpoint",
|
|
547
638
|
"binding": {
|
|
548
|
-
"
|
|
549
|
-
"
|
|
639
|
+
"type": "zeebe:property",
|
|
640
|
+
"name": "inbound.context"
|
|
550
641
|
},
|
|
551
|
-
"
|
|
642
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
643
|
+
"constraints": {
|
|
644
|
+
"notEmpty": true
|
|
645
|
+
}
|
|
552
646
|
},
|
|
553
647
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
648
|
+
"label": "Slack signing secret",
|
|
649
|
+
"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",
|
|
650
|
+
"type": "String",
|
|
558
651
|
"group": "endpoint",
|
|
652
|
+
"feel": "optional",
|
|
559
653
|
"binding": {
|
|
560
|
-
"
|
|
561
|
-
"
|
|
654
|
+
"type": "zeebe:property",
|
|
655
|
+
"name": "inbound.slackSigningSecret"
|
|
562
656
|
},
|
|
563
|
-
"
|
|
657
|
+
"constraints": {
|
|
658
|
+
"notEmpty": true
|
|
659
|
+
}
|
|
564
660
|
},
|
|
565
661
|
{
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
569
|
-
"optional": true,
|
|
570
|
-
"feel": "required",
|
|
662
|
+
"label": "Condition",
|
|
663
|
+
"type": "String",
|
|
571
664
|
"group": "activation",
|
|
665
|
+
"feel": "required",
|
|
666
|
+
"optional": true,
|
|
572
667
|
"binding": {
|
|
573
|
-
"
|
|
574
|
-
"
|
|
668
|
+
"type": "zeebe:property",
|
|
669
|
+
"name": "activationCondition"
|
|
575
670
|
},
|
|
576
|
-
"
|
|
671
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
577
672
|
},
|
|
578
673
|
{
|
|
579
|
-
"id": "resultVariable",
|
|
580
674
|
"label": "Result variable",
|
|
581
|
-
"
|
|
582
|
-
"group": "
|
|
675
|
+
"type": "String",
|
|
676
|
+
"group": "variable-mapping",
|
|
677
|
+
"optional": true,
|
|
583
678
|
"binding": {
|
|
584
|
-
"
|
|
585
|
-
"
|
|
679
|
+
"type": "zeebe:property",
|
|
680
|
+
"name": "resultVariable"
|
|
586
681
|
},
|
|
587
|
-
"
|
|
682
|
+
"description": "Name of variable to store the result of the connector in"
|
|
588
683
|
},
|
|
589
684
|
{
|
|
590
|
-
"id": "resultExpression",
|
|
591
685
|
"label": "Result expression",
|
|
592
|
-
"
|
|
686
|
+
"type": "String",
|
|
687
|
+
"group": "variable-mapping",
|
|
593
688
|
"feel": "required",
|
|
594
|
-
"
|
|
689
|
+
"optional": true,
|
|
595
690
|
"binding": {
|
|
596
|
-
"
|
|
597
|
-
"
|
|
691
|
+
"type": "zeebe:property",
|
|
692
|
+
"name": "resultExpression"
|
|
598
693
|
},
|
|
599
|
-
"
|
|
694
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
600
695
|
}
|
|
601
696
|
],
|
|
602
|
-
"engines": {
|
|
603
|
-
"camunda": "^8.3"
|
|
604
|
-
},
|
|
605
697
|
"icon": {
|
|
606
|
-
"contents": "data:image/svg+xml;
|
|
698
|
+
"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"
|
|
699
|
+
},
|
|
700
|
+
"engines": {
|
|
701
|
+
"camunda": "^8.2"
|
|
607
702
|
}
|
|
608
703
|
},
|
|
609
704
|
{
|
|
@@ -611,11 +706,8 @@
|
|
|
611
706
|
"name": "Slack Webhook Start Event Connector",
|
|
612
707
|
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
613
708
|
"description": "Receive events from Slack",
|
|
614
|
-
"
|
|
615
|
-
|
|
616
|
-
},
|
|
617
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
618
|
-
"version": 7,
|
|
709
|
+
"version": 2,
|
|
710
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
|
|
619
711
|
"category": {
|
|
620
712
|
"id": "connectors",
|
|
621
713
|
"name": "Connectors"
|
|
@@ -624,9 +716,6 @@
|
|
|
624
716
|
"elementType": {
|
|
625
717
|
"value": "bpmn:StartEvent"
|
|
626
718
|
},
|
|
627
|
-
"engines": {
|
|
628
|
-
"camunda": "^8.3"
|
|
629
|
-
},
|
|
630
719
|
"groups": [
|
|
631
720
|
{
|
|
632
721
|
"id": "endpoint",
|
|
@@ -637,181 +726,95 @@
|
|
|
637
726
|
"label": "Activation"
|
|
638
727
|
},
|
|
639
728
|
{
|
|
640
|
-
"id": "
|
|
641
|
-
"label": "
|
|
642
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"id": "output",
|
|
646
|
-
"label": "Output mapping"
|
|
729
|
+
"id": "variable-mapping",
|
|
730
|
+
"label": "Variable mapping"
|
|
647
731
|
}
|
|
648
732
|
],
|
|
649
733
|
"properties": [
|
|
650
734
|
{
|
|
735
|
+
"type": "Hidden",
|
|
651
736
|
"value": "io.camunda:slack-webhook:1",
|
|
652
737
|
"binding": {
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
}
|
|
656
|
-
"type": "Hidden"
|
|
738
|
+
"type": "zeebe:property",
|
|
739
|
+
"name": "inbound.type"
|
|
740
|
+
}
|
|
657
741
|
},
|
|
658
742
|
{
|
|
659
|
-
"
|
|
660
|
-
"
|
|
661
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
662
|
-
"optional": false,
|
|
663
|
-
"constraints": {
|
|
664
|
-
"notEmpty": true
|
|
665
|
-
},
|
|
666
|
-
"group": "endpoint",
|
|
743
|
+
"type": "Hidden",
|
|
744
|
+
"value": "SlackEventsWebhook",
|
|
667
745
|
"binding": {
|
|
668
|
-
"
|
|
669
|
-
"
|
|
670
|
-
}
|
|
671
|
-
"type": "String"
|
|
746
|
+
"type": "zeebe:property",
|
|
747
|
+
"name": "inbound.subtype"
|
|
748
|
+
}
|
|
672
749
|
},
|
|
673
750
|
{
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
"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",
|
|
677
|
-
"optional": false,
|
|
678
|
-
"constraints": {
|
|
679
|
-
"notEmpty": true
|
|
680
|
-
},
|
|
751
|
+
"label": "Webhook ID",
|
|
752
|
+
"type": "String",
|
|
681
753
|
"group": "endpoint",
|
|
682
754
|
"binding": {
|
|
683
|
-
"
|
|
684
|
-
"
|
|
755
|
+
"type": "zeebe:property",
|
|
756
|
+
"name": "inbound.context"
|
|
685
757
|
},
|
|
686
|
-
"
|
|
758
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
759
|
+
"constraints": {
|
|
760
|
+
"notEmpty": true
|
|
761
|
+
}
|
|
687
762
|
},
|
|
688
763
|
{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
"
|
|
692
|
-
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
764
|
+
"label": "Slack signing secret",
|
|
765
|
+
"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",
|
|
766
|
+
"type": "String",
|
|
693
767
|
"group": "endpoint",
|
|
768
|
+
"feel": "optional",
|
|
694
769
|
"binding": {
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
},
|
|
698
|
-
"type": "Hidden"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"id": "activationCondition",
|
|
702
|
-
"label": "Activation condition",
|
|
703
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
704
|
-
"optional": true,
|
|
705
|
-
"feel": "required",
|
|
706
|
-
"group": "activation",
|
|
707
|
-
"binding": {
|
|
708
|
-
"name": "activationCondition",
|
|
709
|
-
"type": "zeebe:property"
|
|
710
|
-
},
|
|
711
|
-
"type": "String"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"id": "consumeUnmatchedEvents",
|
|
715
|
-
"label": "Consume unmatched events",
|
|
716
|
-
"value": true,
|
|
717
|
-
"group": "activation",
|
|
718
|
-
"binding": {
|
|
719
|
-
"name": "consumeUnmatchedEvents",
|
|
720
|
-
"type": "zeebe:property"
|
|
721
|
-
},
|
|
722
|
-
"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",
|
|
723
|
-
"type": "Boolean"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"id": "deduplicationModeManualFlag",
|
|
727
|
-
"label": "Manual mode",
|
|
728
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
729
|
-
"value": false,
|
|
730
|
-
"group": "deduplication",
|
|
731
|
-
"binding": {
|
|
732
|
-
"name": "deduplicationModeManualFlag",
|
|
733
|
-
"type": "zeebe:property"
|
|
770
|
+
"type": "zeebe:property",
|
|
771
|
+
"name": "inbound.slackSigningSecret"
|
|
734
772
|
},
|
|
735
|
-
"type": "Boolean"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"id": "deduplicationId",
|
|
739
|
-
"label": "Deduplication ID",
|
|
740
773
|
"constraints": {
|
|
741
|
-
"notEmpty": true
|
|
742
|
-
|
|
743
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
744
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
"group": "deduplication",
|
|
748
|
-
"binding": {
|
|
749
|
-
"name": "deduplicationId",
|
|
750
|
-
"type": "zeebe:property"
|
|
751
|
-
},
|
|
752
|
-
"condition": {
|
|
753
|
-
"property": "deduplicationModeManualFlag",
|
|
754
|
-
"equals": true,
|
|
755
|
-
"type": "simple"
|
|
756
|
-
},
|
|
757
|
-
"type": "String"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"id": "deduplicationModeManual",
|
|
761
|
-
"value": "MANUAL",
|
|
762
|
-
"group": "deduplication",
|
|
763
|
-
"binding": {
|
|
764
|
-
"name": "deduplicationMode",
|
|
765
|
-
"type": "zeebe:property"
|
|
766
|
-
},
|
|
767
|
-
"condition": {
|
|
768
|
-
"property": "deduplicationId",
|
|
769
|
-
"isActive": true,
|
|
770
|
-
"type": "simple"
|
|
771
|
-
},
|
|
772
|
-
"type": "Hidden"
|
|
774
|
+
"notEmpty": true
|
|
775
|
+
}
|
|
773
776
|
},
|
|
774
777
|
{
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"group": "
|
|
778
|
+
"label": "Condition",
|
|
779
|
+
"type": "String",
|
|
780
|
+
"group": "activation",
|
|
781
|
+
"feel": "required",
|
|
782
|
+
"optional": true,
|
|
778
783
|
"binding": {
|
|
779
|
-
"
|
|
780
|
-
"
|
|
781
|
-
},
|
|
782
|
-
"condition": {
|
|
783
|
-
"property": "deduplicationId",
|
|
784
|
-
"isActive": false,
|
|
785
|
-
"type": "simple"
|
|
784
|
+
"type": "zeebe:property",
|
|
785
|
+
"name": "activationCondition"
|
|
786
786
|
},
|
|
787
|
-
"
|
|
787
|
+
"description": "Condition under which the connector triggers. Leave empty to catch all events."
|
|
788
788
|
},
|
|
789
789
|
{
|
|
790
|
-
"id": "resultVariable",
|
|
791
790
|
"label": "Result variable",
|
|
792
|
-
"
|
|
793
|
-
"group": "
|
|
791
|
+
"type": "String",
|
|
792
|
+
"group": "variable-mapping",
|
|
793
|
+
"optional": true,
|
|
794
794
|
"binding": {
|
|
795
|
-
"
|
|
796
|
-
"
|
|
795
|
+
"type": "zeebe:property",
|
|
796
|
+
"name": "resultVariable"
|
|
797
797
|
},
|
|
798
|
-
"
|
|
798
|
+
"description": "Name of variable to store the result of the connector in"
|
|
799
799
|
},
|
|
800
800
|
{
|
|
801
|
-
"id": "resultExpression",
|
|
802
801
|
"label": "Result expression",
|
|
803
|
-
"
|
|
802
|
+
"type": "String",
|
|
803
|
+
"group": "variable-mapping",
|
|
804
804
|
"feel": "required",
|
|
805
|
-
"
|
|
805
|
+
"optional": true,
|
|
806
806
|
"binding": {
|
|
807
|
-
"
|
|
808
|
-
"
|
|
807
|
+
"type": "zeebe:property",
|
|
808
|
+
"name": "resultExpression"
|
|
809
809
|
},
|
|
810
|
-
"
|
|
810
|
+
"description": "Expression to map the inbound payload to process variables"
|
|
811
811
|
}
|
|
812
812
|
],
|
|
813
813
|
"icon": {
|
|
814
|
-
"contents": "data:image/svg+xml;
|
|
814
|
+
"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"
|
|
815
|
+
},
|
|
816
|
+
"engines": {
|
|
817
|
+
"camunda": "^8.2"
|
|
815
818
|
}
|
|
816
819
|
}
|
|
817
820
|
]
|