@camunda/connectors-element-templates 1.0.16 → 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 (124) hide show
  1. package/package.json +2 -2
  2. package/src/connectors.js +12 -0
  3. package/src/element-templates/agenticai-a2a-client-outbound-connector.json +3 -5
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +9 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +9 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +9 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +9 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +36 -39
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3769 -28
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6979 -3299
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +469 -471
  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 +484 -486
  14. package/src/element-templates/asana-connector.json +718 -7
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1756 -1752
  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 +788 -51
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1412 -1412
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +376 -11
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +408 -9
  26. package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
  27. package/src/element-templates/aws-eventbridge-connector-start-event.json +322 -5
  28. package/src/element-templates/aws-eventbridge-outbound-connector.json +316 -311
  29. package/src/element-templates/aws-lambda-outbound-connector.json +305 -301
  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 +422 -415
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +330 -323
  34. package/src/element-templates/aws-sns-inbound-message-start.json +348 -341
  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 +593 -589
  38. package/src/element-templates/aws-sqs-boundary-connector.json +642 -638
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +588 -584
  40. package/src/element-templates/aws-sqs-outbound-connector.json +748 -746
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +408 -400
  43. package/src/element-templates/aws-sqs-start-message.json +465 -461
  44. package/src/element-templates/aws-textract-outbound-connector.json +298 -294
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +598 -53
  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 +1017 -49
  51. package/src/element-templates/email-inbound-connector-boundary.json +32 -24
  52. package/src/element-templates/email-inbound-connector-intermediate.json +32 -24
  53. package/src/element-templates/email-inbound-connector-receive.json +564 -0
  54. package/src/element-templates/email-message-start-event-connector.json +45 -37
  55. package/src/element-templates/email-outbound-connector.json +2129 -256
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
  57. package/src/element-templates/github-connector.json +12447 -5385
  58. package/src/element-templates/github-webhook-connector-boundary.json +11 -13
  59. package/src/element-templates/github-webhook-connector-intermediate.json +55 -57
  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 +62 -64
  63. package/src/element-templates/gitlab-connector.json +2974 -1342
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
  65. package/src/element-templates/google-drive-outbound-connector.json +882 -262
  66. package/src/element-templates/google-gemini-outbound-connector.json +117 -109
  67. package/src/element-templates/google-maps-platform-connector.json +1048 -19
  68. package/src/element-templates/google-sheets-outbound-connector.json +2961 -1967
  69. package/src/element-templates/graphql-outbound-connector.json +1780 -1193
  70. package/src/element-templates/http-json-connector.json +2832 -2168
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +953 -277
  72. package/src/element-templates/http-polling-connector.json +1642 -966
  73. package/src/element-templates/hubspot-outbound-connector.json +2376 -30
  74. package/src/element-templates/hugging-face-connector.json +432 -5
  75. package/src/element-templates/jdbc-outbound-connector.json +62 -48
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +21 -12
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +581 -572
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +150 -141
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +436 -430
  82. package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +165 -13
  83. package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +165 -13
  84. package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +178 -26
  85. package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5616 -1607
  87. package/src/element-templates/openai-connector.json +608 -145
  88. package/src/element-templates/operate-connector.json +1218 -66
  89. package/src/element-templates/power-automate-connector.json +602 -10
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +799 -790
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +914 -905
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +477 -468
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +754 -745
  95. package/src/element-templates/rabbitmq-outbound-connector.json +875 -869
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +583 -39
  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 +1406 -798
  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 +639 -341
  106. package/src/element-templates/slack-inbound-intermediate.json +393 -95
  107. package/src/element-templates/slack-inbound-message-start.json +678 -348
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +332 -327
  110. package/src/element-templates/slack-outbound-connector.json +3313 -919
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1521 -41
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +35 -26
  114. package/src/element-templates/twilio-webhook-connector.json +238 -8
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +38 -29
  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 +1986 -1331
  120. package/src/element-templates/webhook-connector-intermediate.json +2193 -1538
  121. package/src/element-templates/webhook-connector-receive.json +654 -0
  122. package/src/element-templates/webhook-connector-start-event.json +1261 -700
  123. package/src/element-templates/webhook-connector-start-message.json +1754 -1067
  124. package/src/element-templates/whatsapp-connector.json +339 -5
@@ -1,4 +1,301 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Slack Webhook Receive Task Connector",
5
+ "id": "io.camunda.connectors.inbound.Slack.ReceiveTask.v1",
6
+ "description": "Receive events from Slack",
7
+ "keywords": [
8
+ "message received",
9
+ "event received",
10
+ "channel event",
11
+ "webhook",
12
+ "messaging",
13
+ "new message"
14
+ ],
15
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/slack/?slack=inbound",
16
+ "version": 8,
17
+ "category": {
18
+ "id": "connectors",
19
+ "name": "Connectors"
20
+ },
21
+ "appliesTo": ["bpmn:ReceiveTask"],
22
+ "elementType": {
23
+ "value": "bpmn:ReceiveTask"
24
+ },
25
+ "engines": {
26
+ "camunda": "^8.3"
27
+ },
28
+ "groups": [
29
+ {
30
+ "id": "endpoint",
31
+ "label": "Webhook configuration"
32
+ },
33
+ {
34
+ "id": "activation",
35
+ "label": "Activation"
36
+ },
37
+ {
38
+ "id": "correlation",
39
+ "label": "Correlation",
40
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
41
+ },
42
+ {
43
+ "id": "deduplication",
44
+ "label": "Deduplication",
45
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
46
+ },
47
+ {
48
+ "id": "output",
49
+ "label": "Output mapping"
50
+ }
51
+ ],
52
+ "properties": [
53
+ {
54
+ "value": "io.camunda:slack-webhook:1",
55
+ "binding": {
56
+ "name": "inbound.type",
57
+ "type": "zeebe:property"
58
+ },
59
+ "type": "Hidden"
60
+ },
61
+ {
62
+ "id": "inbound.context",
63
+ "label": "Webhook ID",
64
+ "description": "The webhook ID is a part of the URL endpoint",
65
+ "optional": false,
66
+ "constraints": {
67
+ "notEmpty": true
68
+ },
69
+ "group": "endpoint",
70
+ "binding": {
71
+ "name": "inbound.context",
72
+ "type": "zeebe:property"
73
+ },
74
+ "type": "String"
75
+ },
76
+ {
77
+ "id": "inbound.slackSigningSecret",
78
+ "label": "Slack signing secret",
79
+ "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",
80
+ "optional": false,
81
+ "constraints": {
82
+ "notEmpty": true
83
+ },
84
+ "group": "endpoint",
85
+ "binding": {
86
+ "name": "inbound.slackSigningSecret",
87
+ "type": "zeebe:property"
88
+ },
89
+ "type": "String"
90
+ },
91
+ {
92
+ "id": "inbound.verificationExpression",
93
+ "label": "Verification expression",
94
+ "optional": true,
95
+ "value": "=if (body.type != null and body.type = \"url_verification\") then {body:{\"challenge\":body.challenge}, statusCode: 200} else null",
96
+ "group": "endpoint",
97
+ "binding": {
98
+ "name": "inbound.verificationExpression",
99
+ "type": "zeebe:property"
100
+ },
101
+ "type": "Hidden"
102
+ },
103
+ {
104
+ "id": "activationCondition",
105
+ "label": "Activation condition",
106
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
107
+ "optional": true,
108
+ "feel": "required",
109
+ "group": "activation",
110
+ "binding": {
111
+ "name": "activationCondition",
112
+ "type": "zeebe:property"
113
+ },
114
+ "type": "String"
115
+ },
116
+ {
117
+ "id": "consumeUnmatchedEvents",
118
+ "label": "Consume unmatched events",
119
+ "value": true,
120
+ "group": "activation",
121
+ "binding": {
122
+ "name": "consumeUnmatchedEvents",
123
+ "type": "zeebe:property"
124
+ },
125
+ "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",
126
+ "type": "Boolean"
127
+ },
128
+ {
129
+ "id": "correlationKeyProcess",
130
+ "label": "Correlation key (process)",
131
+ "description": "Sets up the correlation key from process variables",
132
+ "constraints": {
133
+ "notEmpty": true
134
+ },
135
+ "feel": "required",
136
+ "group": "correlation",
137
+ "binding": {
138
+ "name": "correlationKey",
139
+ "type": "bpmn:Message#zeebe:subscription#property"
140
+ },
141
+ "type": "String"
142
+ },
143
+ {
144
+ "id": "correlationKeyPayload",
145
+ "label": "Correlation key (payload)",
146
+ "description": "Extracts the correlation key from the incoming message payload",
147
+ "constraints": {
148
+ "notEmpty": true
149
+ },
150
+ "feel": "required",
151
+ "group": "correlation",
152
+ "binding": {
153
+ "name": "correlationKeyExpression",
154
+ "type": "zeebe:property"
155
+ },
156
+ "type": "String"
157
+ },
158
+ {
159
+ "id": "messageIdExpression",
160
+ "label": "Message ID expression",
161
+ "description": "Expression to extract unique identifier of a message",
162
+ "optional": true,
163
+ "feel": "required",
164
+ "group": "correlation",
165
+ "binding": {
166
+ "name": "messageIdExpression",
167
+ "type": "zeebe:property"
168
+ },
169
+ "type": "String"
170
+ },
171
+ {
172
+ "id": "messageTtl",
173
+ "label": "Message TTL",
174
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
175
+ "optional": true,
176
+ "constraints": {
177
+ "notEmpty": false,
178
+ "pattern": {
179
+ "value": "^(PT.*|)$",
180
+ "message": "must be an ISO-8601 duration"
181
+ }
182
+ },
183
+ "feel": "optional",
184
+ "group": "correlation",
185
+ "binding": {
186
+ "name": "messageTtl",
187
+ "type": "zeebe:property"
188
+ },
189
+ "type": "String"
190
+ },
191
+ {
192
+ "id": "messageNameUuid",
193
+ "label": "Message name",
194
+ "generatedValue": {
195
+ "type": "uuid"
196
+ },
197
+ "feel": "optional",
198
+ "group": "correlation",
199
+ "binding": {
200
+ "name": "name",
201
+ "type": "bpmn:Message#property"
202
+ },
203
+ "tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
204
+ "type": "String"
205
+ },
206
+ {
207
+ "id": "deduplicationModeManualFlag",
208
+ "label": "Manual mode",
209
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
210
+ "value": false,
211
+ "group": "deduplication",
212
+ "binding": {
213
+ "name": "deduplicationModeManualFlag",
214
+ "type": "zeebe:property"
215
+ },
216
+ "type": "Boolean"
217
+ },
218
+ {
219
+ "id": "deduplicationId",
220
+ "label": "Deduplication ID",
221
+ "constraints": {
222
+ "notEmpty": true,
223
+ "pattern": {
224
+ "value": "^[a-zA-Z0-9_-]+$",
225
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
226
+ }
227
+ },
228
+ "group": "deduplication",
229
+ "binding": {
230
+ "name": "deduplicationId",
231
+ "type": "zeebe:property"
232
+ },
233
+ "condition": {
234
+ "property": "deduplicationModeManualFlag",
235
+ "equals": true,
236
+ "type": "simple"
237
+ },
238
+ "type": "String"
239
+ },
240
+ {
241
+ "id": "deduplicationModeManual",
242
+ "value": "MANUAL",
243
+ "group": "deduplication",
244
+ "binding": {
245
+ "name": "deduplicationMode",
246
+ "type": "zeebe:property"
247
+ },
248
+ "condition": {
249
+ "property": "deduplicationId",
250
+ "isActive": true,
251
+ "type": "simple"
252
+ },
253
+ "type": "Hidden"
254
+ },
255
+ {
256
+ "id": "deduplicationModeAuto",
257
+ "value": "AUTO",
258
+ "group": "deduplication",
259
+ "binding": {
260
+ "name": "deduplicationMode",
261
+ "type": "zeebe:property"
262
+ },
263
+ "condition": {
264
+ "property": "deduplicationId",
265
+ "isActive": false,
266
+ "type": "simple"
267
+ },
268
+ "type": "Hidden"
269
+ },
270
+ {
271
+ "id": "resultVariable",
272
+ "label": "Result variable",
273
+ "description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
274
+ "group": "output",
275
+ "binding": {
276
+ "name": "resultVariable",
277
+ "type": "zeebe:property"
278
+ },
279
+ "type": "String"
280
+ },
281
+ {
282
+ "id": "resultExpression",
283
+ "label": "Result expression",
284
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
285
+ "value": "{\n myRequestBody: request.body\n // Use FEEL to extract values, e.g.,:\n // myUserId: request.body.event.user\n}",
286
+ "feel": "required",
287
+ "group": "output",
288
+ "binding": {
289
+ "name": "resultExpression",
290
+ "type": "zeebe:property"
291
+ },
292
+ "type": "Text"
293
+ }
294
+ ],
295
+ "icon": {
296
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI3IiBoZWlnaHQ9IjEyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjcuMiA4MGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjJDNi43IDkzLjIuOCA4Ny4zLjggODBjMC03LjMgNS45LTEzLjIgMTMuMi0xMy4yaDEzLjJWODB6bTYuNiAwYzAtNy4zIDUuOS0xMy4yIDEzLjItMTMuMiA3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzNjMCA3LjMtNS45IDEzLjItMTMuMiAxMy4yLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMlY4MHoiIGZpbGw9IiNFMDFFNUEiLz4KICA8cGF0aCBkPSJNNDcgMjdjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMkMzMy44IDYuNSAzOS43LjYgNDcgLjZjNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yVjI3SDQ3em0wIDYuN2M3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDEzLjlDNi42IDYwLjEuNyA1NC4yLjcgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJINDd6IiBmaWxsPSIjMzZDNUYwIi8+CiAgPHBhdGggZD0iTTk5LjkgNDYuOWMwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjIgNy4zIDAgMTMuMiA1LjkgMTMuMiAxMy4yIDAgNy4zLTUuOSAxMy4yLTEzLjIgMTMuMkg5OS45VjQ2Ljl6bS02LjYgMGMwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjEzLjhDNjYuOSA2LjUgNzIuOC42IDgwLjEuNmM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjJ2MzMuMXoiIGZpbGw9IiMyRUI2N0QiLz4KICA8cGF0aCBkPSJNODAuMSA5OS44YzcuMyAwIDEzLjIgNS45IDEzLjIgMTMuMiAwIDcuMy01LjkgMTMuMi0xMy4yIDEzLjItNy4zIDAtMTMuMi01LjktMTMuMi0xMy4yVjk5LjhoMTMuMnptMC02LjZjLTcuMyAwLTEzLjItNS45LTEzLjItMTMuMiAwLTcuMyA1LjktMTMuMiAxMy4yLTEzLjJoMzMuMWM3LjMgMCAxMy4yIDUuOSAxMy4yIDEzLjIgMCA3LjMtNS45IDEzLjItMTMuMiAxMy4ySDgwLjF6IiBmaWxsPSIjRUNCMjJFIi8+Cjwvc3ZnPgo="
297
+ }
298
+ },
2
299
  {
3
300
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
301
  "name": "Slack Webhook Receive Task Connector",