@camunda/connectors-element-templates 1.0.20 → 1.0.21

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/connectors-template.js +1 -3
  3. package/src/connectors.js +4 -0
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +40 -40
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +2483 -475
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +5352 -3427
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +717 -35
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2254 -809
  9. package/src/element-templates/app-integrations-connector.json +1047 -0
  10. package/src/element-templates/asana-connector.json +1050 -216
  11. package/src/element-templates/automation-anywhere-outbound-connector.json +2046 -1553
  12. package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1067 -29
  13. package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +385 -4
  14. package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +441 -4
  15. package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +416 -4
  16. package/src/element-templates/aws-bedrock-outbound-connector.json +2274 -624
  17. package/src/element-templates/aws-comprehend-outbound-connector.json +1572 -0
  18. package/src/element-templates/aws-dynamodb-outbound-connector.json +2385 -949
  19. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  20. package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
  21. package/src/element-templates/aws-eventbridge-connector-start-event.json +20 -20
  22. package/src/element-templates/aws-eventbridge-outbound-connector.json +680 -266
  23. package/src/element-templates/aws-lambda-outbound-connector.json +462 -63
  24. package/src/element-templates/aws-s3-outbound-connector.json +1850 -329
  25. package/src/element-templates/aws-sagemaker-outbound-connector.json +680 -51
  26. package/src/element-templates/aws-sns-inbound-boundary.json +207 -206
  27. package/src/element-templates/aws-sns-inbound-intermediate.json +410 -409
  28. package/src/element-templates/aws-sns-inbound-message-start.json +4 -3
  29. package/src/element-templates/aws-sns-inbound-receive.json +4 -3
  30. package/src/element-templates/aws-sns-inbound-start-event.json +138 -138
  31. package/src/element-templates/aws-sns-outbound-connector.json +643 -186
  32. package/src/element-templates/aws-sqs-boundary-connector.json +1059 -540
  33. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +1046 -527
  34. package/src/element-templates/aws-sqs-outbound-connector.json +596 -143
  35. package/src/element-templates/aws-sqs-receive-connector.json +525 -7
  36. package/src/element-templates/aws-sqs-start-event-connector.json +401 -401
  37. package/src/element-templates/aws-sqs-start-message.json +736 -185
  38. package/src/element-templates/aws-textract-outbound-connector.json +925 -190
  39. package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
  40. package/src/element-templates/azure-open-ai-connector.json +1372 -9
  41. package/src/element-templates/blue-prism-connector.json +655 -76
  42. package/src/element-templates/box-outbound-connector.json +2331 -247
  43. package/src/element-templates/csv-outbound-connector.json +44 -44
  44. package/src/element-templates/easy-post-connector.json +1178 -97
  45. package/src/element-templates/email-outbound-connector.json +3087 -1013
  46. package/src/element-templates/embeddings-vector-database-outbound-connector.json +2160 -0
  47. package/src/element-templates/github-connector.json +14049 -9863
  48. package/src/element-templates/github-webhook-connector-boundary.json +24 -24
  49. package/src/element-templates/github-webhook-connector-intermediate.json +33 -33
  50. package/src/element-templates/github-webhook-connector-message-start.json +8 -8
  51. package/src/element-templates/github-webhook-connector-receive.json +8 -8
  52. package/src/element-templates/github-webhook-connector-start-event.json +54 -54
  53. package/src/element-templates/gitlab-connector.json +2110 -208
  54. package/src/element-templates/google-cloud-storage-outbound-connector.json +1448 -241
  55. package/src/element-templates/google-drive-outbound-connector.json +2246 -694
  56. package/src/element-templates/google-gemini-outbound-connector.json +8 -22
  57. package/src/element-templates/google-maps-platform-connector.json +688 -137
  58. package/src/element-templates/google-sheets-outbound-connector.json +3631 -2475
  59. package/src/element-templates/graphql-outbound-connector.json +3346 -789
  60. package/src/element-templates/http-json-connector.json +5295 -2803
  61. package/src/element-templates/http-polling-boundary-catch-event-connector.json +2550 -590
  62. package/src/element-templates/http-polling-connector.json +2886 -926
  63. package/src/element-templates/hubspot-outbound-connector.json +2786 -36
  64. package/src/element-templates/hugging-face-connector.json +44 -43
  65. package/src/element-templates/jdbc-outbound-connector.json +505 -8
  66. package/src/element-templates/kafka-inbound-connector-boundary.json +29 -32
  67. package/src/element-templates/kafka-inbound-connector-intermediate.json +615 -618
  68. package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
  69. package/src/element-templates/kafka-inbound-connector-start-message.json +9 -12
  70. package/src/element-templates/kafka-inbound-connector.json +240 -240
  71. package/src/element-templates/kafka-outbound-connector.json +494 -498
  72. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
  73. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
  74. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
  75. package/src/element-templates/microsoft-office365-mail-connector.json +1095 -39
  76. package/src/element-templates/microsoft-teams-outbound-connector.json +7335 -4894
  77. package/src/element-templates/openai-connector.json +596 -102
  78. package/src/element-templates/operate-connector.json +167 -170
  79. package/src/element-templates/orchestration-connector.json +1843 -0
  80. package/src/element-templates/power-automate-connector.json +64 -64
  81. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +449 -451
  82. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +770 -772
  83. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +576 -578
  84. package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
  85. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +105 -105
  86. package/src/element-templates/rabbitmq-outbound-connector.json +319 -319
  87. package/src/element-templates/rpa-connector.json +6 -6
  88. package/src/element-templates/salesforce-connector.json +690 -56
  89. package/src/element-templates/send-message-connector-intermediate-throw-event.json +300 -0
  90. package/src/element-templates/send-message-connector-message-end-event.json +300 -0
  91. package/src/element-templates/send-message-connector-send-task.json +299 -0
  92. package/src/element-templates/sendgrid-outbound-connector.json +597 -597
  93. package/src/element-templates/servicenow-connector.json +1365 -8
  94. package/src/element-templates/servicenow-flow-starter-connector.json +15 -15
  95. package/src/element-templates/servicenow-incident-connector.json +1076 -30
  96. package/src/element-templates/slack-inbound-boundary.json +374 -374
  97. package/src/element-templates/slack-inbound-intermediate.json +766 -766
  98. package/src/element-templates/slack-inbound-message-start.json +145 -145
  99. package/src/element-templates/slack-inbound-receive.json +2 -2
  100. package/src/element-templates/slack-inbound-start-event.json +211 -211
  101. package/src/element-templates/slack-outbound-connector.json +2154 -1051
  102. package/src/element-templates/soap-outbound-connector.json +114 -118
  103. package/src/element-templates/twilio-connector.json +1181 -368
  104. package/src/element-templates/twilio-webhook-boundary-connector.json +29 -30
  105. package/src/element-templates/twilio-webhook-connector.json +56 -57
  106. package/src/element-templates/twilio-webhook-intermediate-connector.json +33 -34
  107. package/src/element-templates/twilio-webhook-message-start-connector.json +27 -28
  108. package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
  109. package/src/element-templates/uipath-connector.json +681 -63
  110. package/src/element-templates/webhook-connector-boundary.json +1242 -587
  111. package/src/element-templates/webhook-connector-intermediate.json +1339 -684
  112. package/src/element-templates/webhook-connector-receive.json +659 -5
  113. package/src/element-templates/webhook-connector-start-event.json +1736 -1175
  114. package/src/element-templates/webhook-connector-start-message.json +1791 -1104
  115. package/src/element-templates/whatsapp-connector.json +386 -16
@@ -69,7 +69,6 @@
69
69
  {
70
70
  "id": "authenticationType",
71
71
  "label": "Authentication type",
72
- "description": "Username/password or custom",
73
72
  "optional": false,
74
73
  "value": "credentials",
75
74
  "constraints": {
@@ -80,6 +79,7 @@
80
79
  "name": "authenticationType",
81
80
  "type": "zeebe:property"
82
81
  },
82
+ "tooltip": "Username/password or custom.",
83
83
  "type": "Dropdown",
84
84
  "choices": [
85
85
  {
@@ -95,19 +95,18 @@
95
95
  {
96
96
  "id": "authentication.username",
97
97
  "label": "Username",
98
- "description": "Provide the username (must have permissions to produce message to the topic)",
99
98
  "optional": true,
100
99
  "group": "authentication",
101
100
  "binding": {
102
101
  "name": "authentication.username",
103
102
  "type": "zeebe:property"
104
103
  },
104
+ "tooltip": "The user must have permissions to produce messages to the topic.",
105
105
  "type": "String"
106
106
  },
107
107
  {
108
108
  "id": "authentication.password",
109
109
  "label": "Password",
110
- "description": "Provide a password for the user",
111
110
  "optional": true,
112
111
  "group": "authentication",
113
112
  "binding": {
@@ -119,7 +118,6 @@
119
118
  {
120
119
  "id": "topic.bootstrapServers",
121
120
  "label": "Bootstrap servers",
122
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
123
121
  "optional": false,
124
122
  "constraints": {
125
123
  "notEmpty": true
@@ -129,12 +127,13 @@
129
127
  "name": "topic.bootstrapServers",
130
128
  "type": "zeebe:property"
131
129
  },
130
+ "tooltip": "Bootstrap server(s), comma-delimited if there are multiple.",
131
+ "placeholder": "broker1:9092,broker2:9092",
132
132
  "type": "String"
133
133
  },
134
134
  {
135
135
  "id": "topic.topicName",
136
136
  "label": "Topic",
137
- "description": "Provide topic name",
138
137
  "optional": false,
139
138
  "constraints": {
140
139
  "notEmpty": true
@@ -149,7 +148,6 @@
149
148
  {
150
149
  "id": "groupId",
151
150
  "label": "Consumer group ID",
152
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
153
151
  "optional": false,
154
152
  "group": "kafka",
155
153
  "binding": {
@@ -162,7 +160,6 @@
162
160
  {
163
161
  "id": "additionalProperties",
164
162
  "label": "Additional properties",
165
- "description": "Provide additional Kafka consumer properties in JSON",
166
163
  "optional": true,
167
164
  "feel": "required",
168
165
  "group": "kafka",
@@ -170,12 +167,12 @@
170
167
  "name": "additionalProperties",
171
168
  "type": "zeebe:property"
172
169
  },
170
+ "tooltip": "Additional Kafka consumer properties in JSON.",
173
171
  "type": "String"
174
172
  },
175
173
  {
176
174
  "id": "offsets",
177
175
  "label": "Offsets",
178
- "description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
179
176
  "optional": true,
180
177
  "feel": "optional",
181
178
  "group": "kafka",
@@ -183,12 +180,12 @@
183
180
  "name": "offsets",
184
181
  "type": "zeebe:property"
185
182
  },
183
+ "tooltip": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions.",
186
184
  "type": "String"
187
185
  },
188
186
  {
189
187
  "id": "autoOffsetReset",
190
188
  "label": "Auto offset reset",
191
- "description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
192
189
  "optional": false,
193
190
  "value": "latest",
194
191
  "constraints": {
@@ -199,6 +196,7 @@
199
196
  "name": "autoOffsetReset",
200
197
  "type": "zeebe:property"
201
198
  },
199
+ "tooltip": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets.",
202
200
  "type": "Dropdown",
203
201
  "choices": [
204
202
  {
@@ -243,7 +241,6 @@
243
241
  {
244
242
  "id": "schemaStrategy.avro.schema",
245
243
  "label": "Schema",
246
- "description": "Avro inline schema for the message value",
247
244
  "optional": false,
248
245
  "constraints": {
249
246
  "notEmpty": true
@@ -259,12 +256,12 @@
259
256
  "equals": "inlineSchema",
260
257
  "type": "simple"
261
258
  },
259
+ "tooltip": "Avro inline schema for the message value",
262
260
  "type": "Text"
263
261
  },
264
262
  {
265
263
  "id": "schemaStrategy.schemaType",
266
264
  "label": "Schema type",
267
- "description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
268
265
  "optional": false,
269
266
  "value": "avro",
270
267
  "group": "schema",
@@ -277,6 +274,7 @@
277
274
  "equals": "schemaRegistry",
278
275
  "type": "simple"
279
276
  },
277
+ "tooltip": "Format used to (de)serialize the message value: JSON or Avro. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">Kafka connector</a> guide.",
280
278
  "type": "Dropdown",
281
279
  "choices": [
282
280
  {
@@ -292,7 +290,6 @@
292
290
  {
293
291
  "id": "schemaStrategy.schemaRegistryUrl",
294
292
  "label": "Schema registry URL",
295
- "description": "Provide the schema registry URL",
296
293
  "optional": false,
297
294
  "constraints": {
298
295
  "notEmpty": true
@@ -1389,7 +1389,6 @@
1389
1389
  {
1390
1390
  "id": "authenticationType",
1391
1391
  "label": "Authentication type",
1392
- "description": "Username/password or custom",
1393
1392
  "optional": false,
1394
1393
  "value": "credentials",
1395
1394
  "constraints": {
@@ -1400,6 +1399,7 @@
1400
1399
  "name": "authenticationType",
1401
1400
  "type": "zeebe:property"
1402
1401
  },
1402
+ "tooltip": "Username/password or custom.",
1403
1403
  "type": "Dropdown",
1404
1404
  "choices": [
1405
1405
  {
@@ -1415,19 +1415,18 @@
1415
1415
  {
1416
1416
  "id": "authentication.username",
1417
1417
  "label": "Username",
1418
- "description": "Provide the username (must have permissions to produce message to the topic)",
1419
1418
  "optional": true,
1420
1419
  "group": "authentication",
1421
1420
  "binding": {
1422
1421
  "name": "authentication.username",
1423
1422
  "type": "zeebe:property"
1424
1423
  },
1424
+ "tooltip": "The user must have permissions to produce messages to the topic.",
1425
1425
  "type": "String"
1426
1426
  },
1427
1427
  {
1428
1428
  "id": "authentication.password",
1429
1429
  "label": "Password",
1430
- "description": "Provide a password for the user",
1431
1430
  "optional": true,
1432
1431
  "group": "authentication",
1433
1432
  "binding": {
@@ -1439,7 +1438,6 @@
1439
1438
  {
1440
1439
  "id": "topic.bootstrapServers",
1441
1440
  "label": "Bootstrap servers",
1442
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1443
1441
  "optional": false,
1444
1442
  "constraints": {
1445
1443
  "notEmpty": true
@@ -1449,12 +1447,13 @@
1449
1447
  "name": "topic.bootstrapServers",
1450
1448
  "type": "zeebe:property"
1451
1449
  },
1450
+ "tooltip": "Bootstrap server(s), comma-delimited if there are multiple.",
1451
+ "placeholder": "broker1:9092,broker2:9092",
1452
1452
  "type": "String"
1453
1453
  },
1454
1454
  {
1455
1455
  "id": "topic.topicName",
1456
1456
  "label": "Topic",
1457
- "description": "Provide topic name",
1458
1457
  "optional": false,
1459
1458
  "constraints": {
1460
1459
  "notEmpty": true
@@ -1469,7 +1468,6 @@
1469
1468
  {
1470
1469
  "id": "groupId",
1471
1470
  "label": "Consumer group ID",
1472
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1473
1471
  "optional": false,
1474
1472
  "group": "kafka",
1475
1473
  "binding": {
@@ -1482,7 +1480,6 @@
1482
1480
  {
1483
1481
  "id": "additionalProperties",
1484
1482
  "label": "Additional properties",
1485
- "description": "Provide additional Kafka consumer properties in JSON",
1486
1483
  "optional": true,
1487
1484
  "feel": "required",
1488
1485
  "group": "kafka",
@@ -1490,12 +1487,12 @@
1490
1487
  "name": "additionalProperties",
1491
1488
  "type": "zeebe:property"
1492
1489
  },
1490
+ "tooltip": "Additional Kafka consumer properties in JSON.",
1493
1491
  "type": "String"
1494
1492
  },
1495
1493
  {
1496
1494
  "id": "offsets",
1497
1495
  "label": "Offsets",
1498
- "description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
1499
1496
  "optional": true,
1500
1497
  "feel": "optional",
1501
1498
  "group": "kafka",
@@ -1503,12 +1500,12 @@
1503
1500
  "name": "offsets",
1504
1501
  "type": "zeebe:property"
1505
1502
  },
1503
+ "tooltip": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions.",
1506
1504
  "type": "String"
1507
1505
  },
1508
1506
  {
1509
1507
  "id": "autoOffsetReset",
1510
1508
  "label": "Auto offset reset",
1511
- "description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
1512
1509
  "optional": false,
1513
1510
  "value": "latest",
1514
1511
  "constraints": {
@@ -1519,6 +1516,7 @@
1519
1516
  "name": "autoOffsetReset",
1520
1517
  "type": "zeebe:property"
1521
1518
  },
1519
+ "tooltip": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets.",
1522
1520
  "type": "Dropdown",
1523
1521
  "choices": [
1524
1522
  {
@@ -1563,7 +1561,6 @@
1563
1561
  {
1564
1562
  "id": "schemaStrategy.avro.schema",
1565
1563
  "label": "Schema",
1566
- "description": "Avro inline schema for the message value",
1567
1564
  "optional": false,
1568
1565
  "constraints": {
1569
1566
  "notEmpty": true
@@ -1579,12 +1576,12 @@
1579
1576
  "equals": "inlineSchema",
1580
1577
  "type": "simple"
1581
1578
  },
1579
+ "tooltip": "Avro inline schema for the message value",
1582
1580
  "type": "Text"
1583
1581
  },
1584
1582
  {
1585
1583
  "id": "schemaStrategy.schemaType",
1586
1584
  "label": "Schema type",
1587
- "description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
1588
1585
  "optional": false,
1589
1586
  "value": "avro",
1590
1587
  "group": "schema",
@@ -1597,6 +1594,7 @@
1597
1594
  "equals": "schemaRegistry",
1598
1595
  "type": "simple"
1599
1596
  },
1597
+ "tooltip": "Format used to (de)serialize the message value: JSON or Avro. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">Kafka connector</a> guide.",
1600
1598
  "type": "Dropdown",
1601
1599
  "choices": [
1602
1600
  {
@@ -1612,7 +1610,6 @@
1612
1610
  {
1613
1611
  "id": "schemaStrategy.schemaRegistryUrl",
1614
1612
  "label": "Schema registry URL",
1615
- "description": "Provide the schema registry URL",
1616
1613
  "optional": false,
1617
1614
  "constraints": {
1618
1615
  "notEmpty": true