@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,4 +1,307 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Twilio Message Start Event Connector",
5
+ "id": "io.camunda.connectors.TwilioWebhookMessageStart.v1",
6
+ "version": 3,
7
+ "engines": {
8
+ "camunda": "^8.4"
9
+ },
10
+ "description": "Receive incoming message with Twilio service",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
20
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
21
+ "category": {
22
+ "id": "connectors",
23
+ "name": "Connectors"
24
+ },
25
+ "appliesTo": ["bpmn:StartEvent"],
26
+ "elementType": {
27
+ "value": "bpmn:StartEvent",
28
+ "eventDefinition": "bpmn:MessageEventDefinition"
29
+ },
30
+ "groups": [
31
+ {
32
+ "id": "endpoint",
33
+ "label": "Webhook configuration"
34
+ },
35
+ {
36
+ "id": "activation",
37
+ "label": "Activation"
38
+ },
39
+ {
40
+ "id": "correlation",
41
+ "label": "Subprocess correlation"
42
+ },
43
+ {
44
+ "id": "variable-mapping",
45
+ "label": "Variable mapping"
46
+ }
47
+ ],
48
+ "properties": [
49
+ {
50
+ "type": "Hidden",
51
+ "value": "io.camunda:webhook:1",
52
+ "binding": {
53
+ "type": "zeebe:property",
54
+ "name": "inbound.type"
55
+ }
56
+ },
57
+ {
58
+ "type": "Hidden",
59
+ "generatedValue": {
60
+ "type": "uuid"
61
+ },
62
+ "binding": {
63
+ "type": "bpmn:Message#property",
64
+ "name": "name"
65
+ }
66
+ },
67
+ {
68
+ "id": "webhookMethod",
69
+ "label": "Webhook method",
70
+ "group": "endpoint",
71
+ "description": "Select HTTP method",
72
+ "value": "any",
73
+ "type": "Dropdown",
74
+ "choices": [
75
+ {
76
+ "name": "Any",
77
+ "value": "any"
78
+ },
79
+ {
80
+ "name": "Get",
81
+ "value": "get"
82
+ },
83
+ {
84
+ "name": "Post",
85
+ "value": "post"
86
+ }
87
+ ],
88
+ "binding": {
89
+ "type": "zeebe:property",
90
+ "name": "inbound.method"
91
+ }
92
+ },
93
+ {
94
+ "label": "Webhook ID",
95
+ "type": "String",
96
+ "group": "endpoint",
97
+ "binding": {
98
+ "type": "zeebe:property",
99
+ "name": "inbound.context"
100
+ },
101
+ "description": "The webhook ID is a part of the URL",
102
+ "constraints": {
103
+ "notEmpty": true
104
+ }
105
+ },
106
+ {
107
+ "type": "Hidden",
108
+ "value": "ConfigurableInboundWebhook",
109
+ "binding": {
110
+ "type": "zeebe:property",
111
+ "name": "inbound.subtype"
112
+ }
113
+ },
114
+ {
115
+ "id": "shouldValidateHmac",
116
+ "label": "HMAC authentication",
117
+ "group": "endpoint",
118
+ "description": "Choose whether HMAC verification is enabled. <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> and <a href='https://docs.camunda.io/docs/components/connectors/protocol/http-webhook/#example' target='_blank'>example</a> that explains how to use HMAC-related fields",
119
+ "value": "disabled",
120
+ "type": "Dropdown",
121
+ "choices": [
122
+ {
123
+ "name": "Enabled",
124
+ "value": "enabled"
125
+ },
126
+ {
127
+ "name": "Disabled",
128
+ "value": "disabled"
129
+ }
130
+ ],
131
+ "binding": {
132
+ "type": "zeebe:property",
133
+ "name": "inbound.shouldValidateHmac"
134
+ }
135
+ },
136
+ {
137
+ "type": "Hidden",
138
+ "value": "=[\"url\",\"body\",\"parameters\"]",
139
+ "binding": {
140
+ "type": "zeebe:property",
141
+ "name": "inbound.hmacScopes"
142
+ },
143
+ "condition": {
144
+ "property": "shouldValidateHmac",
145
+ "equals": "enabled"
146
+ }
147
+ },
148
+ {
149
+ "label": "HMAC secret key",
150
+ "description": "Shared secret key",
151
+ "type": "String",
152
+ "group": "endpoint",
153
+ "optional": true,
154
+ "binding": {
155
+ "type": "zeebe:property",
156
+ "name": "inbound.hmacSecret"
157
+ },
158
+ "condition": {
159
+ "property": "shouldValidateHmac",
160
+ "equals": "enabled"
161
+ }
162
+ },
163
+ {
164
+ "type": "Hidden",
165
+ "value": "x-twilio-signature",
166
+ "binding": {
167
+ "type": "zeebe:property",
168
+ "name": "inbound.hmacHeader"
169
+ },
170
+ "condition": {
171
+ "property": "shouldValidateHmac",
172
+ "equals": "enabled"
173
+ }
174
+ },
175
+ {
176
+ "value": "sha_1",
177
+ "type": "Hidden",
178
+ "binding": {
179
+ "type": "zeebe:property",
180
+ "name": "inbound.hmacAlgorithm"
181
+ },
182
+ "condition": {
183
+ "property": "shouldValidateHmac",
184
+ "equals": "enabled"
185
+ }
186
+ },
187
+ {
188
+ "type": "Hidden",
189
+ "group": "endpoint",
190
+ "binding": {
191
+ "type": "zeebe:property",
192
+ "name": "inbound.context"
193
+ }
194
+ },
195
+ {
196
+ "label": "Message ID expression",
197
+ "feel": "required",
198
+ "type": "String",
199
+ "optional": true,
200
+ "group": "activation",
201
+ "binding": {
202
+ "type": "zeebe:property",
203
+ "name": "messageIdExpression"
204
+ },
205
+ "description": "Expression to extract unique identifier of a message"
206
+ },
207
+ {
208
+ "label": "Condition",
209
+ "type": "String",
210
+ "group": "activation",
211
+ "feel": "required",
212
+ "optional": true,
213
+ "binding": {
214
+ "type": "zeebe:property",
215
+ "name": "activationCondition"
216
+ },
217
+ "description": "Condition under which the connector triggers. Leave empty to catch all events."
218
+ },
219
+ {
220
+ "label": "Correlation required",
221
+ "description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
222
+ "id": "correlationRequired",
223
+ "group": "correlation",
224
+ "type": "Dropdown",
225
+ "value": "notRequired",
226
+ "choices": [
227
+ {
228
+ "name": "Correlation not required",
229
+ "value": "notRequired"
230
+ },
231
+ {
232
+ "name": "Correlation required",
233
+ "value": "required"
234
+ }
235
+ ],
236
+ "binding": {
237
+ "type": "zeebe:property",
238
+ "name": "correlationRequired"
239
+ }
240
+ },
241
+ {
242
+ "label": "Correlation key (process)",
243
+ "type": "String",
244
+ "group": "correlation",
245
+ "feel": "required",
246
+ "description": "Sets up the correlation key from process variables",
247
+ "binding": {
248
+ "type": "bpmn:Message#zeebe:subscription#property",
249
+ "name": "correlationKey"
250
+ },
251
+ "constraints": {
252
+ "notEmpty": true
253
+ },
254
+ "condition": {
255
+ "property": "correlationRequired",
256
+ "equals": "required"
257
+ }
258
+ },
259
+ {
260
+ "label": "Correlation key (payload)",
261
+ "type": "String",
262
+ "group": "correlation",
263
+ "feel": "required",
264
+ "binding": {
265
+ "type": "zeebe:property",
266
+ "name": "correlationKeyExpression"
267
+ },
268
+ "description": "Extracts the correlation key from the incoming message payload",
269
+ "constraints": {
270
+ "notEmpty": true
271
+ },
272
+ "condition": {
273
+ "property": "correlationRequired",
274
+ "equals": "required"
275
+ }
276
+ },
277
+ {
278
+ "label": "Result variable",
279
+ "type": "String",
280
+ "group": "variable-mapping",
281
+ "optional": true,
282
+ "binding": {
283
+ "type": "zeebe:property",
284
+ "name": "resultVariable"
285
+ },
286
+ "description": "Name of variable to store the result of the connector in"
287
+ },
288
+ {
289
+ "label": "Result expression",
290
+ "type": "String",
291
+ "group": "variable-mapping",
292
+ "feel": "required",
293
+ "optional": true,
294
+ "binding": {
295
+ "type": "zeebe:property",
296
+ "name": "resultExpression"
297
+ },
298
+ "description": "Expression to map the inbound payload to process variables"
299
+ }
300
+ ],
301
+ "icon": {
302
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256' id='twilio'%3E%3Cg fill='%23CF272D'%3E%3Cpath d='M127.86 222.304c-52.005 0-94.164-42.159-94.164-94.163 0-52.005 42.159-94.163 94.164-94.163 52.004 0 94.162 42.158 94.162 94.163 0 52.004-42.158 94.163-94.162 94.163zm0-222.023C57.245.281 0 57.527 0 128.141 0 198.756 57.245 256 127.86 256c70.614 0 127.859-57.244 127.859-127.859 0-70.614-57.245-127.86-127.86-127.86z'%3E%3C/path%3E%3Cpath d='M133.116 96.297c0-14.682 11.903-26.585 26.586-26.585 14.683 0 26.585 11.903 26.585 26.585 0 14.684-11.902 26.586-26.585 26.586-14.683 0-26.586-11.902-26.586-26.586M133.116 159.983c0-14.682 11.903-26.586 26.586-26.586 14.683 0 26.585 11.904 26.585 26.586 0 14.683-11.902 26.586-26.585 26.586-14.683 0-26.586-11.903-26.586-26.586M69.431 159.983c0-14.682 11.904-26.586 26.586-26.586 14.683 0 26.586 11.904 26.586 26.586 0 14.683-11.903 26.586-26.586 26.586-14.682 0-26.586-11.903-26.586-26.586M69.431 96.298c0-14.683 11.904-26.585 26.586-26.585 14.683 0 26.586 11.902 26.586 26.585 0 14.684-11.903 26.586-26.586 26.586-14.682 0-26.586-11.902-26.586-26.586'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
303
+ }
304
+ },
2
305
  {
3
306
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
307
  "name": "Twilio Message Start Event Connector",
@@ -302,6 +605,15 @@
302
605
  "camunda": "^8.4"
303
606
  },
304
607
  "description": "Receive incoming message with Twilio service",
608
+ "keywords": [
609
+ "SMS received",
610
+ "receive SMS",
611
+ "incoming SMS",
612
+ "phone event",
613
+ "text message received",
614
+ "webhook",
615
+ "inbound message"
616
+ ],
305
617
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
306
618
  "category": {
307
619
  "id": "connectors",
@@ -2,12 +2,21 @@
2
2
  {
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Twilio Receive Task Connector",
5
- "id": "io.camunda.connectors.Twilio.Webhook.Intermediate.v1",
6
- "version": 4,
5
+ "id": "io.camunda.connectors.Twilio.Webhook.Receive.v1",
6
+ "version": 1,
7
7
  "engines": {
8
8
  "camunda": "^8.3"
9
9
  },
10
10
  "description": "Receive incoming message with Twilio service",
11
+ "keywords": [
12
+ "SMS received",
13
+ "receive SMS",
14
+ "incoming SMS",
15
+ "phone event",
16
+ "text message received",
17
+ "webhook",
18
+ "inbound message"
19
+ ],
11
20
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/twilio/?twilio=inbound",
12
21
  "category": {
13
22
  "id": "connectors",