@camunda/connectors-element-templates 1.0.5 → 1.0.6

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 (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -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
- "version": 2,
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
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": "variable-mapping",
28
- "label": "Variable mapping"
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
- "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
- }
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
- "type": "String",
73
+ "optional": false,
74
+ "constraints": {
75
+ "notEmpty": true
76
+ },
65
77
  "group": "endpoint",
66
- "feel": "optional",
67
78
  "binding": {
68
- "type": "zeebe:property",
69
- "name": "inbound.slackSigningSecret"
79
+ "name": "inbound.slackSigningSecret",
80
+ "type": "zeebe:property"
70
81
  },
71
- "constraints": {
72
- "notEmpty": true
73
- }
82
+ "type": "String"
74
83
  },
75
84
  {
76
- "label": "Condition",
77
- "type": "String",
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
- "type": "zeebe:property",
83
- "name": "activationCondition"
91
+ "name": "inbound.verificationExpression",
92
+ "type": "zeebe:property"
84
93
  },
85
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
94
+ "type": "Hidden"
86
95
  },
87
96
  {
88
- "label": "Result variable",
89
- "type": "String",
90
- "group": "variable-mapping",
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
- "type": "zeebe:property",
94
- "name": "resultVariable"
104
+ "name": "activationCondition",
105
+ "type": "zeebe:property"
95
106
  },
96
- "description": "Name of variable to store the result of the connector in"
107
+ "type": "String"
97
108
  },
98
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",
99
198
  "label": "Result expression",
100
- "type": "String",
101
- "group": "variable-mapping",
199
+ "description": "Expression to map the response into process variables",
102
200
  "feel": "required",
103
- "optional": true,
201
+ "group": "output",
104
202
  "binding": {
105
- "type": "zeebe:property",
106
- "name": "resultExpression"
203
+ "name": "resultExpression",
204
+ "type": "zeebe:property"
107
205
  },
108
- "description": "Expression to map the inbound payload to process variables"
206
+ "type": "Text"
109
207
  }
110
208
  ],
111
209
  "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"
210
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
116
211
  }
117
212
  },
118
213
  {
@@ -120,8 +215,8 @@
120
215
  "name": "Slack Webhook Start Event Connector",
121
216
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
122
217
  "description": "Receive events from Slack",
218
+ "version": 3,
123
219
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
124
- "version": 5,
125
220
  "category": {
126
221
  "id": "connectors",
127
222
  "name": "Connectors"
@@ -140,103 +235,103 @@
140
235
  "label": "Activation"
141
236
  },
142
237
  {
143
- "id": "output",
144
- "label": "Output mapping"
238
+ "id": "variable-mapping",
239
+ "label": "Variable mapping"
145
240
  }
146
241
  ],
147
242
  "properties": [
148
243
  {
244
+ "type": "Hidden",
149
245
  "value": "io.camunda:slack-webhook:1",
150
246
  "binding": {
151
- "name": "inbound.type",
152
- "type": "zeebe:property"
153
- },
154
- "type": "Hidden"
247
+ "type": "zeebe:property",
248
+ "name": "inbound.type"
249
+ }
250
+ },
251
+ {
252
+ "type": "Hidden",
253
+ "value": "SlackEventsWebhook",
254
+ "binding": {
255
+ "type": "zeebe:property",
256
+ "name": "inbound.subtype"
257
+ }
155
258
  },
156
259
  {
157
- "id": "inbound.context",
158
260
  "label": "Webhook ID",
159
- "description": "The webhook ID is a part of the URL endpoint",
160
- "optional": false,
161
- "constraints": {
162
- "notEmpty": true
163
- },
261
+ "type": "String",
164
262
  "group": "endpoint",
165
263
  "binding": {
166
- "name": "inbound.context",
167
- "type": "zeebe:property"
264
+ "type": "zeebe:property",
265
+ "name": "inbound.context"
168
266
  },
169
- "type": "String"
267
+ "description": "The webhook ID is a part of the URL endpoint",
268
+ "constraints": {
269
+ "notEmpty": true
270
+ }
170
271
  },
171
272
  {
172
- "id": "inbound.slackSigningSecret",
173
273
  "label": "Slack signing secret",
174
274
  "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",
175
- "optional": false,
176
- "constraints": {
177
- "notEmpty": true
178
- },
275
+ "type": "String",
179
276
  "group": "endpoint",
277
+ "feel": "optional",
180
278
  "binding": {
181
- "name": "inbound.slackSigningSecret",
182
- "type": "zeebe:property"
279
+ "type": "zeebe:property",
280
+ "name": "inbound.slackSigningSecret"
183
281
  },
184
- "type": "String"
282
+ "constraints": {
283
+ "notEmpty": true
284
+ }
185
285
  },
186
286
  {
187
- "id": "inbound.verificationExpression",
188
- "label": "Verification expression",
189
- "optional": true,
287
+ "type": "Hidden",
190
288
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
191
- "group": "endpoint",
192
289
  "binding": {
193
- "name": "inbound.verificationExpression",
194
- "type": "zeebe:property"
195
- },
196
- "type": "Hidden"
290
+ "type": "zeebe:property",
291
+ "name": "inbound.verificationExpression"
292
+ }
197
293
  },
198
294
  {
199
- "id": "activationCondition",
200
- "label": "Activation condition",
201
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
202
- "optional": true,
203
- "feel": "required",
295
+ "label": "Condition",
296
+ "type": "String",
204
297
  "group": "activation",
298
+ "feel": "required",
299
+ "optional": true,
205
300
  "binding": {
206
- "name": "activationCondition",
207
- "type": "zeebe:property"
301
+ "type": "zeebe:property",
302
+ "name": "activationCondition"
208
303
  },
209
- "type": "String"
304
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
210
305
  },
211
306
  {
212
- "id": "resultVariable",
213
307
  "label": "Result variable",
214
- "description": "Name of variable to store the response in",
215
- "group": "output",
308
+ "type": "String",
309
+ "group": "variable-mapping",
310
+ "optional": true,
216
311
  "binding": {
217
- "name": "resultVariable",
218
- "type": "zeebe:property"
312
+ "type": "zeebe:property",
313
+ "name": "resultVariable"
219
314
  },
220
- "type": "String"
315
+ "description": "Name of variable to store the result of the connector in"
221
316
  },
222
317
  {
223
- "id": "resultExpression",
224
318
  "label": "Result expression",
225
- "description": "Expression to map the response into process variables",
319
+ "type": "String",
320
+ "group": "variable-mapping",
226
321
  "feel": "required",
227
- "group": "output",
322
+ "optional": true,
228
323
  "binding": {
229
- "name": "resultExpression",
230
- "type": "zeebe:property"
324
+ "type": "zeebe:property",
325
+ "name": "resultExpression"
231
326
  },
232
- "type": "Text"
327
+ "description": "Expression to map the inbound payload to process variables"
233
328
  }
234
329
  ],
235
330
  "icon": {
236
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
331
+ "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"
237
332
  },
238
333
  "engines": {
239
- "camunda": "^8.5"
334
+ "camunda": "^8.4"
240
335
  }
241
336
  },
242
337
  {
@@ -360,8 +455,8 @@
360
455
  "name": "Slack Webhook Start Event Connector",
361
456
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
362
457
  "description": "Receive events from Slack",
363
- "version": 3,
364
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
458
+ "version": 2,
459
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
365
460
  "category": {
366
461
  "id": "connectors",
367
462
  "name": "Connectors"
@@ -428,14 +523,6 @@
428
523
  "notEmpty": true
429
524
  }
430
525
  },
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
- },
439
526
  {
440
527
  "label": "Condition",
441
528
  "type": "String",
@@ -476,7 +563,7 @@
476
563
  "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"
477
564
  },
478
565
  "engines": {
479
- "camunda": "^8.4"
566
+ "camunda": "^8.2"
480
567
  }
481
568
  },
482
569
  {
@@ -484,11 +571,8 @@
484
571
  "name": "Slack Webhook Start Event Connector",
485
572
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
486
573
  "description": "Receive events from Slack",
487
- "metadata": {
488
- "keywords": []
489
- },
490
574
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
491
- "version": 6,
575
+ "version": 5,
492
576
  "category": {
493
577
  "id": "connectors",
494
578
  "name": "Connectors"
@@ -599,11 +683,11 @@
599
683
  "type": "Text"
600
684
  }
601
685
  ],
602
- "engines": {
603
- "camunda": "^8.3"
604
- },
605
686
  "icon": {
606
687
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
688
+ },
689
+ "engines": {
690
+ "camunda": "^8.5"
607
691
  }
608
692
  },
609
693
  {
@@ -615,7 +699,7 @@
615
699
  "keywords": []
616
700
  },
617
701
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
618
- "version": 7,
702
+ "version": 6,
619
703
  "category": {
620
704
  "id": "connectors",
621
705
  "name": "Connectors"
@@ -624,9 +708,6 @@
624
708
  "elementType": {
625
709
  "value": "bpmn:StartEvent"
626
710
  },
627
- "engines": {
628
- "camunda": "^8.3"
629
- },
630
711
  "groups": [
631
712
  {
632
713
  "id": "endpoint",
@@ -636,11 +717,6 @@
636
717
  "id": "activation",
637
718
  "label": "Activation"
638
719
  },
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
- },
644
720
  {
645
721
  "id": "output",
646
722
  "label": "Output mapping"
@@ -710,82 +786,6 @@
710
786
  },
711
787
  "type": "String"
712
788
  },
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"
734
- },
735
- "type": "Boolean"
736
- },
737
- {
738
- "id": "deduplicationId",
739
- "label": "Deduplication ID",
740
- "constraints": {
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",
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"
773
- },
774
- {
775
- "id": "deduplicationModeAuto",
776
- "value": "AUTO",
777
- "group": "deduplication",
778
- "binding": {
779
- "name": "deduplicationMode",
780
- "type": "zeebe:property"
781
- },
782
- "condition": {
783
- "property": "deduplicationId",
784
- "isActive": false,
785
- "type": "simple"
786
- },
787
- "type": "Hidden"
788
- },
789
789
  {
790
790
  "id": "resultVariable",
791
791
  "label": "Result variable",
@@ -810,6 +810,9 @@
810
810
  "type": "Text"
811
811
  }
812
812
  ],
813
+ "engines": {
814
+ "camunda": "^8.3"
815
+ },
813
816
  "icon": {
814
817
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
815
818
  }