@camunda/connectors-element-templates 1.0.4 → 1.0.5

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.
Files changed (77) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +8 -2
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +30 -30
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +323 -9
  5. package/src/element-templates/asana-connector.json +101 -101
  6. package/src/element-templates/automation-anywhere-outbound-connector.json +1777 -961
  7. package/src/element-templates/aws-bedrock-outbound-connector.json +74 -74
  8. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  9. package/src/element-templates/aws-dynamodb-outbound-connector.json +1373 -1373
  10. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  11. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  12. package/src/element-templates/aws-eventbridge-connector-start-event.json +23 -23
  13. package/src/element-templates/aws-eventbridge-outbound-connector.json +326 -326
  14. package/src/element-templates/aws-lambda-outbound-connector.json +231 -231
  15. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  16. package/src/element-templates/aws-sns-inbound-boundary.json +285 -285
  17. package/src/element-templates/aws-sns-inbound-intermediate.json +33 -33
  18. package/src/element-templates/aws-sns-inbound-message-start.json +227 -227
  19. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  20. package/src/element-templates/aws-sns-outbound-connector.json +370 -370
  21. package/src/element-templates/aws-sqs-boundary-connector.json +232 -232
  22. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +532 -532
  23. package/src/element-templates/aws-sqs-outbound-connector.json +396 -396
  24. package/src/element-templates/aws-sqs-start-event-connector.json +389 -389
  25. package/src/element-templates/aws-textract-outbound-connector.json +123 -123
  26. package/src/element-templates/azure-blobstorage-outbound-connector.json +349 -0
  27. package/src/element-templates/blue-prism-connector.json +13 -13
  28. package/src/element-templates/box-outbound-connector.json +30 -30
  29. package/src/element-templates/easy-post-connector.json +121 -121
  30. package/src/element-templates/email-outbound-connector.json +233 -233
  31. package/src/element-templates/github-connector.json +1259 -1259
  32. package/src/element-templates/github-webhook-connector-boundary.json +35 -35
  33. package/src/element-templates/github-webhook-connector-intermediate.json +31 -31
  34. package/src/element-templates/github-webhook-connector-start-event.json +34 -34
  35. package/src/element-templates/gitlab-connector.json +3333 -3333
  36. package/src/element-templates/google-cloud-storage-outbound-connector.json +357 -0
  37. package/src/element-templates/google-drive-outbound-connector.json +414 -101
  38. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  39. package/src/element-templates/google-maps-platform-connector.json +489 -0
  40. package/src/element-templates/google-sheets-outbound-connector.json +2468 -2468
  41. package/src/element-templates/graphql-outbound-connector.json +1113 -1113
  42. package/src/element-templates/http-json-connector.json +2202 -1290
  43. package/src/element-templates/http-polling-boundary-catch-event-connector.json +6 -6
  44. package/src/element-templates/http-polling-connector.json +6 -6
  45. package/src/element-templates/hugging-face-connector.json +34 -34
  46. package/src/element-templates/idp-extraction-outbound-connector.json +115 -0
  47. package/src/element-templates/jdbc-outbound-connector.json +36 -36
  48. package/src/element-templates/kafka-inbound-connector-boundary.json +540 -540
  49. package/src/element-templates/kafka-inbound-connector-intermediate.json +585 -585
  50. package/src/element-templates/kafka-inbound-connector.json +603 -0
  51. package/src/element-templates/kafka-outbound-connector.json +261 -261
  52. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  53. package/src/element-templates/microsoft-teams-outbound-connector.json +97 -97
  54. package/src/element-templates/openai-connector.json +517 -159
  55. package/src/element-templates/operate-connector.json +569 -53
  56. package/src/element-templates/power-automate-connector.json +1724 -0
  57. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +132 -132
  58. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +941 -941
  59. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +459 -459
  60. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +269 -269
  61. package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
  62. package/src/element-templates/salesforce-connector.json +44 -44
  63. package/src/element-templates/sendgrid-outbound-connector.json +787 -255
  64. package/src/element-templates/slack-inbound-boundary.json +215 -215
  65. package/src/element-templates/slack-inbound-intermediate.json +178 -178
  66. package/src/element-templates/slack-inbound-message-start.json +323 -323
  67. package/src/element-templates/slack-inbound-start-event.json +212 -212
  68. package/src/element-templates/slack-outbound-connector.json +777 -522
  69. package/src/element-templates/twilio-connector.json +29 -29
  70. package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
  71. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  72. package/src/element-templates/uipath-connector.json +8 -8
  73. package/src/element-templates/webhook-connector-boundary.json +1133 -1133
  74. package/src/element-templates/webhook-connector-intermediate.json +1380 -1380
  75. package/src/element-templates/webhook-connector-start-event.json +1370 -1370
  76. package/src/element-templates/webhook-connector-start-message.json +1171 -1171
  77. package/src/element-templates/agenticai-aiagent-outbound-connector-8.8.0-alpha4.json +0 -843
@@ -4,11 +4,8 @@
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
- "metadata": {
8
- "keywords": []
9
- },
10
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
- "version": 7,
7
+ "version": 2,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
12
9
  "category": {
13
10
  "id": "connectors",
14
11
  "name": "Connectors"
@@ -17,9 +14,6 @@
17
14
  "elementType": {
18
15
  "value": "bpmn:StartEvent"
19
16
  },
20
- "engines": {
21
- "camunda": "^8.3"
22
- },
23
17
  "groups": [
24
18
  {
25
19
  "id": "endpoint",
@@ -30,9 +24,120 @@
30
24
  "label": "Activation"
31
25
  },
32
26
  {
33
- "id": "deduplication",
34
- "label": "Deduplication",
35
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
27
+ "id": "variable-mapping",
28
+ "label": "Variable mapping"
29
+ }
30
+ ],
31
+ "properties": [
32
+ {
33
+ "type": "Hidden",
34
+ "value": "io.camunda:slack-webhook:1",
35
+ "binding": {
36
+ "type": "zeebe:property",
37
+ "name": "inbound.type"
38
+ }
39
+ },
40
+ {
41
+ "type": "Hidden",
42
+ "value": "SlackEventsWebhook",
43
+ "binding": {
44
+ "type": "zeebe:property",
45
+ "name": "inbound.subtype"
46
+ }
47
+ },
48
+ {
49
+ "label": "Webhook ID",
50
+ "type": "String",
51
+ "group": "endpoint",
52
+ "binding": {
53
+ "type": "zeebe:property",
54
+ "name": "inbound.context"
55
+ },
56
+ "description": "The webhook ID is a part of the URL endpoint",
57
+ "constraints": {
58
+ "notEmpty": true
59
+ }
60
+ },
61
+ {
62
+ "label": "Slack signing secret",
63
+ "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
+ "type": "String",
65
+ "group": "endpoint",
66
+ "feel": "optional",
67
+ "binding": {
68
+ "type": "zeebe:property",
69
+ "name": "inbound.slackSigningSecret"
70
+ },
71
+ "constraints": {
72
+ "notEmpty": true
73
+ }
74
+ },
75
+ {
76
+ "label": "Condition",
77
+ "type": "String",
78
+ "group": "activation",
79
+ "feel": "required",
80
+ "optional": true,
81
+ "binding": {
82
+ "type": "zeebe:property",
83
+ "name": "activationCondition"
84
+ },
85
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
86
+ },
87
+ {
88
+ "label": "Result variable",
89
+ "type": "String",
90
+ "group": "variable-mapping",
91
+ "optional": true,
92
+ "binding": {
93
+ "type": "zeebe:property",
94
+ "name": "resultVariable"
95
+ },
96
+ "description": "Name of variable to store the result of the connector in"
97
+ },
98
+ {
99
+ "label": "Result expression",
100
+ "type": "String",
101
+ "group": "variable-mapping",
102
+ "feel": "required",
103
+ "optional": true,
104
+ "binding": {
105
+ "type": "zeebe:property",
106
+ "name": "resultExpression"
107
+ },
108
+ "description": "Expression to map the inbound payload to process variables"
109
+ }
110
+ ],
111
+ "icon": {
112
+ "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"
113
+ },
114
+ "engines": {
115
+ "camunda": "^8.2"
116
+ }
117
+ },
118
+ {
119
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
120
+ "name": "Slack Webhook Start Event Connector",
121
+ "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
122
+ "description": "Receive events from Slack",
123
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
124
+ "version": 5,
125
+ "category": {
126
+ "id": "connectors",
127
+ "name": "Connectors"
128
+ },
129
+ "appliesTo": ["bpmn:StartEvent"],
130
+ "elementType": {
131
+ "value": "bpmn:StartEvent"
132
+ },
133
+ "groups": [
134
+ {
135
+ "id": "endpoint",
136
+ "label": "Webhook configuration"
137
+ },
138
+ {
139
+ "id": "activation",
140
+ "label": "Activation"
36
141
  },
37
142
  {
38
143
  "id": "output",
@@ -103,82 +208,6 @@
103
208
  },
104
209
  "type": "String"
105
210
  },
106
- {
107
- "id": "consumeUnmatchedEvents",
108
- "label": "Consume unmatched events",
109
- "value": true,
110
- "group": "activation",
111
- "binding": {
112
- "name": "consumeUnmatchedEvents",
113
- "type": "zeebe:property"
114
- },
115
- "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",
116
- "type": "Boolean"
117
- },
118
- {
119
- "id": "deduplicationModeManualFlag",
120
- "label": "Manual mode",
121
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
122
- "value": false,
123
- "group": "deduplication",
124
- "binding": {
125
- "name": "deduplicationModeManualFlag",
126
- "type": "zeebe:property"
127
- },
128
- "type": "Boolean"
129
- },
130
- {
131
- "id": "deduplicationId",
132
- "label": "Deduplication ID",
133
- "constraints": {
134
- "notEmpty": true,
135
- "pattern": {
136
- "value": "^[a-zA-Z0-9_-]+$",
137
- "message": "can only contain alphanumeric characters, dashes, and underscores"
138
- }
139
- },
140
- "group": "deduplication",
141
- "binding": {
142
- "name": "deduplicationId",
143
- "type": "zeebe:property"
144
- },
145
- "condition": {
146
- "property": "deduplicationModeManualFlag",
147
- "equals": true,
148
- "type": "simple"
149
- },
150
- "type": "String"
151
- },
152
- {
153
- "id": "deduplicationModeManual",
154
- "value": "MANUAL",
155
- "group": "deduplication",
156
- "binding": {
157
- "name": "deduplicationMode",
158
- "type": "zeebe:property"
159
- },
160
- "condition": {
161
- "property": "deduplicationId",
162
- "isActive": true,
163
- "type": "simple"
164
- },
165
- "type": "Hidden"
166
- },
167
- {
168
- "id": "deduplicationModeAuto",
169
- "value": "AUTO",
170
- "group": "deduplication",
171
- "binding": {
172
- "name": "deduplicationMode",
173
- "type": "zeebe:property"
174
- },
175
- "condition": {
176
- "property": "deduplicationId",
177
- "isActive": false,
178
- "type": "simple"
179
- },
180
- "type": "Hidden"
181
- },
182
211
  {
183
212
  "id": "resultVariable",
184
213
  "label": "Result variable",
@@ -205,14 +234,17 @@
205
234
  ],
206
235
  "icon": {
207
236
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
237
+ },
238
+ "engines": {
239
+ "camunda": "^8.5"
208
240
  }
209
241
  },
210
242
  {
211
243
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
212
- "name": "Slack Webhook Start Event Connector",
244
+ "name": "Slack Webhook",
213
245
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
214
246
  "description": "Receive events from Slack",
215
- "version": 2,
247
+ "version": 1,
216
248
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
217
249
  "category": {
218
250
  "id": "connectors",
@@ -325,11 +357,11 @@
325
357
  },
326
358
  {
327
359
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
328
- "name": "Slack Webhook",
360
+ "name": "Slack Webhook Start Event Connector",
329
361
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
330
362
  "description": "Receive events from Slack",
331
- "version": 1,
332
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
363
+ "version": 3,
364
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
333
365
  "category": {
334
366
  "id": "connectors",
335
367
  "name": "Connectors"
@@ -396,6 +428,14 @@
396
428
  "notEmpty": true
397
429
  }
398
430
  },
431
+ {
432
+ "type": "Hidden",
433
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
434
+ "binding": {
435
+ "type": "zeebe:property",
436
+ "name": "inbound.verificationExpression"
437
+ }
438
+ },
399
439
  {
400
440
  "label": "Condition",
401
441
  "type": "String",
@@ -436,7 +476,7 @@
436
476
  "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"
437
477
  },
438
478
  "engines": {
439
- "camunda": "^8.2"
479
+ "camunda": "^8.4"
440
480
  }
441
481
  },
442
482
  {
@@ -571,8 +611,11 @@
571
611
  "name": "Slack Webhook Start Event Connector",
572
612
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
573
613
  "description": "Receive events from Slack",
614
+ "metadata": {
615
+ "keywords": []
616
+ },
574
617
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
575
- "version": 5,
618
+ "version": 7,
576
619
  "category": {
577
620
  "id": "connectors",
578
621
  "name": "Connectors"
@@ -581,6 +624,9 @@
581
624
  "elementType": {
582
625
  "value": "bpmn:StartEvent"
583
626
  },
627
+ "engines": {
628
+ "camunda": "^8.3"
629
+ },
584
630
  "groups": [
585
631
  {
586
632
  "id": "endpoint",
@@ -590,6 +636,11 @@
590
636
  "id": "activation",
591
637
  "label": "Activation"
592
638
  },
639
+ {
640
+ "id": "deduplication",
641
+ "label": "Deduplication",
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
+ },
593
644
  {
594
645
  "id": "output",
595
646
  "label": "Output mapping"
@@ -660,158 +711,107 @@
660
711
  "type": "String"
661
712
  },
662
713
  {
663
- "id": "resultVariable",
664
- "label": "Result variable",
665
- "description": "Name of variable to store the response in",
666
- "group": "output",
714
+ "id": "consumeUnmatchedEvents",
715
+ "label": "Consume unmatched events",
716
+ "value": true,
717
+ "group": "activation",
667
718
  "binding": {
668
- "name": "resultVariable",
719
+ "name": "consumeUnmatchedEvents",
669
720
  "type": "zeebe:property"
670
721
  },
671
- "type": "String"
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"
672
724
  },
673
725
  {
674
- "id": "resultExpression",
675
- "label": "Result expression",
676
- "description": "Expression to map the response into process variables",
677
- "feel": "required",
678
- "group": "output",
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",
679
731
  "binding": {
680
- "name": "resultExpression",
732
+ "name": "deduplicationModeManualFlag",
681
733
  "type": "zeebe:property"
682
734
  },
683
- "type": "Text"
684
- }
685
- ],
686
- "icon": {
687
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
688
- },
689
- "engines": {
690
- "camunda": "^8.5"
691
- }
692
- },
693
- {
694
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
695
- "name": "Slack Webhook Start Event Connector",
696
- "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
697
- "description": "Receive events from Slack",
698
- "version": 3,
699
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
700
- "category": {
701
- "id": "connectors",
702
- "name": "Connectors"
703
- },
704
- "appliesTo": ["bpmn:StartEvent"],
705
- "elementType": {
706
- "value": "bpmn:StartEvent"
707
- },
708
- "groups": [
709
- {
710
- "id": "endpoint",
711
- "label": "Webhook configuration"
712
- },
713
- {
714
- "id": "activation",
715
- "label": "Activation"
716
- },
717
- {
718
- "id": "variable-mapping",
719
- "label": "Variable mapping"
720
- }
721
- ],
722
- "properties": [
723
- {
724
- "type": "Hidden",
725
- "value": "io.camunda:slack-webhook:1",
726
- "binding": {
727
- "type": "zeebe:property",
728
- "name": "inbound.type"
729
- }
730
- },
731
- {
732
- "type": "Hidden",
733
- "value": "SlackEventsWebhook",
734
- "binding": {
735
- "type": "zeebe:property",
736
- "name": "inbound.subtype"
737
- }
735
+ "type": "Boolean"
738
736
  },
739
737
  {
740
- "label": "Webhook ID",
741
- "type": "String",
742
- "group": "endpoint",
743
- "binding": {
744
- "type": "zeebe:property",
745
- "name": "inbound.context"
746
- },
747
- "description": "The webhook ID is a part of the URL endpoint",
738
+ "id": "deduplicationId",
739
+ "label": "Deduplication ID",
748
740
  "constraints": {
749
- "notEmpty": true
750
- }
751
- },
752
- {
753
- "label": "Slack signing secret",
754
- "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",
755
- "type": "String",
756
- "group": "endpoint",
757
- "feel": "optional",
741
+ "notEmpty": true,
742
+ "pattern": {
743
+ "value": "^[a-zA-Z0-9_-]+$",
744
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
745
+ }
746
+ },
747
+ "group": "deduplication",
758
748
  "binding": {
759
- "type": "zeebe:property",
760
- "name": "inbound.slackSigningSecret"
749
+ "name": "deduplicationId",
750
+ "type": "zeebe:property"
761
751
  },
762
- "constraints": {
763
- "notEmpty": true
764
- }
752
+ "condition": {
753
+ "property": "deduplicationModeManualFlag",
754
+ "equals": true,
755
+ "type": "simple"
756
+ },
757
+ "type": "String"
765
758
  },
766
759
  {
767
- "type": "Hidden",
768
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
760
+ "id": "deduplicationModeManual",
761
+ "value": "MANUAL",
762
+ "group": "deduplication",
769
763
  "binding": {
770
- "type": "zeebe:property",
771
- "name": "inbound.verificationExpression"
772
- }
764
+ "name": "deduplicationMode",
765
+ "type": "zeebe:property"
766
+ },
767
+ "condition": {
768
+ "property": "deduplicationId",
769
+ "isActive": true,
770
+ "type": "simple"
771
+ },
772
+ "type": "Hidden"
773
773
  },
774
774
  {
775
- "label": "Condition",
776
- "type": "String",
777
- "group": "activation",
778
- "feel": "required",
779
- "optional": true,
775
+ "id": "deduplicationModeAuto",
776
+ "value": "AUTO",
777
+ "group": "deduplication",
780
778
  "binding": {
781
- "type": "zeebe:property",
782
- "name": "activationCondition"
779
+ "name": "deduplicationMode",
780
+ "type": "zeebe:property"
783
781
  },
784
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
782
+ "condition": {
783
+ "property": "deduplicationId",
784
+ "isActive": false,
785
+ "type": "simple"
786
+ },
787
+ "type": "Hidden"
785
788
  },
786
789
  {
790
+ "id": "resultVariable",
787
791
  "label": "Result variable",
788
- "type": "String",
789
- "group": "variable-mapping",
790
- "optional": true,
792
+ "description": "Name of variable to store the response in",
793
+ "group": "output",
791
794
  "binding": {
792
- "type": "zeebe:property",
793
- "name": "resultVariable"
795
+ "name": "resultVariable",
796
+ "type": "zeebe:property"
794
797
  },
795
- "description": "Name of variable to store the result of the connector in"
798
+ "type": "String"
796
799
  },
797
800
  {
801
+ "id": "resultExpression",
798
802
  "label": "Result expression",
799
- "type": "String",
800
- "group": "variable-mapping",
803
+ "description": "Expression to map the response into process variables",
801
804
  "feel": "required",
802
- "optional": true,
805
+ "group": "output",
803
806
  "binding": {
804
- "type": "zeebe:property",
805
- "name": "resultExpression"
807
+ "name": "resultExpression",
808
+ "type": "zeebe:property"
806
809
  },
807
- "description": "Expression to map the inbound payload to process variables"
810
+ "type": "Text"
808
811
  }
809
812
  ],
810
813
  "icon": {
811
- "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"
812
- },
813
- "engines": {
814
- "camunda": "^8.4"
814
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
815
815
  }
816
816
  }
817
817
  ]