@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,30 +1,11 @@
1
1
  [
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
- "name": "GitHub Webhook Start Event Connector",
4
+ "name": "GitHub webhook connector",
5
5
  "id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
6
- "version": 4,
7
- "engines": {
8
- "camunda": "^8.3"
9
- },
10
- "deprecated": {
11
- "message": "Migrate to GitHub Webhook Message Start Event Connector"
12
- },
6
+ "version": 2,
13
7
  "description": "Receive events from GitHub",
14
- "metadata": {
15
- "keywords": [
16
- "issue created",
17
- "issue updated",
18
- "issue deleted",
19
- "pull request created",
20
- "pull request updated",
21
- "pull request deleted",
22
- "repository created",
23
- "repository updated",
24
- "repository deleted"
25
- ]
26
- },
27
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
8
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
28
9
  "category": {
29
10
  "id": "connectors",
30
11
  "name": "Connectors"
@@ -87,7 +68,7 @@
87
68
  },
88
69
  {
89
70
  "label": "GitHub secret",
90
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
71
+ "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
91
72
  "type": "String",
92
73
  "group": "endpoint",
93
74
  "optional": true,
@@ -122,7 +103,7 @@
122
103
  "type": "zeebe:property",
123
104
  "name": "inbound.activationCondition"
124
105
  },
125
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
106
+ "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
126
107
  },
127
108
  {
128
109
  "label": "Result variable",
@@ -150,13 +131,16 @@
150
131
  ],
151
132
  "icon": {
152
133
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
134
+ },
135
+ "engines": {
136
+ "camunda": "^8.2"
153
137
  }
154
138
  },
155
139
  {
156
140
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
157
- "name": "GitHub webhook connector",
141
+ "name": "GitHub Webhook Connector",
158
142
  "id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
159
- "version": 2,
143
+ "version": 1,
160
144
  "description": "Receive events from GitHub",
161
145
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
162
146
  "category": {
@@ -170,7 +154,7 @@
170
154
  "groups": [
171
155
  {
172
156
  "id": "endpoint",
173
- "label": "Webhook configuration"
157
+ "label": "Webhook Configuration"
174
158
  },
175
159
  {
176
160
  "id": "activation",
@@ -178,7 +162,7 @@
178
162
  },
179
163
  {
180
164
  "id": "variable-mapping",
181
- "label": "Variable mapping"
165
+ "label": "Variable Mapping"
182
166
  }
183
167
  ],
184
168
  "properties": [
@@ -259,27 +243,15 @@
259
243
  "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
260
244
  },
261
245
  {
262
- "label": "Result variable",
263
- "type": "String",
264
- "group": "variable-mapping",
265
- "optional": true,
266
- "binding": {
267
- "type": "zeebe:property",
268
- "name": "resultVariable"
269
- },
270
- "description": "Name of variable to store the result of the connector in"
271
- },
272
- {
273
- "label": "Result expression",
246
+ "label": "Variables",
274
247
  "type": "String",
275
248
  "group": "variable-mapping",
276
249
  "feel": "required",
277
- "optional": true,
278
250
  "binding": {
279
251
  "type": "zeebe:property",
280
- "name": "resultExpression"
252
+ "name": "inbound.variableMapping"
281
253
  },
282
- "description": "Expression to map the inbound payload to process variables"
254
+ "description": "Variables extracted from the webhook payload (request) to start the process with. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
283
255
  }
284
256
  ],
285
257
  "icon": {
@@ -291,11 +263,11 @@
291
263
  },
292
264
  {
293
265
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
294
- "name": "GitHub Webhook Connector",
266
+ "name": "GitHub Webhook Start Event Connector",
295
267
  "id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
296
- "version": 1,
268
+ "version": 3,
297
269
  "description": "Receive events from GitHub",
298
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/",
270
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
299
271
  "category": {
300
272
  "id": "connectors",
301
273
  "name": "Connectors"
@@ -307,7 +279,7 @@
307
279
  "groups": [
308
280
  {
309
281
  "id": "endpoint",
310
- "label": "Webhook Configuration"
282
+ "label": "Webhook configuration"
311
283
  },
312
284
  {
313
285
  "id": "activation",
@@ -315,7 +287,7 @@
315
287
  },
316
288
  {
317
289
  "id": "variable-mapping",
318
- "label": "Variable Mapping"
290
+ "label": "Variable mapping"
319
291
  }
320
292
  ],
321
293
  "properties": [
@@ -358,7 +330,7 @@
358
330
  },
359
331
  {
360
332
  "label": "GitHub secret",
361
- "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a> regarding GitHub secret",
333
+ "description": "Shared secret key. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a> regarding GitHub secret",
362
334
  "type": "String",
363
335
  "group": "endpoint",
364
336
  "optional": true,
@@ -393,18 +365,30 @@
393
365
  "type": "zeebe:property",
394
366
  "name": "inbound.activationCondition"
395
367
  },
396
- "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
368
+ "description": "Condition under which the connector triggers. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound' target='_blank'>See documentation</a>"
397
369
  },
398
370
  {
399
- "label": "Variables",
371
+ "label": "Result variable",
372
+ "type": "String",
373
+ "group": "variable-mapping",
374
+ "optional": true,
375
+ "binding": {
376
+ "type": "zeebe:property",
377
+ "name": "resultVariable"
378
+ },
379
+ "description": "Name of variable to store the result of the connector in"
380
+ },
381
+ {
382
+ "label": "Result expression",
400
383
  "type": "String",
401
384
  "group": "variable-mapping",
402
385
  "feel": "required",
386
+ "optional": true,
403
387
  "binding": {
404
388
  "type": "zeebe:property",
405
- "name": "inbound.variableMapping"
389
+ "name": "resultExpression"
406
390
  },
407
- "description": "Variables extracted from the webhook payload (request) to start the process with. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github-webhook/' target='_blank'>See documentation</a>"
391
+ "description": "Expression to map the inbound payload to process variables"
408
392
  }
409
393
  ],
410
394
  "icon": {
@@ -418,8 +402,27 @@
418
402
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
419
403
  "name": "GitHub Webhook Start Event Connector",
420
404
  "id": "io.camunda.connectors.webhook.GithubWebhookConnector.v1",
421
- "version": 3,
405
+ "version": 4,
406
+ "engines": {
407
+ "camunda": "^8.3"
408
+ },
409
+ "deprecated": {
410
+ "message": "Migrate to GitHub Webhook Message Start Event Connector"
411
+ },
422
412
  "description": "Receive events from GitHub",
413
+ "metadata": {
414
+ "keywords": [
415
+ "issue created",
416
+ "issue updated",
417
+ "issue deleted",
418
+ "pull request created",
419
+ "pull request updated",
420
+ "pull request deleted",
421
+ "repository created",
422
+ "repository updated",
423
+ "repository deleted"
424
+ ]
425
+ },
423
426
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/github/?github=inbound",
424
427
  "category": {
425
428
  "id": "connectors",
@@ -546,9 +549,6 @@
546
549
  ],
547
550
  "icon": {
548
551
  "contents": "data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z' transform='scale(64)' fill='%231B1F23'/%3E%3C/svg%3E"
549
- },
550
- "engines": {
551
- "camunda": "^8.2"
552
552
  }
553
553
  }
554
554
  ]