@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,215 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Slack Webhook Start Event Connector",
|
|
5
|
-
"id": "io.camunda.connectors.inbound.Slack.StartEvent.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": 7,
|
|
12
|
-
"category": {
|
|
13
|
-
"id": "connectors",
|
|
14
|
-
"name": "Connectors"
|
|
15
|
-
},
|
|
16
|
-
"deprecated": {
|
|
17
|
-
"message": "Migrate to Webhook Message Start Event Connector"
|
|
18
|
-
},
|
|
19
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
20
|
-
"elementType": {
|
|
21
|
-
"value": "bpmn:StartEvent"
|
|
22
|
-
},
|
|
23
|
-
"engines": {
|
|
24
|
-
"camunda": "^8.3"
|
|
25
|
-
},
|
|
26
|
-
"groups": [
|
|
27
|
-
{
|
|
28
|
-
"id": "endpoint",
|
|
29
|
-
"label": "Webhook configuration"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"id": "activation",
|
|
33
|
-
"label": "Activation"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
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"
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"properties": [
|
|
46
|
-
{
|
|
47
|
-
"value": "io.camunda:slack-webhook:1",
|
|
48
|
-
"binding": {
|
|
49
|
-
"name": "inbound.type",
|
|
50
|
-
"type": "zeebe:property"
|
|
51
|
-
},
|
|
52
|
-
"type": "Hidden"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"id": "inbound.context",
|
|
56
|
-
"label": "Webhook ID",
|
|
57
|
-
"description": "The webhook ID is a part of the URL endpoint",
|
|
58
|
-
"optional": false,
|
|
59
|
-
"constraints": {
|
|
60
|
-
"notEmpty": true
|
|
61
|
-
},
|
|
62
|
-
"group": "endpoint",
|
|
63
|
-
"binding": {
|
|
64
|
-
"name": "inbound.context",
|
|
65
|
-
"type": "zeebe:property"
|
|
66
|
-
},
|
|
67
|
-
"type": "String"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"id": "inbound.slackSigningSecret",
|
|
71
|
-
"label": "Slack signing secret",
|
|
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",
|
|
73
|
-
"optional": false,
|
|
74
|
-
"constraints": {
|
|
75
|
-
"notEmpty": true
|
|
76
|
-
},
|
|
77
|
-
"group": "endpoint",
|
|
78
|
-
"binding": {
|
|
79
|
-
"name": "inbound.slackSigningSecret",
|
|
80
|
-
"type": "zeebe:property"
|
|
81
|
-
},
|
|
82
|
-
"type": "String"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"id": "inbound.verificationExpression",
|
|
86
|
-
"label": "Verification expression",
|
|
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",
|
|
90
|
-
"binding": {
|
|
91
|
-
"name": "inbound.verificationExpression",
|
|
92
|
-
"type": "zeebe:property"
|
|
93
|
-
},
|
|
94
|
-
"type": "Hidden"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"id": "activationCondition",
|
|
98
|
-
"label": "Activation condition",
|
|
99
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
100
|
-
"optional": true,
|
|
101
|
-
"feel": "required",
|
|
102
|
-
"group": "activation",
|
|
103
|
-
"binding": {
|
|
104
|
-
"name": "activationCondition",
|
|
105
|
-
"type": "zeebe:property"
|
|
106
|
-
},
|
|
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"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"id": "resultExpression",
|
|
198
|
-
"label": "Result expression",
|
|
199
|
-
"description": "Expression to map the response into process variables",
|
|
200
|
-
"feel": "required",
|
|
201
|
-
"group": "output",
|
|
202
|
-
"binding": {
|
|
203
|
-
"name": "resultExpression",
|
|
204
|
-
"type": "zeebe:property"
|
|
205
|
-
},
|
|
206
|
-
"type": "Text"
|
|
207
|
-
}
|
|
208
|
-
],
|
|
209
|
-
"icon": {
|
|
210
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
2
|
{
|
|
214
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
215
4
|
"name": "Slack Webhook",
|
|
@@ -816,5 +605,221 @@
|
|
|
816
605
|
"engines": {
|
|
817
606
|
"camunda": "^8.2"
|
|
818
607
|
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
611
|
+
"name": "Slack Webhook Start Event Connector",
|
|
612
|
+
"id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
|
|
613
|
+
"description": "Receive events from Slack",
|
|
614
|
+
"keywords": [
|
|
615
|
+
"message received",
|
|
616
|
+
"event received",
|
|
617
|
+
"channel event",
|
|
618
|
+
"webhook",
|
|
619
|
+
"messaging",
|
|
620
|
+
"new message"
|
|
621
|
+
],
|
|
622
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
|
|
623
|
+
"version": 7,
|
|
624
|
+
"category": {
|
|
625
|
+
"id": "connectors",
|
|
626
|
+
"name": "Connectors"
|
|
627
|
+
},
|
|
628
|
+
"deprecated": {
|
|
629
|
+
"message": "Migrate to Webhook Message Start Event Connector"
|
|
630
|
+
},
|
|
631
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
632
|
+
"elementType": {
|
|
633
|
+
"value": "bpmn:StartEvent"
|
|
634
|
+
},
|
|
635
|
+
"engines": {
|
|
636
|
+
"camunda": "^8.3"
|
|
637
|
+
},
|
|
638
|
+
"groups": [
|
|
639
|
+
{
|
|
640
|
+
"id": "endpoint",
|
|
641
|
+
"label": "Webhook configuration"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"id": "activation",
|
|
645
|
+
"label": "Activation"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": "deduplication",
|
|
649
|
+
"label": "Deduplication",
|
|
650
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"id": "output",
|
|
654
|
+
"label": "Output mapping"
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"properties": [
|
|
658
|
+
{
|
|
659
|
+
"value": "io.camunda:slack-webhook:1",
|
|
660
|
+
"binding": {
|
|
661
|
+
"name": "inbound.type",
|
|
662
|
+
"type": "zeebe:property"
|
|
663
|
+
},
|
|
664
|
+
"type": "Hidden"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"id": "inbound.context",
|
|
668
|
+
"label": "Webhook ID",
|
|
669
|
+
"description": "The webhook ID is a part of the URL endpoint",
|
|
670
|
+
"optional": false,
|
|
671
|
+
"constraints": {
|
|
672
|
+
"notEmpty": true
|
|
673
|
+
},
|
|
674
|
+
"group": "endpoint",
|
|
675
|
+
"binding": {
|
|
676
|
+
"name": "inbound.context",
|
|
677
|
+
"type": "zeebe:property"
|
|
678
|
+
},
|
|
679
|
+
"type": "String"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "inbound.slackSigningSecret",
|
|
683
|
+
"label": "Slack signing secret",
|
|
684
|
+
"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",
|
|
685
|
+
"optional": false,
|
|
686
|
+
"constraints": {
|
|
687
|
+
"notEmpty": true
|
|
688
|
+
},
|
|
689
|
+
"group": "endpoint",
|
|
690
|
+
"binding": {
|
|
691
|
+
"name": "inbound.slackSigningSecret",
|
|
692
|
+
"type": "zeebe:property"
|
|
693
|
+
},
|
|
694
|
+
"type": "String"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"id": "inbound.verificationExpression",
|
|
698
|
+
"label": "Verification expression",
|
|
699
|
+
"optional": true,
|
|
700
|
+
"value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
|
|
701
|
+
"group": "endpoint",
|
|
702
|
+
"binding": {
|
|
703
|
+
"name": "inbound.verificationExpression",
|
|
704
|
+
"type": "zeebe:property"
|
|
705
|
+
},
|
|
706
|
+
"type": "Hidden"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"id": "activationCondition",
|
|
710
|
+
"label": "Activation condition",
|
|
711
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
712
|
+
"optional": true,
|
|
713
|
+
"feel": "required",
|
|
714
|
+
"group": "activation",
|
|
715
|
+
"binding": {
|
|
716
|
+
"name": "activationCondition",
|
|
717
|
+
"type": "zeebe:property"
|
|
718
|
+
},
|
|
719
|
+
"type": "String"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"id": "consumeUnmatchedEvents",
|
|
723
|
+
"label": "Consume unmatched events",
|
|
724
|
+
"value": true,
|
|
725
|
+
"group": "activation",
|
|
726
|
+
"binding": {
|
|
727
|
+
"name": "consumeUnmatchedEvents",
|
|
728
|
+
"type": "zeebe:property"
|
|
729
|
+
},
|
|
730
|
+
"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",
|
|
731
|
+
"type": "Boolean"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"id": "deduplicationModeManualFlag",
|
|
735
|
+
"label": "Manual mode",
|
|
736
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
737
|
+
"value": false,
|
|
738
|
+
"group": "deduplication",
|
|
739
|
+
"binding": {
|
|
740
|
+
"name": "deduplicationModeManualFlag",
|
|
741
|
+
"type": "zeebe:property"
|
|
742
|
+
},
|
|
743
|
+
"type": "Boolean"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"id": "deduplicationId",
|
|
747
|
+
"label": "Deduplication ID",
|
|
748
|
+
"constraints": {
|
|
749
|
+
"notEmpty": true,
|
|
750
|
+
"pattern": {
|
|
751
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
752
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"group": "deduplication",
|
|
756
|
+
"binding": {
|
|
757
|
+
"name": "deduplicationId",
|
|
758
|
+
"type": "zeebe:property"
|
|
759
|
+
},
|
|
760
|
+
"condition": {
|
|
761
|
+
"property": "deduplicationModeManualFlag",
|
|
762
|
+
"equals": true,
|
|
763
|
+
"type": "simple"
|
|
764
|
+
},
|
|
765
|
+
"type": "String"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"id": "deduplicationModeManual",
|
|
769
|
+
"value": "MANUAL",
|
|
770
|
+
"group": "deduplication",
|
|
771
|
+
"binding": {
|
|
772
|
+
"name": "deduplicationMode",
|
|
773
|
+
"type": "zeebe:property"
|
|
774
|
+
},
|
|
775
|
+
"condition": {
|
|
776
|
+
"property": "deduplicationId",
|
|
777
|
+
"isActive": true,
|
|
778
|
+
"type": "simple"
|
|
779
|
+
},
|
|
780
|
+
"type": "Hidden"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"id": "deduplicationModeAuto",
|
|
784
|
+
"value": "AUTO",
|
|
785
|
+
"group": "deduplication",
|
|
786
|
+
"binding": {
|
|
787
|
+
"name": "deduplicationMode",
|
|
788
|
+
"type": "zeebe:property"
|
|
789
|
+
},
|
|
790
|
+
"condition": {
|
|
791
|
+
"property": "deduplicationId",
|
|
792
|
+
"isActive": false,
|
|
793
|
+
"type": "simple"
|
|
794
|
+
},
|
|
795
|
+
"type": "Hidden"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"id": "resultVariable",
|
|
799
|
+
"label": "Result variable",
|
|
800
|
+
"description": "Name of variable to store the response in",
|
|
801
|
+
"group": "output",
|
|
802
|
+
"binding": {
|
|
803
|
+
"name": "resultVariable",
|
|
804
|
+
"type": "zeebe:property"
|
|
805
|
+
},
|
|
806
|
+
"type": "String"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"id": "resultExpression",
|
|
810
|
+
"label": "Result expression",
|
|
811
|
+
"description": "Expression to map the response into process variables",
|
|
812
|
+
"feel": "required",
|
|
813
|
+
"group": "output",
|
|
814
|
+
"binding": {
|
|
815
|
+
"name": "resultExpression",
|
|
816
|
+
"type": "zeebe:property"
|
|
817
|
+
},
|
|
818
|
+
"type": "Text"
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"icon": {
|
|
822
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
|
|
823
|
+
}
|
|
819
824
|
}
|
|
820
825
|
]
|