@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,875 @@
1
1
  [
2
+ {
3
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
+ "name": "Microsoft Office 365 Mail Connector",
5
+ "id": "io.camunda.connectors.MSFT.O365.Mail.v1",
6
+ "description": "Work with Office 365 Mail via your BPMN process",
7
+ "keywords": [
8
+ "get mail folders",
9
+ "create mail folder",
10
+ "list messages",
11
+ "get messages",
12
+ "send email",
13
+ "send on behalf of",
14
+ "read email",
15
+ "inbox",
16
+ "compose email",
17
+ "email notification"
18
+ ],
19
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
20
+ "version": 4,
21
+ "engines": {
22
+ "camunda": "^8.4"
23
+ },
24
+ "category": {
25
+ "id": "connectors",
26
+ "name": "Connectors"
27
+ },
28
+ "appliesTo": ["bpmn:Task"],
29
+ "elementType": {
30
+ "value": "bpmn:ServiceTask"
31
+ },
32
+ "groups": [
33
+ {
34
+ "id": "server",
35
+ "label": "Server"
36
+ },
37
+ {
38
+ "id": "authentication",
39
+ "label": "Authentication"
40
+ },
41
+ {
42
+ "id": "operation",
43
+ "label": "Operation"
44
+ },
45
+ {
46
+ "id": "requestBody",
47
+ "label": "Request"
48
+ },
49
+ {
50
+ "id": "parameters",
51
+ "label": "Parameters"
52
+ },
53
+ {
54
+ "id": "url",
55
+ "label": "URL"
56
+ },
57
+ {
58
+ "id": "connector",
59
+ "label": "Connector"
60
+ },
61
+ {
62
+ "id": "output",
63
+ "label": "Output mapping"
64
+ },
65
+ {
66
+ "id": "error",
67
+ "label": "Error handling"
68
+ },
69
+ {
70
+ "id": "retries",
71
+ "label": "Retries"
72
+ }
73
+ ],
74
+ "properties": [
75
+ {
76
+ "value": "io.camunda:http-json:1",
77
+ "binding": {
78
+ "property": "type",
79
+ "type": "zeebe:taskDefinition"
80
+ },
81
+ "type": "Hidden"
82
+ },
83
+ {
84
+ "id": "baseUrl",
85
+ "value": "https://graph.microsoft.com/v1.0",
86
+ "group": "server",
87
+ "binding": {
88
+ "name": "baseUrl",
89
+ "type": "zeebe:input"
90
+ },
91
+ "type": "Hidden"
92
+ },
93
+ {
94
+ "id": "operationId",
95
+ "value": "users.ListMailFolders",
96
+ "group": "operation",
97
+ "binding": {
98
+ "name": "operationId",
99
+ "type": "zeebe:input"
100
+ },
101
+ "type": "Dropdown",
102
+ "choices": [
103
+ {
104
+ "name": "Get user's folders",
105
+ "value": "users.ListMailFolders"
106
+ },
107
+ {
108
+ "name": "Create mail folder for user",
109
+ "value": "users.CreateMailFolders"
110
+ },
111
+ {
112
+ "name": "Get user's messages",
113
+ "value": "users.ListMessages"
114
+ },
115
+ {
116
+ "name": "Send mail on behalf of user",
117
+ "value": "users.user.sendMail"
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "id": "authentication.type",
123
+ "label": "Type",
124
+ "description": "Authentication type",
125
+ "value": "oauth-client-credentials-flow",
126
+ "group": "authentication",
127
+ "binding": {
128
+ "name": "authentication.type",
129
+ "type": "zeebe:input"
130
+ },
131
+ "type": "Dropdown",
132
+ "choices": [
133
+ {
134
+ "name": "Bearer token",
135
+ "value": "bearer"
136
+ },
137
+ {
138
+ "name": "OAuth 2.0",
139
+ "value": "oauth-client-credentials-flow"
140
+ }
141
+ ]
142
+ },
143
+ {
144
+ "id": "authentication.token",
145
+ "label": "Bearer token",
146
+ "optional": false,
147
+ "constraints": {
148
+ "notEmpty": true
149
+ },
150
+ "feel": "optional",
151
+ "group": "authentication",
152
+ "binding": {
153
+ "name": "authentication.token",
154
+ "type": "zeebe:input"
155
+ },
156
+ "condition": {
157
+ "property": "authentication.type",
158
+ "equals": "bearer",
159
+ "type": "simple"
160
+ },
161
+ "type": "String"
162
+ },
163
+ {
164
+ "id": "authentication.oauthTokenEndpoint",
165
+ "label": "OAuth token endpoint",
166
+ "description": "The OAuth token endpoint",
167
+ "optional": false,
168
+ "constraints": {
169
+ "notEmpty": true
170
+ },
171
+ "feel": "optional",
172
+ "group": "authentication",
173
+ "binding": {
174
+ "name": "authentication.oauthTokenEndpoint",
175
+ "type": "zeebe:input"
176
+ },
177
+ "condition": {
178
+ "property": "authentication.type",
179
+ "equals": "oauth-client-credentials-flow",
180
+ "type": "simple"
181
+ },
182
+ "type": "String"
183
+ },
184
+ {
185
+ "id": "authentication.clientId",
186
+ "label": "Client ID",
187
+ "description": "Your application's client ID from the OAuth client",
188
+ "optional": false,
189
+ "constraints": {
190
+ "notEmpty": true
191
+ },
192
+ "feel": "optional",
193
+ "group": "authentication",
194
+ "binding": {
195
+ "name": "authentication.clientId",
196
+ "type": "zeebe:input"
197
+ },
198
+ "condition": {
199
+ "property": "authentication.type",
200
+ "equals": "oauth-client-credentials-flow",
201
+ "type": "simple"
202
+ },
203
+ "type": "String"
204
+ },
205
+ {
206
+ "id": "authentication.clientSecret",
207
+ "label": "Client secret",
208
+ "description": "Your application's client secret from the OAuth client",
209
+ "optional": false,
210
+ "constraints": {
211
+ "notEmpty": true
212
+ },
213
+ "feel": "optional",
214
+ "group": "authentication",
215
+ "binding": {
216
+ "name": "authentication.clientSecret",
217
+ "type": "zeebe:input"
218
+ },
219
+ "condition": {
220
+ "property": "authentication.type",
221
+ "equals": "oauth-client-credentials-flow",
222
+ "type": "simple"
223
+ },
224
+ "type": "String"
225
+ },
226
+ {
227
+ "id": "authentication.clientAuthentication",
228
+ "optional": false,
229
+ "value": "credentialsBody",
230
+ "group": "authentication",
231
+ "type": "Hidden",
232
+ "binding": {
233
+ "name": "authentication.clientAuthentication",
234
+ "type": "zeebe:input"
235
+ },
236
+ "condition": {
237
+ "property": "authentication.type",
238
+ "equals": "oauth-client-credentials-flow",
239
+ "type": "simple"
240
+ }
241
+ },
242
+ {
243
+ "id": "authentication.scopes",
244
+ "group": "authentication",
245
+ "value": "https://graph.microsoft.com/.default",
246
+ "binding": {
247
+ "name": "authentication.scopes",
248
+ "type": "zeebe:input"
249
+ },
250
+ "condition": {
251
+ "property": "authentication.type",
252
+ "equals": "oauth-client-credentials-flow",
253
+ "type": "simple"
254
+ },
255
+ "type": "Hidden"
256
+ },
257
+ {
258
+ "id": "users.ListMailFolders_user_id",
259
+ "label": "User ID",
260
+ "description": "The unique identifier of user. Can be UUID or email",
261
+ "optional": false,
262
+ "value": "myuser@mycompany.com",
263
+ "constraints": {
264
+ "notEmpty": true
265
+ },
266
+ "feel": "optional",
267
+ "group": "parameters",
268
+ "binding": {
269
+ "name": "user_id",
270
+ "type": "zeebe:input"
271
+ },
272
+ "condition": {
273
+ "property": "operationId",
274
+ "equals": "users.ListMailFolders",
275
+ "type": "simple"
276
+ },
277
+ "type": "String"
278
+ },
279
+ {
280
+ "id": "users.ListMailFolders_odata_path",
281
+ "value": "=\"/users/\"+user_id+\"/mailFolders\"",
282
+ "group": "parameters",
283
+ "binding": {
284
+ "name": "operationPath",
285
+ "type": "zeebe:input"
286
+ },
287
+ "condition": {
288
+ "property": "operationId",
289
+ "equals": "users.ListMailFolders",
290
+ "type": "simple"
291
+ },
292
+ "type": "Hidden"
293
+ },
294
+ {
295
+ "id": "users.ListMailFolders_odata_headers",
296
+ "value": "={}",
297
+ "group": "parameters",
298
+ "binding": {
299
+ "name": "headers",
300
+ "type": "zeebe:input"
301
+ },
302
+ "condition": {
303
+ "property": "operationId",
304
+ "equals": "users.ListMailFolders",
305
+ "type": "simple"
306
+ },
307
+ "type": "Hidden"
308
+ },
309
+ {
310
+ "id": "users.ListMailFolders_odata_queryParameters",
311
+ "label": "Query parameters",
312
+ "description": "Query parameters. Supporting <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
313
+ "group": "parameters",
314
+ "optional": true,
315
+ "feel": "required",
316
+ "binding": {
317
+ "name": "queryParameters",
318
+ "type": "zeebe:input"
319
+ },
320
+ "condition": {
321
+ "property": "operationId",
322
+ "equals": "users.ListMailFolders",
323
+ "type": "simple"
324
+ },
325
+ "type": "Text"
326
+ },
327
+ {
328
+ "id": "users.ListMailFolders_odata_method",
329
+ "value": "GET",
330
+ "group": "parameters",
331
+ "binding": {
332
+ "name": "method",
333
+ "type": "zeebe:input"
334
+ },
335
+ "condition": {
336
+ "property": "operationId",
337
+ "equals": "users.ListMailFolders",
338
+ "type": "simple"
339
+ },
340
+ "type": "Hidden"
341
+ },
342
+ {
343
+ "id": "users.CreateMailFolders_user_id",
344
+ "label": "User ID",
345
+ "description": "The unique identifier of user. Can be UUID or email",
346
+ "optional": false,
347
+ "value": "myuser@mycompany.com",
348
+ "constraints": {
349
+ "notEmpty": true
350
+ },
351
+ "feel": "optional",
352
+ "group": "parameters",
353
+ "binding": {
354
+ "name": "user_id",
355
+ "type": "zeebe:input"
356
+ },
357
+ "condition": {
358
+ "property": "operationId",
359
+ "equals": "users.CreateMailFolders",
360
+ "type": "simple"
361
+ },
362
+ "type": "String"
363
+ },
364
+ {
365
+ "id": "users.CreateMailFolders_folder_name",
366
+ "label": "Folder display name",
367
+ "description": "A folder name to be created",
368
+ "optional": false,
369
+ "value": "",
370
+ "constraints": {
371
+ "notEmpty": true
372
+ },
373
+ "feel": "optional",
374
+ "group": "requestBody",
375
+ "binding": {
376
+ "name": "CreateMailFolders_folder_name",
377
+ "type": "zeebe:input"
378
+ },
379
+ "condition": {
380
+ "property": "operationId",
381
+ "equals": "users.CreateMailFolders",
382
+ "type": "simple"
383
+ },
384
+ "type": "String"
385
+ },
386
+ {
387
+ "id": "users.CreateMailFolders_odata_path",
388
+ "value": "=\"/users/\"+user_id+\"/mailFolders\"",
389
+ "group": "parameters",
390
+ "binding": {
391
+ "name": "operationPath",
392
+ "type": "zeebe:input"
393
+ },
394
+ "condition": {
395
+ "property": "operationId",
396
+ "equals": "users.CreateMailFolders",
397
+ "type": "simple"
398
+ },
399
+ "type": "Hidden"
400
+ },
401
+ {
402
+ "id": "users.CreateMailFolders_odata_headers",
403
+ "value": "={}",
404
+ "group": "parameters",
405
+ "binding": {
406
+ "name": "headers",
407
+ "type": "zeebe:input"
408
+ },
409
+ "condition": {
410
+ "property": "operationId",
411
+ "equals": "users.CreateMailFolders",
412
+ "type": "simple"
413
+ },
414
+ "type": "Hidden"
415
+ },
416
+ {
417
+ "id": "users.CreateMailFolders_odata_queryParameters",
418
+ "value": "={}",
419
+ "group": "parameters",
420
+ "binding": {
421
+ "name": "queryParameters",
422
+ "type": "zeebe:input"
423
+ },
424
+ "condition": {
425
+ "property": "operationId",
426
+ "equals": "users.CreateMailFolders",
427
+ "type": "simple"
428
+ },
429
+ "type": "Hidden"
430
+ },
431
+ {
432
+ "id": "users.CreateMailFolders_odata_method",
433
+ "value": "POST",
434
+ "group": "parameters",
435
+ "binding": {
436
+ "name": "method",
437
+ "type": "zeebe:input"
438
+ },
439
+ "condition": {
440
+ "property": "operationId",
441
+ "equals": "users.CreateMailFolders",
442
+ "type": "simple"
443
+ },
444
+ "type": "Hidden"
445
+ },
446
+ {
447
+ "id": "users.ListMessages_user_id",
448
+ "label": "User ID",
449
+ "description": "The unique identifier of user. Can be UUID or email",
450
+ "optional": false,
451
+ "value": "myuser@mycompany.com",
452
+ "constraints": {
453
+ "notEmpty": true
454
+ },
455
+ "feel": "optional",
456
+ "group": "parameters",
457
+ "binding": {
458
+ "name": "user_id",
459
+ "type": "zeebe:input"
460
+ },
461
+ "condition": {
462
+ "property": "operationId",
463
+ "equals": "users.ListMessages",
464
+ "type": "simple"
465
+ },
466
+ "type": "String"
467
+ },
468
+ {
469
+ "id": "users.ListMessages_odata_path",
470
+ "value": "=\"/users/\"+user_id+\"/messages\"",
471
+ "group": "parameters",
472
+ "binding": {
473
+ "name": "operationPath",
474
+ "type": "zeebe:input"
475
+ },
476
+ "condition": {
477
+ "property": "operationId",
478
+ "equals": "users.ListMessages",
479
+ "type": "simple"
480
+ },
481
+ "type": "Hidden"
482
+ },
483
+ {
484
+ "id": "users.ListMessages_odata_headers",
485
+ "value": "={}",
486
+ "group": "parameters",
487
+ "binding": {
488
+ "name": "headers",
489
+ "type": "zeebe:input"
490
+ },
491
+ "condition": {
492
+ "property": "operationId",
493
+ "equals": "users.ListMessages",
494
+ "type": "simple"
495
+ },
496
+ "type": "Hidden"
497
+ },
498
+ {
499
+ "id": "users.ListMessages_odata_queryParameters",
500
+ "label": "Query parameters",
501
+ "description": "Query parameters. Supporting <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
502
+ "group": "parameters",
503
+ "optional": true,
504
+ "feel": "required",
505
+ "binding": {
506
+ "name": "queryParameters",
507
+ "type": "zeebe:input"
508
+ },
509
+ "condition": {
510
+ "property": "operationId",
511
+ "equals": "users.ListMessages",
512
+ "type": "simple"
513
+ },
514
+ "type": "Text"
515
+ },
516
+ {
517
+ "id": "users.ListMessages_odata_method",
518
+ "value": "GET",
519
+ "group": "parameters",
520
+ "binding": {
521
+ "name": "method",
522
+ "type": "zeebe:input"
523
+ },
524
+ "condition": {
525
+ "property": "operationId",
526
+ "equals": "users.ListMessages",
527
+ "type": "simple"
528
+ },
529
+ "type": "Hidden"
530
+ },
531
+ {
532
+ "id": "users.user.sendMail_user_id",
533
+ "label": "User ID",
534
+ "description": "The unique identifier of user. Can be UUID or email",
535
+ "optional": false,
536
+ "value": "myuser@mycompany.com",
537
+ "constraints": {
538
+ "notEmpty": true
539
+ },
540
+ "feel": "optional",
541
+ "group": "parameters",
542
+ "binding": {
543
+ "name": "user_id",
544
+ "type": "zeebe:input"
545
+ },
546
+ "condition": {
547
+ "property": "operationId",
548
+ "equals": "users.user.sendMail",
549
+ "type": "simple"
550
+ },
551
+ "type": "String"
552
+ },
553
+ {
554
+ "id": "users.user.sendMail_subject",
555
+ "label": "Subject",
556
+ "description": "Mail subject",
557
+ "optional": false,
558
+ "constraints": {
559
+ "notEmpty": true
560
+ },
561
+ "feel": "optional",
562
+ "group": "requestBody",
563
+ "binding": {
564
+ "name": "sendMail_subject",
565
+ "type": "zeebe:input"
566
+ },
567
+ "condition": {
568
+ "property": "operationId",
569
+ "equals": "users.user.sendMail",
570
+ "type": "simple"
571
+ },
572
+ "type": "String"
573
+ },
574
+ {
575
+ "id": "users.user.sendMail_body_content_type",
576
+ "label": "Body content type",
577
+ "group": "requestBody",
578
+ "value": "text",
579
+ "binding": {
580
+ "name": "sendMail_body_content_type",
581
+ "type": "zeebe:input"
582
+ },
583
+ "condition": {
584
+ "property": "operationId",
585
+ "equals": "users.user.sendMail",
586
+ "type": "simple"
587
+ },
588
+ "type": "Dropdown",
589
+ "choices": [
590
+ {
591
+ "name": "Text",
592
+ "value": "text"
593
+ },
594
+ {
595
+ "name": "HTML",
596
+ "value": "html"
597
+ }
598
+ ]
599
+ },
600
+ {
601
+ "id": "users.user.sendMail_body_content",
602
+ "label": "Body content",
603
+ "description": "Mail body content",
604
+ "optional": false,
605
+ "constraints": {
606
+ "notEmpty": true
607
+ },
608
+ "feel": "optional",
609
+ "group": "requestBody",
610
+ "binding": {
611
+ "name": "sendMail_body_content",
612
+ "type": "zeebe:input"
613
+ },
614
+ "condition": {
615
+ "property": "operationId",
616
+ "equals": "users.user.sendMail",
617
+ "type": "simple"
618
+ },
619
+ "type": "Text"
620
+ },
621
+ {
622
+ "id": "users.user.sendMail_attachments",
623
+ "label": "Attachments",
624
+ "description": "Attachments. Must be an array of document objects or an empty array",
625
+ "optional": false,
626
+ "constraints": {
627
+ "notEmpty": true
628
+ },
629
+ "value": "=[]",
630
+ "feel": "required",
631
+ "group": "requestBody",
632
+ "binding": {
633
+ "name": "sendMail_attachments",
634
+ "type": "zeebe:input"
635
+ },
636
+ "condition": {
637
+ "property": "operationId",
638
+ "equals": "users.user.sendMail",
639
+ "type": "simple"
640
+ },
641
+ "type": "String"
642
+ },
643
+ {
644
+ "id": "users.user.sendMail_to_recipients",
645
+ "label": "To recipients",
646
+ "description": "Target recipients. Must be an array of emails",
647
+ "optional": false,
648
+ "value": "=[\"myuser@mycompany.com\"]",
649
+ "constraints": {
650
+ "notEmpty": true
651
+ },
652
+ "feel": "required",
653
+ "group": "requestBody",
654
+ "binding": {
655
+ "name": "sendMail_to_recipients",
656
+ "type": "zeebe:input"
657
+ },
658
+ "condition": {
659
+ "property": "operationId",
660
+ "equals": "users.user.sendMail",
661
+ "type": "simple"
662
+ },
663
+ "type": "String"
664
+ },
665
+ {
666
+ "id": "users.user.sendMail_cc_recipients",
667
+ "label": "CC recipients",
668
+ "description": "Copy recipients. Must be an array of emails",
669
+ "optional": true,
670
+ "value": "=[\"myuser@mycompany.com\"]",
671
+ "feel": "required",
672
+ "group": "requestBody",
673
+ "binding": {
674
+ "name": "sendMail_cc_recipients",
675
+ "type": "zeebe:input"
676
+ },
677
+ "condition": {
678
+ "property": "operationId",
679
+ "equals": "users.user.sendMail",
680
+ "type": "simple"
681
+ },
682
+ "type": "String"
683
+ },
684
+ {
685
+ "id": "users.user.sendMail_odata_path",
686
+ "value": "=\"/users/\"+user_id+\"/sendMail\"",
687
+ "group": "parameters",
688
+ "binding": {
689
+ "name": "operationPath",
690
+ "type": "zeebe:input"
691
+ },
692
+ "condition": {
693
+ "property": "operationId",
694
+ "equals": "users.user.sendMail",
695
+ "type": "simple"
696
+ },
697
+ "type": "Hidden"
698
+ },
699
+ {
700
+ "id": "users.user.sendMail_odata_headers",
701
+ "value": "={}",
702
+ "group": "parameters",
703
+ "binding": {
704
+ "name": "headers",
705
+ "type": "zeebe:input"
706
+ },
707
+ "condition": {
708
+ "property": "operationId",
709
+ "equals": "users.user.sendMail",
710
+ "type": "simple"
711
+ },
712
+ "type": "Hidden"
713
+ },
714
+ {
715
+ "id": "users.user.sendMail_odata_queryParameters",
716
+ "value": "={}",
717
+ "group": "parameters",
718
+ "binding": {
719
+ "name": "queryParameters",
720
+ "type": "zeebe:input"
721
+ },
722
+ "condition": {
723
+ "property": "operationId",
724
+ "equals": "users.user.sendMail",
725
+ "type": "simple"
726
+ },
727
+ "type": "Hidden"
728
+ },
729
+ {
730
+ "id": "users.user.sendMail_odata_method",
731
+ "value": "POST",
732
+ "group": "parameters",
733
+ "binding": {
734
+ "name": "method",
735
+ "type": "zeebe:input"
736
+ },
737
+ "condition": {
738
+ "property": "operationId",
739
+ "equals": "users.user.sendMail",
740
+ "type": "simple"
741
+ },
742
+ "type": "Hidden"
743
+ },
744
+ {
745
+ "id": "users.CreateMailFolders_body",
746
+ "value": "={\"displayName\": CreateMailFolders_folder_name, \"isHidden\": false}",
747
+ "binding": {
748
+ "name": "body",
749
+ "type": "zeebe:input"
750
+ },
751
+ "condition": {
752
+ "property": "operationId",
753
+ "equals": "users.CreateMailFolders",
754
+ "type": "simple"
755
+ },
756
+ "type": "Hidden"
757
+ },
758
+ {
759
+ "id": "users.user.sendMail_body",
760
+ "value": "={\"message\":{\"subject\":sendMail_subject,\"body\":{\"contentType\":sendMail_body_content_type,\"content\":sendMail_body_content},\"toRecipients\": for currentEmail in sendMail_to_recipients return {\"emailAddress\":{\"address\":currentEmail}},\"ccRecipients\": if sendMail_cc_recipients != null then for currentEmailCC in sendMail_cc_recipients return {\"emailAddress\":{\"address\":currentEmailCC}} else null,\"attachments\": if sendMail_attachments != null then for document in sendMail_attachments return {\"@odata.type\":\"#microsoft.graph.fileAttachment\",\"name\":document.metadata.fileName,\"contentType\":document.metadata.contentType,\"contentBytes\":{\"camunda.function.type\":\"base64\",\"params\":[document]}} else null},\"saveToSentItems\":\"false\"}",
761
+ "group": "requestBody",
762
+ "binding": {
763
+ "name": "body",
764
+ "type": "zeebe:input"
765
+ },
766
+ "condition": {
767
+ "property": "operationId",
768
+ "equals": "users.user.sendMail",
769
+ "type": "simple"
770
+ },
771
+ "type": "Hidden"
772
+ },
773
+ {
774
+ "id": "url",
775
+ "value": "= baseUrl + operationPath",
776
+ "group": "url",
777
+ "binding": {
778
+ "name": "url",
779
+ "type": "zeebe:input"
780
+ },
781
+ "type": "Hidden"
782
+ },
783
+ {
784
+ "id": "resultVariable",
785
+ "label": "Result variable",
786
+ "description": "Name of variable to store the response in",
787
+ "group": "output",
788
+ "binding": {
789
+ "key": "resultVariable",
790
+ "type": "zeebe:taskHeader"
791
+ },
792
+ "type": "String"
793
+ },
794
+ {
795
+ "id": "resultExpression",
796
+ "label": "Result expression",
797
+ "description": "Expression to map the response into process variables",
798
+ "feel": "required",
799
+ "group": "output",
800
+ "binding": {
801
+ "key": "resultExpression",
802
+ "type": "zeebe:taskHeader"
803
+ },
804
+ "type": "Text"
805
+ },
806
+ {
807
+ "id": "errorExpression",
808
+ "label": "Error expression",
809
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
810
+ "feel": "required",
811
+ "group": "error",
812
+ "binding": {
813
+ "key": "errorExpression",
814
+ "type": "zeebe:taskHeader"
815
+ },
816
+ "type": "Text"
817
+ },
818
+ {
819
+ "id": "retryCount",
820
+ "label": "Retries",
821
+ "description": "Number of retries",
822
+ "value": "3",
823
+ "feel": "optional",
824
+ "group": "retries",
825
+ "binding": {
826
+ "property": "retries",
827
+ "type": "zeebe:taskDefinition"
828
+ },
829
+ "type": "String"
830
+ },
831
+ {
832
+ "id": "retryBackoff",
833
+ "label": "Retry backoff",
834
+ "description": "ISO-8601 duration to wait between retries",
835
+ "value": "PT0S",
836
+ "feel": "optional",
837
+ "group": "retries",
838
+ "binding": {
839
+ "key": "retryBackoff",
840
+ "type": "zeebe:taskHeader"
841
+ },
842
+ "type": "String"
843
+ },
844
+ {
845
+ "id": "version",
846
+ "label": "Version",
847
+ "description": "Version of the element template",
848
+ "value": "3",
849
+ "group": "connector",
850
+ "binding": {
851
+ "key": "elementTemplateVersion",
852
+ "type": "zeebe:taskHeader"
853
+ },
854
+ "type": "Hidden"
855
+ },
856
+ {
857
+ "id": "id",
858
+ "label": "ID",
859
+ "description": "ID of the element template",
860
+ "value": "io.camunda.connectors.MSFT.O365.Mail.v1",
861
+ "group": "connector",
862
+ "binding": {
863
+ "key": "elementTemplateId",
864
+ "type": "zeebe:taskHeader"
865
+ },
866
+ "type": "Hidden"
867
+ }
868
+ ],
869
+ "icon": {
870
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='-274.66275 -425.834 2380.4105 2555.004'%3E%3Cpath d='M1831.083 894.25a40.879 40.879 0 00-19.503-35.131h-.213l-.767-.426-634.492-375.585a86.175 86.175 0 00-8.517-5.067 85.17 85.17 0 00-78.098 0 86.37 86.37 0 00-8.517 5.067l-634.49 375.585-.766.426c-19.392 12.059-25.337 37.556-13.278 56.948a41.346 41.346 0 0014.257 13.868l634.492 375.585a95.617 95.617 0 008.517 5.068 85.17 85.17 0 0078.098 0 95.52 95.52 0 008.517-5.068l634.492-375.585a40.84 40.84 0 0020.268-35.685z' fill='%230A2767'/%3E%3Cpath d='M520.453 643.477h416.38v381.674h-416.38zM1745.917 255.5V80.908c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552 1.046 510 37.256 511 80.908V255.5l638.75 170.333z' fill='%230364B8'/%3E%3Cpath d='M511 255.5h425.833v383.25H511z' fill='%230078D4'/%3E%3Cpath d='M1362.667 255.5H936.833v383.25L1362.667 1022h383.25V638.75z' fill='%2328A8EA'/%3E%3Cpath d='M936.833 638.75h425.833V1022H936.833z' fill='%230078D4'/%3E%3Cpath d='M936.833 1022h425.833v383.25H936.833z' fill='%230364B8'/%3E%3Cpath d='M520.453 1025.151h416.38v346.969h-416.38z' fill='%2314447D'/%3E%3Cpath d='M1362.667 1022h383.25v383.25h-383.25z' fill='%230078D4'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='1.998' x2='1128.458' y1='811.083' x1='1128.458' gradientUnits='userSpaceOnUse' id='a'%3E%3Cstop offset='0' stop-color='%2335b8f1'/%3E%3Cstop offset='1' stop-color='%2328a8ea'/%3E%3C/linearGradient%3E%3Cpath d='M1811.58 927.593l-.809.426-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.437 88.437 0 01-34.407 8.517l-34.663-20.27a86.706 86.706 0 01-8.517-4.897L447.167 906.003h-.298l-21.036-11.753v722.384c.328 48.196 39.653 87.006 87.849 86.7h1230.914c.724 0 1.363-.341 2.129-.341a107.79 107.79 0 0029.808-6.217 86.066 86.066 0 0011.966-6.217c2.853-1.618 7.75-5.152 7.75-5.152a85.974 85.974 0 0034.833-68.772V894.25a38.323 38.323 0 01-19.502 33.343z' fill='url(%23a)'/%3E%3Cpath d='M1797.017 891.397v44.287l-663.448 456.791-686.87-486.174a.426.426 0 00-.426-.426l-63.023-37.899v-31.938l25.976-.426 54.932 31.512 1.277.426 4.684 2.981s645.563 368.346 647.267 369.197l24.698 14.478c2.129-.852 4.258-1.703 6.813-2.555 1.278-.852 640.879-360.681 640.879-360.681z' fill='%230A2767' opacity='.5'/%3E%3Cpath d='M1811.58 927.593l-.809.468-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.96 88.96 0 01-78.098 0 96.578 96.578 0 01-8.517-4.769l-634.49-356.848-.766-.468a38.326 38.326 0 01-20.057-33.343v722.384c.305 48.188 39.616 87.004 87.803 86.7h1229.64c48.188.307 87.5-38.509 87.807-86.696 0-.001 0 0 0 0V894.25a38.33 38.33 0 01-19.504 33.343z' fill='%231490DF'/%3E%3Cpath d='M1185.52 1279.629l-9.496 5.323a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l241.405 285.479 421.107 101.476a86.785 86.785 0 0026.7-33.343z' opacity='.1'/%3E%3Cpath d='M1228.529 1255.442l-52.505 29.51a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l113.101 311.838 549.538 74.989a86.104 86.104 0 0034.407-68.815v-9.326z' opacity='.05'/%3E%3Cpath d='M514.833 1703.333h1228.316a88.316 88.316 0 0052.59-17.033l-697.089-408.331a86.706 86.706 0 01-8.517-4.897L447.125 906.088h-.298l-20.993-11.838v719.914c-.048 49.2 39.798 89.122 88.999 89.169-.001 0-.001 0 0 0z' fill='%2328A8EA'/%3E%3Cpath d='M1022 418.722v908.303c-.076 31.846-19.44 60.471-48.971 72.392a73.382 73.382 0 01-28.957 5.962H425.833V383.25H511v-42.583h433.073c43.019.163 77.834 35.035 77.927 78.055z' opacity='.1'/%3E%3Cpath d='M979.417 461.305v908.302a69.36 69.36 0 01-6.388 29.808c-11.826 29.149-40.083 48.273-71.54 48.417H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M979.417 461.305v823.136c-.208 43-34.928 77.853-77.927 78.225H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M936.833 461.305v823.136c-.046 43.067-34.861 78.015-77.927 78.225H425.833V383.25h433.072c43.062.023 77.951 34.951 77.927 78.013a.589.589 0 01.001.042z' opacity='.2'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='324.259' x2='774.086' y1='1383.074' x1='162.747' gradientUnits='userSpaceOnUse' id='b'%3E%3Cstop offset='0' stop-color='%231784d9'/%3E%3Cstop offset='.5' stop-color='%23107ad5'/%3E%3Cstop offset='1' stop-color='%230a63c9'/%3E%3C/linearGradient%3E%3Cpath d='M78.055 383.25h780.723c43.109 0 78.055 34.947 78.055 78.055v780.723c0 43.109-34.946 78.055-78.055 78.055H78.055c-43.109 0-78.055-34.947-78.055-78.055V461.305c0-43.108 34.947-78.055 78.055-78.055z' fill='url(%23b)'/%3E%3Cpath d='M243.96 710.631a227.05 227.05 0 0189.17-98.495 269.56 269.56 0 01141.675-35.515 250.91 250.91 0 01131.114 33.683 225.014 225.014 0 0186.742 94.109 303.751 303.751 0 0130.405 138.396 320.567 320.567 0 01-31.299 144.783 230.37 230.37 0 01-89.425 97.388 260.864 260.864 0 01-136.011 34.578 256.355 256.355 0 01-134.01-34.067 228.497 228.497 0 01-87.892-94.28 296.507 296.507 0 01-30.745-136.735 329.29 329.29 0 0130.276-143.845zm95.046 231.227a147.386 147.386 0 0050.163 64.812 131.028 131.028 0 0078.353 23.591 137.244 137.244 0 0083.634-24.358 141.156 141.156 0 0048.715-64.812 251.594 251.594 0 0015.543-90.404 275.198 275.198 0 00-14.649-91.554 144.775 144.775 0 00-47.182-67.537 129.58 129.58 0 00-82.91-25.55 135.202 135.202 0 00-80.184 23.804 148.626 148.626 0 00-51.1 65.365 259.759 259.759 0 00-.341 186.728z' fill='%23FFF'/%3E%3Cpath d='M1362.667 255.5h383.25v383.25h-383.25z' fill='%2350D9FF'/%3E%3C/svg%3E"
871
+ }
872
+ },
2
873
  {
3
874
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
875
  "name": "Microsoft Office 365 Mail Connector",
@@ -1644,6 +2515,18 @@
1644
2515
  "name": "Microsoft Office 365 Mail Connector",
1645
2516
  "id": "io.camunda.connectors.MSFT.O365.Mail.v1",
1646
2517
  "description": "Work with Office 365 Mail via your BPMN process",
2518
+ "keywords": [
2519
+ "get mail folders",
2520
+ "create mail folder",
2521
+ "list messages",
2522
+ "get messages",
2523
+ "send email",
2524
+ "send on behalf of",
2525
+ "read email",
2526
+ "inbox",
2527
+ "compose email",
2528
+ "email notification"
2529
+ ],
1647
2530
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
1648
2531
  "version": 3,
1649
2532
  "engines": {