@camunda/connectors-element-templates 1.0.17 → 1.0.18

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 (125) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -2
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
  12. package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
  13. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
  16. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
  17. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
  18. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
  19. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
  20. package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
  29. package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
  30. package/src/element-templates/aws-s3-outbound-connector.json +656 -15
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
  32. package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
  34. package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
  37. package/src/element-templates/aws-sns-outbound-connector.json +390 -386
  38. package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
  40. package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
  43. package/src/element-templates/aws-sqs-start-message.json +866 -862
  44. package/src/element-templates/aws-textract-outbound-connector.json +358 -354
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1325 -0
  47. package/src/element-templates/blue-prism-connector.json +595 -50
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +39 -31
  50. package/src/element-templates/easy-post-connector.json +1088 -120
  51. package/src/element-templates/email-inbound-connector-boundary.json +16 -8
  52. package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +16 -8
  55. package/src/element-templates/email-outbound-connector.json +2114 -241
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12587 -9052
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
  60. package/src/element-templates/github-webhook-connector-message-start.json +19 -21
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +11 -13
  63. package/src/element-templates/gitlab-connector.json +4756 -3124
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +1285 -665
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1055 -26
  68. package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
  69. package/src/element-templates/graphql-outbound-connector.json +1136 -1127
  70. package/src/element-templates/http-json-connector.json +2779 -2129
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
  72. package/src/element-templates/http-polling-connector.json +746 -735
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +249 -18
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +666 -660
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
  87. package/src/element-templates/openai-connector.json +579 -116
  88. package/src/element-templates/operate-connector.json +1219 -67
  89. package/src/element-templates/power-automate-connector.json +604 -12
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
  95. package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +553 -9
  98. package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
  99. package/src/element-templates/send-message-connector-message-end-event.json +10 -5
  100. package/src/element-templates/send-message-connector-send-task.json +10 -5
  101. package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
  102. package/src/element-templates/servicenow-connector.json +971 -3
  103. package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
  104. package/src/element-templates/servicenow-incident-connector.json +980 -3
  105. package/src/element-templates/slack-inbound-boundary.json +389 -91
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +566 -236
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +127 -122
  110. package/src/element-templates/slack-outbound-connector.json +2613 -915
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1514 -34
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
  116. package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
  117. package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
  118. package/src/element-templates/uipath-connector.json +607 -15
  119. package/src/element-templates/webhook-connector-boundary.json +1218 -1208
  120. package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
  121. package/src/element-templates/webhook-connector-receive.json +55 -45
  122. package/src/element-templates/webhook-connector-start-event.json +1299 -1292
  123. package/src/element-templates/webhook-connector-start-message.json +711 -701
  124. package/src/element-templates/whatsapp-connector.json +339 -5
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -1,11 +1,376 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "Amazon EventBridge Connector",
4
+ "name": "Amazon EventBridge Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
6
- "version": 1,
6
+ "version": 5,
7
7
  "description": "Receive events from AWS EventBridge",
8
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge-webhook/",
8
+ "keywords": [
9
+ "receive event",
10
+ "subscribe to event",
11
+ "event bus",
12
+ "cloud event",
13
+ "event driven"
14
+ ],
15
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
16
+ "category": {
17
+ "id": "connectors",
18
+ "name": "Connectors"
19
+ },
20
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
21
+ "elementType": {
22
+ "value": "bpmn:IntermediateCatchEvent",
23
+ "eventDefinition": "bpmn:MessageEventDefinition"
24
+ },
25
+ "engines": {
26
+ "camunda": "^8.4"
27
+ },
28
+ "groups": [
29
+ {
30
+ "id": "endpoint",
31
+ "label": "API destination"
32
+ },
33
+ {
34
+ "id": "authorization",
35
+ "label": "Authorization"
36
+ },
37
+ {
38
+ "id": "activation",
39
+ "label": "Activation"
40
+ },
41
+ {
42
+ "id": "variable-mapping",
43
+ "label": "Variable mapping"
44
+ }
45
+ ],
46
+ "properties": [
47
+ {
48
+ "type": "Hidden",
49
+ "value": "io.camunda:webhook:1",
50
+ "binding": {
51
+ "type": "zeebe:property",
52
+ "name": "inbound.type"
53
+ }
54
+ },
55
+ {
56
+ "type": "Hidden",
57
+ "generatedValue": {
58
+ "type": "uuid"
59
+ },
60
+ "binding": {
61
+ "type": "bpmn:Message#property",
62
+ "name": "name"
63
+ }
64
+ },
65
+ {
66
+ "type": "Hidden",
67
+ "value": "aws:eventbridge",
68
+ "binding": {
69
+ "type": "zeebe:property",
70
+ "name": "inbound.subtype"
71
+ }
72
+ },
73
+ {
74
+ "id": "webhookMethod",
75
+ "label": "Webhook method",
76
+ "group": "endpoint",
77
+ "description": "Select HTTP method",
78
+ "value": "any",
79
+ "type": "Dropdown",
80
+ "choices": [
81
+ {
82
+ "name": "Any",
83
+ "value": "any"
84
+ },
85
+ {
86
+ "name": "Get",
87
+ "value": "get"
88
+ },
89
+ {
90
+ "name": "Post",
91
+ "value": "post"
92
+ },
93
+ {
94
+ "name": "Put",
95
+ "value": "put"
96
+ },
97
+ {
98
+ "name": "Delete",
99
+ "value": "delete"
100
+ }
101
+ ],
102
+ "binding": {
103
+ "type": "zeebe:property",
104
+ "name": "inbound.method"
105
+ }
106
+ },
107
+ {
108
+ "label": "Webhook ID",
109
+ "type": "String",
110
+ "group": "endpoint",
111
+ "binding": {
112
+ "type": "zeebe:property",
113
+ "name": "inbound.context"
114
+ },
115
+ "description": "The webhook ID is a part of the URL",
116
+ "constraints": {
117
+ "notEmpty": true
118
+ }
119
+ },
120
+ {
121
+ "label": "HMAC authentication",
122
+ "value": "disabled",
123
+ "type": "Hidden",
124
+ "binding": {
125
+ "type": "zeebe:property",
126
+ "name": "inbound.shouldValidateHmac"
127
+ }
128
+ },
129
+ {
130
+ "id": "authorizationType",
131
+ "label": "Authorization type",
132
+ "group": "authorization",
133
+ "description": "Choose the authorization type",
134
+ "value": "NONE",
135
+ "type": "Dropdown",
136
+ "choices": [
137
+ {
138
+ "name": "None",
139
+ "value": "NONE"
140
+ },
141
+ {
142
+ "name": "JWT",
143
+ "value": "JWT"
144
+ },
145
+ {
146
+ "name": "Basic",
147
+ "value": "BASIC"
148
+ },
149
+ {
150
+ "name": "API key",
151
+ "value": "APIKEY"
152
+ }
153
+ ],
154
+ "binding": {
155
+ "type": "zeebe:property",
156
+ "name": "inbound.auth.type"
157
+ }
158
+ },
159
+ {
160
+ "label": "JWK URL",
161
+ "description": "Well-known URL of JWKs",
162
+ "type": "String",
163
+ "group": "authorization",
164
+ "feel": "optional",
165
+ "optional": true,
166
+ "binding": {
167
+ "type": "zeebe:property",
168
+ "name": "inbound.auth.jwt.jwkUrl"
169
+ },
170
+ "condition": {
171
+ "property": "authorizationType",
172
+ "equals": "JWT"
173
+ }
174
+ },
175
+ {
176
+ "label": "JWT role property expression",
177
+ "description": "Expression to extract the roles from the JWT token",
178
+ "type": "String",
179
+ "group": "authorization",
180
+ "feel": "required",
181
+ "optional": true,
182
+ "binding": {
183
+ "type": "zeebe:property",
184
+ "name": "inbound.auth.jwt.permissionsExpression"
185
+ },
186
+ "condition": {
187
+ "property": "authorizationType",
188
+ "equals": "JWT"
189
+ }
190
+ },
191
+ {
192
+ "label": "Required roles",
193
+ "description": "List of roles to test JWT roles against",
194
+ "type": "String",
195
+ "group": "authorization",
196
+ "feel": "required",
197
+ "optional": true,
198
+ "binding": {
199
+ "type": "zeebe:property",
200
+ "name": "inbound.auth.jwt.requiredPermissions"
201
+ },
202
+ "condition": {
203
+ "property": "authorizationType",
204
+ "equals": "JWT"
205
+ }
206
+ },
207
+ {
208
+ "label": "Username",
209
+ "description": "Username for basic authentication",
210
+ "type": "String",
211
+ "group": "authorization",
212
+ "feel": "optional",
213
+ "binding": {
214
+ "type": "zeebe:property",
215
+ "name": "inbound.auth.username"
216
+ },
217
+ "condition": {
218
+ "property": "authorizationType",
219
+ "equals": "BASIC"
220
+ },
221
+ "constraints": {
222
+ "notEmpty": true
223
+ }
224
+ },
225
+ {
226
+ "label": "Password",
227
+ "description": "Password for basic authentication",
228
+ "type": "String",
229
+ "group": "authorization",
230
+ "feel": "optional",
231
+ "binding": {
232
+ "type": "zeebe:property",
233
+ "name": "inbound.auth.password"
234
+ },
235
+ "condition": {
236
+ "property": "authorizationType",
237
+ "equals": "BASIC"
238
+ },
239
+ "constraints": {
240
+ "notEmpty": true
241
+ }
242
+ },
243
+ {
244
+ "label": "API key",
245
+ "description": "Expected API key",
246
+ "type": "String",
247
+ "group": "authorization",
248
+ "feel": "optional",
249
+ "binding": {
250
+ "type": "zeebe:property",
251
+ "name": "inbound.auth.apiKey"
252
+ },
253
+ "condition": {
254
+ "property": "authorizationType",
255
+ "equals": "APIKEY"
256
+ },
257
+ "constraints": {
258
+ "notEmpty": true
259
+ }
260
+ },
261
+ {
262
+ "label": "API key locator",
263
+ "description": "A FEEL expression that extracts API key from the request",
264
+ "type": "String",
265
+ "group": "authorization",
266
+ "feel": "required",
267
+ "binding": {
268
+ "type": "zeebe:property",
269
+ "name": "inbound.auth.apiKeyLocator"
270
+ },
271
+ "condition": {
272
+ "property": "authorizationType",
273
+ "equals": "APIKEY"
274
+ },
275
+ "constraints": {
276
+ "notEmpty": true
277
+ },
278
+ "value": "=request.headers.apikey"
279
+ },
280
+ {
281
+ "label": "Correlation key (process)",
282
+ "type": "String",
283
+ "group": "activation",
284
+ "feel": "required",
285
+ "description": "Sets up the correlation key from process variables",
286
+ "binding": {
287
+ "type": "bpmn:Message#zeebe:subscription#property",
288
+ "name": "correlationKey"
289
+ },
290
+ "constraints": {
291
+ "notEmpty": true
292
+ }
293
+ },
294
+ {
295
+ "label": "Correlation key (payload)",
296
+ "type": "String",
297
+ "group": "activation",
298
+ "feel": "required",
299
+ "binding": {
300
+ "type": "zeebe:property",
301
+ "name": "correlationKeyExpression"
302
+ },
303
+ "description": "Extracts the correlation key from the incoming message payload",
304
+ "constraints": {
305
+ "notEmpty": true
306
+ }
307
+ },
308
+ {
309
+ "label": "Message ID expression",
310
+ "feel": "required",
311
+ "type": "String",
312
+ "optional": true,
313
+ "group": "activation",
314
+ "binding": {
315
+ "type": "zeebe:property",
316
+ "name": "messageIdExpression"
317
+ },
318
+ "description": "Expression to extract unique identifier of a message"
319
+ },
320
+ {
321
+ "label": "Condition",
322
+ "type": "String",
323
+ "group": "activation",
324
+ "feel": "required",
325
+ "optional": true,
326
+ "binding": {
327
+ "type": "zeebe:property",
328
+ "name": "activationCondition"
329
+ },
330
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
331
+ },
332
+ {
333
+ "label": "Result variable",
334
+ "type": "String",
335
+ "group": "variable-mapping",
336
+ "optional": true,
337
+ "binding": {
338
+ "type": "zeebe:property",
339
+ "name": "resultVariable"
340
+ },
341
+ "description": "Name of variable to store the result of the connector in"
342
+ },
343
+ {
344
+ "label": "Result expression",
345
+ "type": "String",
346
+ "group": "variable-mapping",
347
+ "feel": "required",
348
+ "optional": true,
349
+ "binding": {
350
+ "type": "zeebe:property",
351
+ "name": "resultExpression"
352
+ },
353
+ "description": "Expression to map the inbound payload to process variables"
354
+ }
355
+ ],
356
+ "icon": {
357
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
358
+ }
359
+ },
360
+ {
361
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
362
+ "name": "Amazon EventBridge Intermediate Catch Event Connector",
363
+ "id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
364
+ "version": 4,
365
+ "description": "Receive events from AWS EventBridge",
366
+ "keywords": [
367
+ "receive event",
368
+ "subscribe to event",
369
+ "event bus",
370
+ "cloud event",
371
+ "event driven"
372
+ ],
373
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
9
374
  "category": {
10
375
  "id": "connectors",
11
376
  "name": "Connectors"
@@ -15,6 +380,9 @@
15
380
  "value": "bpmn:IntermediateCatchEvent",
16
381
  "eventDefinition": "bpmn:MessageEventDefinition"
17
382
  },
383
+ "engines": {
384
+ "camunda": "^8.4"
385
+ },
18
386
  "groups": [
19
387
  {
20
388
  "id": "endpoint",
@@ -156,7 +524,7 @@
156
524
  "type": "String",
157
525
  "group": "authorization",
158
526
  "feel": "optional",
159
- "optional": false,
527
+ "optional": true,
160
528
  "binding": {
161
529
  "type": "zeebe:property",
162
530
  "name": "inbound.auth.jwt.jwkUrl"
@@ -164,9 +532,6 @@
164
532
  "condition": {
165
533
  "property": "authorizationType",
166
534
  "equals": "JWT"
167
- },
168
- "constraints": {
169
- "notEmpty": true
170
535
  }
171
536
  },
172
537
  {
@@ -272,7 +637,7 @@
272
637
  "constraints": {
273
638
  "notEmpty": true
274
639
  },
275
- "value": "=request.headers.apiKey"
640
+ "value": "=request.headers.apikey"
276
641
  },
277
642
  {
278
643
  "label": "Correlation key (process)",
@@ -302,6 +667,18 @@
302
667
  "notEmpty": true
303
668
  }
304
669
  },
670
+ {
671
+ "label": "Message ID expression",
672
+ "feel": "required",
673
+ "type": "String",
674
+ "optional": true,
675
+ "group": "activation",
676
+ "binding": {
677
+ "type": "zeebe:property",
678
+ "name": "messageIdExpression"
679
+ },
680
+ "description": "Expression to extract unique identifier of a message"
681
+ },
305
682
  {
306
683
  "label": "Condition",
307
684
  "type": "String",
@@ -312,7 +689,7 @@
312
689
  "type": "zeebe:property",
313
690
  "name": "activationCondition"
314
691
  },
315
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
692
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
316
693
  },
317
694
  {
318
695
  "label": "Result variable",
@@ -340,9 +717,6 @@
340
717
  ],
341
718
  "icon": {
342
719
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
343
- },
344
- "engines": {
345
- "camunda": "^8.2"
346
720
  }
347
721
  },
348
722
  {
@@ -702,11 +1076,11 @@
702
1076
  },
703
1077
  {
704
1078
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
705
- "name": "Amazon EventBridge Intermediate Catch Event Connector",
1079
+ "name": "Amazon EventBridge Connector",
706
1080
  "id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
707
- "version": 2,
1081
+ "version": 1,
708
1082
  "description": "Receive events from AWS EventBridge",
709
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
1083
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge-webhook/",
710
1084
  "category": {
711
1085
  "id": "connectors",
712
1086
  "name": "Connectors"
@@ -857,7 +1231,7 @@
857
1231
  "type": "String",
858
1232
  "group": "authorization",
859
1233
  "feel": "optional",
860
- "optional": true,
1234
+ "optional": false,
861
1235
  "binding": {
862
1236
  "type": "zeebe:property",
863
1237
  "name": "inbound.auth.jwt.jwkUrl"
@@ -865,6 +1239,9 @@
865
1239
  "condition": {
866
1240
  "property": "authorizationType",
867
1241
  "equals": "JWT"
1242
+ },
1243
+ "constraints": {
1244
+ "notEmpty": true
868
1245
  }
869
1246
  },
870
1247
  {
@@ -1047,9 +1424,9 @@
1047
1424
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1048
1425
  "name": "Amazon EventBridge Intermediate Catch Event Connector",
1049
1426
  "id": "io.camunda.connectors.AWSEventBridge.intermediate.v1",
1050
- "version": 4,
1427
+ "version": 2,
1051
1428
  "description": "Receive events from AWS EventBridge",
1052
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/amazon-eventbridge/?awseventbridge=inbound",
1429
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/aws-eventbridge/",
1053
1430
  "category": {
1054
1431
  "id": "connectors",
1055
1432
  "name": "Connectors"
@@ -1059,9 +1436,6 @@
1059
1436
  "value": "bpmn:IntermediateCatchEvent",
1060
1437
  "eventDefinition": "bpmn:MessageEventDefinition"
1061
1438
  },
1062
- "engines": {
1063
- "camunda": "^8.4"
1064
- },
1065
1439
  "groups": [
1066
1440
  {
1067
1441
  "id": "endpoint",
@@ -1316,7 +1690,7 @@
1316
1690
  "constraints": {
1317
1691
  "notEmpty": true
1318
1692
  },
1319
- "value": "=request.headers.apikey"
1693
+ "value": "=request.headers.apiKey"
1320
1694
  },
1321
1695
  {
1322
1696
  "label": "Correlation key (process)",
@@ -1346,18 +1720,6 @@
1346
1720
  "notEmpty": true
1347
1721
  }
1348
1722
  },
1349
- {
1350
- "label": "Message ID expression",
1351
- "feel": "required",
1352
- "type": "String",
1353
- "optional": true,
1354
- "group": "activation",
1355
- "binding": {
1356
- "type": "zeebe:property",
1357
- "name": "messageIdExpression"
1358
- },
1359
- "description": "Expression to extract unique identifier of a message"
1360
- },
1361
1723
  {
1362
1724
  "label": "Condition",
1363
1725
  "type": "String",
@@ -1368,7 +1730,7 @@
1368
1730
  "type": "zeebe:property",
1369
1731
  "name": "activationCondition"
1370
1732
  },
1371
- "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
1733
+ "description": "Condition under which the connector triggers. Leave empty to catch all events. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/http-webhook/#make-your-http-webhook-connector-for-receiving-messages-executable' target='_blank'>See documentation</a>"
1372
1734
  },
1373
1735
  {
1374
1736
  "label": "Result variable",
@@ -1396,6 +1758,9 @@
1396
1758
  ],
1397
1759
  "icon": {
1398
1760
  "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 256 256'%3E%3Cdefs%3E%3ClinearGradient id='logosAwsEventbridge0' x1='0%25' x2='100%25' y1='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23B0084D'/%3E%3Cstop offset='100%25' stop-color='%23FF4F8B'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23logosAwsEventbridge0)' d='M0 0h256v256H0z'/%3E%3Cpath fill='%23FFF' d='M171.702 211.2c-6.858 0-12.44-5.61-12.44-12.509s5.582-12.509 12.44-12.509c6.857 0 12.438 5.61 12.438 12.51c0 6.898-5.581 12.508-12.438 12.508Zm-27.278-54.4h-33.071L94.815 128l16.538-28.8h33.071L160.96 128l-16.535 28.8ZM88.387 69.818c-6.857 0-12.438-5.61-12.438-12.51c0-6.898 5.581-12.508 12.438-12.508c6.861 0 12.443 5.61 12.443 12.509s-5.582 12.509-12.443 12.509Zm83.315 109.964c-2.362 0-4.614.458-6.699 1.261l-13.514-22.931l-.713.426L167.39 129.6a3.226 3.226 0 0 0 0-3.2l-18.374-32a3.177 3.177 0 0 0-2.755-1.6h-33.435l.13-.077l-12.39-21.03c4.047-3.469 6.628-8.627 6.628-14.384c0-10.426-8.436-18.909-18.807-18.909c-10.367 0-18.803 8.483-18.803 18.909c0 10.425 8.436 18.909 18.803 18.909c2.365 0 4.618-.458 6.702-1.261l11.567 19.625L88.384 126.4a3.226 3.226 0 0 0 0 3.2l18.377 32c.57.992 1.62 1.6 2.756 1.6h36.744c.264 0 .521-.042.77-.102l12.496 21.21c-4.051 3.468-6.629 8.626-6.629 14.383c0 10.426 8.433 18.909 18.804 18.909c10.37 0 18.803-8.483 18.803-18.909c0-10.425-8.433-18.909-18.803-18.909Zm18.968-77.05c-6.857 0-12.436-5.609-12.436-12.508c0-6.9 5.579-12.509 12.436-12.509c6.858 0 12.44 5.61 12.44 12.509c0 6.9-5.582 12.509-12.44 12.509Zm23.303 23.668l-12.08-21.04c4.592-3.453 7.58-8.944 7.58-15.136c0-10.426-8.432-18.909-18.803-18.909c-2.638 0-5.152.554-7.433 1.549l-9.849-17.155a3.18 3.18 0 0 0-2.756-1.6h-39.448v6.4h37.612l9.11 15.872c-3.703 3.456-6.036 8.374-6.036 13.843c0 10.426 8.433 18.909 18.8 18.909c1.932 0 3.8-.298 5.556-.845L207.545 128l-15.892 27.674l5.512 3.2l16.808-29.274a3.21 3.21 0 0 0 0-3.2Zm-146.04 50.39c-6.86 0-12.442-5.612-12.442-12.508c0-6.9 5.581-12.51 12.442-12.51c6.857 0 12.439 5.61 12.439 12.51c0 6.896-5.582 12.508-12.44 12.508Zm10.393 3.236c5.062-3.392 8.41-9.181 8.41-15.744c0-10.426-8.436-18.91-18.803-18.91c-3.004 0-5.833.73-8.353 1.994L48.458 128l18.428-32.093l-5.515-3.2L42.027 126.4a3.21 3.21 0 0 0 0 3.2l12.388 21.568c-3.268 3.405-5.289 8.022-5.289 13.114c0 10.425 8.436 18.908 18.807 18.908c1.562 0 3.074-.214 4.528-.579l10.15 17.68c.57.989 1.62 1.6 2.757 1.6h39.451v-6.4H87.204l-8.878-15.465Z'/%3E%3C/svg%3E%0A"
1761
+ },
1762
+ "engines": {
1763
+ "camunda": "^8.2"
1399
1764
  }
1400
1765
  }
1401
1766
  ]