@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -1,4 +1,128 @@
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
+ "version": 3,
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
13
+ "appliesTo": ["bpmn:StartEvent"],
14
+ "elementType": {
15
+ "value": "bpmn:StartEvent"
16
+ },
17
+ "groups": [
18
+ {
19
+ "id": "endpoint",
20
+ "label": "Webhook configuration"
21
+ },
22
+ {
23
+ "id": "activation",
24
+ "label": "Activation"
25
+ },
26
+ {
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
+ "type": "Hidden",
77
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
78
+ "binding": {
79
+ "type": "zeebe:property",
80
+ "name": "inbound.verificationExpression"
81
+ }
82
+ },
83
+ {
84
+ "label": "Condition",
85
+ "type": "String",
86
+ "group": "activation",
87
+ "feel": "required",
88
+ "optional": true,
89
+ "binding": {
90
+ "type": "zeebe:property",
91
+ "name": "activationCondition"
92
+ },
93
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
94
+ },
95
+ {
96
+ "label": "Result variable",
97
+ "type": "String",
98
+ "group": "variable-mapping",
99
+ "optional": true,
100
+ "binding": {
101
+ "type": "zeebe:property",
102
+ "name": "resultVariable"
103
+ },
104
+ "description": "Name of variable to store the result of the connector in"
105
+ },
106
+ {
107
+ "label": "Result expression",
108
+ "type": "String",
109
+ "group": "variable-mapping",
110
+ "feel": "required",
111
+ "optional": true,
112
+ "binding": {
113
+ "type": "zeebe:property",
114
+ "name": "resultExpression"
115
+ },
116
+ "description": "Expression to map the inbound payload to process variables"
117
+ }
118
+ ],
119
+ "icon": {
120
+ "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"
121
+ },
122
+ "engines": {
123
+ "camunda": "^8.4"
124
+ }
125
+ },
2
126
  {
3
127
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
128
  "name": "Slack Webhook Start Event Connector",
@@ -8,21 +132,15 @@
8
132
  "keywords": []
9
133
  },
10
134
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
11
- "version": 7,
135
+ "version": 6,
12
136
  "category": {
13
137
  "id": "connectors",
14
138
  "name": "Connectors"
15
139
  },
16
- "deprecated": {
17
- "message": "Migrate to Webhook Message Start Event Connector"
18
- },
19
140
  "appliesTo": ["bpmn:StartEvent"],
20
141
  "elementType": {
21
142
  "value": "bpmn:StartEvent"
22
143
  },
23
- "engines": {
24
- "camunda": "^8.3"
25
- },
26
144
  "groups": [
27
145
  {
28
146
  "id": "endpoint",
@@ -32,11 +150,6 @@
32
150
  "id": "activation",
33
151
  "label": "Activation"
34
152
  },
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
153
  {
41
154
  "id": "output",
42
155
  "label": "Output mapping"
@@ -106,82 +219,6 @@
106
219
  },
107
220
  "type": "String"
108
221
  },
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
222
  {
186
223
  "id": "resultVariable",
187
224
  "label": "Result variable",
@@ -206,6 +243,9 @@
206
243
  "type": "Text"
207
244
  }
208
245
  ],
246
+ "engines": {
247
+ "camunda": "^8.3"
248
+ },
209
249
  "icon": {
210
250
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
211
251
  }
@@ -215,8 +255,8 @@
215
255
  "name": "Slack Webhook Start Event Connector",
216
256
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
217
257
  "description": "Receive events from Slack",
218
- "version": 3,
219
258
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
259
+ "version": 5,
220
260
  "category": {
221
261
  "id": "connectors",
222
262
  "name": "Connectors"
@@ -235,111 +275,111 @@
235
275
  "label": "Activation"
236
276
  },
237
277
  {
238
- "id": "variable-mapping",
239
- "label": "Variable mapping"
278
+ "id": "output",
279
+ "label": "Output mapping"
240
280
  }
241
281
  ],
242
282
  "properties": [
243
283
  {
244
- "type": "Hidden",
245
284
  "value": "io.camunda:slack-webhook:1",
246
285
  "binding": {
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
- }
286
+ "name": "inbound.type",
287
+ "type": "zeebe:property"
288
+ },
289
+ "type": "Hidden"
258
290
  },
259
291
  {
292
+ "id": "inbound.context",
260
293
  "label": "Webhook ID",
261
- "type": "String",
262
- "group": "endpoint",
263
- "binding": {
264
- "type": "zeebe:property",
265
- "name": "inbound.context"
266
- },
267
294
  "description": "The webhook ID is a part of the URL endpoint",
295
+ "optional": false,
268
296
  "constraints": {
269
297
  "notEmpty": true
270
- }
298
+ },
299
+ "group": "endpoint",
300
+ "binding": {
301
+ "name": "inbound.context",
302
+ "type": "zeebe:property"
303
+ },
304
+ "type": "String"
271
305
  },
272
306
  {
307
+ "id": "inbound.slackSigningSecret",
273
308
  "label": "Slack signing secret",
274
309
  "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",
275
- "type": "String",
310
+ "optional": false,
311
+ "constraints": {
312
+ "notEmpty": true
313
+ },
276
314
  "group": "endpoint",
277
- "feel": "optional",
278
315
  "binding": {
279
- "type": "zeebe:property",
280
- "name": "inbound.slackSigningSecret"
316
+ "name": "inbound.slackSigningSecret",
317
+ "type": "zeebe:property"
281
318
  },
282
- "constraints": {
283
- "notEmpty": true
284
- }
319
+ "type": "String"
285
320
  },
286
321
  {
287
- "type": "Hidden",
322
+ "id": "inbound.verificationExpression",
323
+ "label": "Verification expression",
324
+ "optional": true,
288
325
  "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
326
+ "group": "endpoint",
289
327
  "binding": {
290
- "type": "zeebe:property",
291
- "name": "inbound.verificationExpression"
292
- }
328
+ "name": "inbound.verificationExpression",
329
+ "type": "zeebe:property"
330
+ },
331
+ "type": "Hidden"
293
332
  },
294
333
  {
295
- "label": "Condition",
296
- "type": "String",
297
- "group": "activation",
298
- "feel": "required",
334
+ "id": "activationCondition",
335
+ "label": "Activation condition",
336
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
299
337
  "optional": true,
338
+ "feel": "required",
339
+ "group": "activation",
300
340
  "binding": {
301
- "type": "zeebe:property",
302
- "name": "activationCondition"
341
+ "name": "activationCondition",
342
+ "type": "zeebe:property"
303
343
  },
304
- "description": "Condition under which the connector triggers. Leave empty to catch all events."
344
+ "type": "String"
305
345
  },
306
346
  {
347
+ "id": "resultVariable",
307
348
  "label": "Result variable",
308
- "type": "String",
309
- "group": "variable-mapping",
310
- "optional": true,
349
+ "description": "Name of variable to store the response in",
350
+ "group": "output",
311
351
  "binding": {
312
- "type": "zeebe:property",
313
- "name": "resultVariable"
352
+ "name": "resultVariable",
353
+ "type": "zeebe:property"
314
354
  },
315
- "description": "Name of variable to store the result of the connector in"
355
+ "type": "String"
316
356
  },
317
357
  {
358
+ "id": "resultExpression",
318
359
  "label": "Result expression",
319
- "type": "String",
320
- "group": "variable-mapping",
360
+ "description": "Expression to map the response into process variables",
321
361
  "feel": "required",
322
- "optional": true,
362
+ "group": "output",
323
363
  "binding": {
324
- "type": "zeebe:property",
325
- "name": "resultExpression"
364
+ "name": "resultExpression",
365
+ "type": "zeebe:property"
326
366
  },
327
- "description": "Expression to map the inbound payload to process variables"
367
+ "type": "Text"
328
368
  }
329
369
  ],
330
370
  "icon": {
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"
371
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
332
372
  },
333
373
  "engines": {
334
- "camunda": "^8.4"
374
+ "camunda": "^8.5"
335
375
  }
336
376
  },
337
377
  {
338
378
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
339
- "name": "Slack Webhook",
379
+ "name": "Slack Webhook Start Event Connector",
340
380
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
341
381
  "description": "Receive events from Slack",
342
- "version": 1,
382
+ "version": 2,
343
383
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
344
384
  "category": {
345
385
  "id": "connectors",
@@ -452,10 +492,10 @@
452
492
  },
453
493
  {
454
494
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
455
- "name": "Slack Webhook Start Event Connector",
495
+ "name": "Slack Webhook",
456
496
  "id": "io.camunda.connectors.inbound.Slack.StartEvent.v1",
457
497
  "description": "Receive events from Slack",
458
- "version": 2,
498
+ "version": 1,
459
499
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack-inbound/",
460
500
  "category": {
461
501
  "id": "connectors",
@@ -571,16 +611,25 @@
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"
579
622
  },
623
+ "deprecated": {
624
+ "message": "Migrate to Webhook Message Start Event Connector"
625
+ },
580
626
  "appliesTo": ["bpmn:StartEvent"],
581
627
  "elementType": {
582
628
  "value": "bpmn:StartEvent"
583
629
  },
630
+ "engines": {
631
+ "camunda": "^8.3"
632
+ },
584
633
  "groups": [
585
634
  {
586
635
  "id": "endpoint",
@@ -590,6 +639,11 @@
590
639
  "id": "activation",
591
640
  "label": "Activation"
592
641
  },
642
+ {
643
+ "id": "deduplication",
644
+ "label": "Deduplication",
645
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
646
+ },
593
647
  {
594
648
  "id": "output",
595
649
  "label": "Output mapping"
@@ -660,131 +714,80 @@
660
714
  "type": "String"
661
715
  },
662
716
  {
663
- "id": "resultVariable",
664
- "label": "Result variable",
665
- "description": "Name of variable to store the response in",
666
- "group": "output",
667
- "binding": {
668
- "name": "resultVariable",
669
- "type": "zeebe:property"
670
- },
671
- "type": "String"
672
- },
673
- {
674
- "id": "resultExpression",
675
- "label": "Result expression",
676
- "description": "Expression to map the response into process variables",
677
- "feel": "required",
678
- "group": "output",
717
+ "id": "consumeUnmatchedEvents",
718
+ "label": "Consume unmatched events",
719
+ "value": true,
720
+ "group": "activation",
679
721
  "binding": {
680
- "name": "resultExpression",
722
+ "name": "consumeUnmatchedEvents",
681
723
  "type": "zeebe:property"
682
724
  },
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
- "metadata": {
699
- "keywords": []
700
- },
701
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
702
- "version": 6,
703
- "category": {
704
- "id": "connectors",
705
- "name": "Connectors"
706
- },
707
- "appliesTo": ["bpmn:StartEvent"],
708
- "elementType": {
709
- "value": "bpmn:StartEvent"
710
- },
711
- "groups": [
712
- {
713
- "id": "endpoint",
714
- "label": "Webhook configuration"
715
- },
716
- {
717
- "id": "activation",
718
- "label": "Activation"
725
+ "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",
726
+ "type": "Boolean"
719
727
  },
720
728
  {
721
- "id": "output",
722
- "label": "Output mapping"
723
- }
724
- ],
725
- "properties": [
726
- {
727
- "value": "io.camunda:slack-webhook:1",
729
+ "id": "deduplicationModeManualFlag",
730
+ "label": "Manual mode",
731
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
732
+ "value": false,
733
+ "group": "deduplication",
728
734
  "binding": {
729
- "name": "inbound.type",
735
+ "name": "deduplicationModeManualFlag",
730
736
  "type": "zeebe:property"
731
737
  },
732
- "type": "Hidden"
738
+ "type": "Boolean"
733
739
  },
734
740
  {
735
- "id": "inbound.context",
736
- "label": "Webhook ID",
737
- "description": "The webhook ID is a part of the URL endpoint",
738
- "optional": false,
741
+ "id": "deduplicationId",
742
+ "label": "Deduplication ID",
739
743
  "constraints": {
740
- "notEmpty": true
744
+ "notEmpty": true,
745
+ "pattern": {
746
+ "value": "^[a-zA-Z0-9_-]+$",
747
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
748
+ }
741
749
  },
742
- "group": "endpoint",
750
+ "group": "deduplication",
743
751
  "binding": {
744
- "name": "inbound.context",
752
+ "name": "deduplicationId",
745
753
  "type": "zeebe:property"
746
754
  },
747
- "type": "String"
748
- },
749
- {
750
- "id": "inbound.slackSigningSecret",
751
- "label": "Slack signing secret",
752
- "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",
753
- "optional": false,
754
- "constraints": {
755
- "notEmpty": true
756
- },
757
- "group": "endpoint",
758
- "binding": {
759
- "name": "inbound.slackSigningSecret",
760
- "type": "zeebe:property"
755
+ "condition": {
756
+ "property": "deduplicationModeManualFlag",
757
+ "equals": true,
758
+ "type": "simple"
761
759
  },
762
760
  "type": "String"
763
761
  },
764
762
  {
765
- "id": "inbound.verificationExpression",
766
- "label": "Verification expression",
767
- "optional": true,
768
- "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
769
- "group": "endpoint",
763
+ "id": "deduplicationModeManual",
764
+ "value": "MANUAL",
765
+ "group": "deduplication",
770
766
  "binding": {
771
- "name": "inbound.verificationExpression",
767
+ "name": "deduplicationMode",
772
768
  "type": "zeebe:property"
773
769
  },
770
+ "condition": {
771
+ "property": "deduplicationId",
772
+ "isActive": true,
773
+ "type": "simple"
774
+ },
774
775
  "type": "Hidden"
775
776
  },
776
777
  {
777
- "id": "activationCondition",
778
- "label": "Activation condition",
779
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
780
- "optional": true,
781
- "feel": "required",
782
- "group": "activation",
778
+ "id": "deduplicationModeAuto",
779
+ "value": "AUTO",
780
+ "group": "deduplication",
783
781
  "binding": {
784
- "name": "activationCondition",
782
+ "name": "deduplicationMode",
785
783
  "type": "zeebe:property"
786
784
  },
787
- "type": "String"
785
+ "condition": {
786
+ "property": "deduplicationId",
787
+ "isActive": false,
788
+ "type": "simple"
789
+ },
790
+ "type": "Hidden"
788
791
  },
789
792
  {
790
793
  "id": "resultVariable",
@@ -810,9 +813,6 @@
810
813
  "type": "Text"
811
814
  }
812
815
  ],
813
- "engines": {
814
- "camunda": "^8.3"
815
- },
816
816
  "icon": {
817
817
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
818
818
  }