@camunda/connectors-element-templates 1.0.17 → 1.0.19

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 +4 -7
  4. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +8 -8
  5. package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +8 -8
  6. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +8 -8
  7. package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +8 -8
  8. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +9 -12
  9. package/src/element-templates/agenticai-aiagent-job-worker.json +3770 -29
  10. package/src/element-templates/agenticai-aiagent-outbound-connector.json +6274 -2594
  11. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +549 -552
  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 +736 -739
  14. package/src/element-templates/asana-connector.json +759 -48
  15. package/src/element-templates/automation-anywhere-outbound-connector.json +1763 -1759
  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 +747 -10
  21. package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
  22. package/src/element-templates/aws-dynamodb-outbound-connector.json +1358 -1358
  23. package/src/element-templates/aws-eventbridge-connector-boundary.json +383 -18
  24. package/src/element-templates/aws-eventbridge-connector-intermediate.json +377 -12
  25. package/src/element-templates/aws-eventbridge-connector-message-start.json +407 -8
  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 +238 -234
  30. package/src/element-templates/aws-s3-outbound-connector.json +646 -5
  31. package/src/element-templates/aws-sagemaker-outbound-connector.json +13 -9
  32. package/src/element-templates/aws-sns-inbound-boundary.json +44 -37
  33. package/src/element-templates/aws-sns-inbound-intermediate.json +210 -203
  34. package/src/element-templates/aws-sns-inbound-message-start.json +125 -118
  35. package/src/element-templates/aws-sns-inbound-receive.json +13 -6
  36. package/src/element-templates/aws-sns-inbound-start-event.json +134 -127
  37. package/src/element-templates/aws-sns-outbound-connector.json +581 -577
  38. package/src/element-templates/aws-sqs-boundary-connector.json +453 -449
  39. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +530 -526
  40. package/src/element-templates/aws-sqs-outbound-connector.json +711 -709
  41. package/src/element-templates/aws-sqs-receive-connector.json +15 -11
  42. package/src/element-templates/aws-sqs-start-event-connector.json +213 -205
  43. package/src/element-templates/aws-sqs-start-message.json +461 -457
  44. package/src/element-templates/aws-textract-outbound-connector.json +109 -105
  45. package/src/element-templates/azure-blobstorage-outbound-connector.json +676 -19
  46. package/src/element-templates/azure-open-ai-connector.json +1329 -4
  47. package/src/element-templates/blue-prism-connector.json +569 -24
  48. package/src/element-templates/box-outbound-connector.json +924 -12
  49. package/src/element-templates/csv-outbound-connector.json +13 -5
  50. package/src/element-templates/easy-post-connector.json +1077 -109
  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 +58 -50
  55. package/src/element-templates/email-outbound-connector.json +2116 -243
  56. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3 -6
  57. package/src/element-templates/github-connector.json +15257 -11722
  58. package/src/element-templates/github-webhook-connector-boundary.json +27 -29
  59. package/src/element-templates/github-webhook-connector-intermediate.json +36 -38
  60. package/src/element-templates/github-webhook-connector-message-start.json +11 -13
  61. package/src/element-templates/github-webhook-connector-receive.json +13 -15
  62. package/src/element-templates/github-webhook-connector-start-event.json +54 -56
  63. package/src/element-templates/gitlab-connector.json +4177 -2545
  64. package/src/element-templates/google-cloud-storage-outbound-connector.json +562 -13
  65. package/src/element-templates/google-drive-outbound-connector.json +1386 -766
  66. package/src/element-templates/google-gemini-outbound-connector.json +13 -5
  67. package/src/element-templates/google-maps-platform-connector.json +1059 -30
  68. package/src/element-templates/google-sheets-outbound-connector.json +2449 -1455
  69. package/src/element-templates/graphql-outbound-connector.json +1744 -1735
  70. package/src/element-templates/http-json-connector.json +2982 -2332
  71. package/src/element-templates/http-polling-boundary-catch-event-connector.json +752 -741
  72. package/src/element-templates/http-polling-connector.json +1512 -1501
  73. package/src/element-templates/hubspot-outbound-connector.json +2371 -25
  74. package/src/element-templates/hugging-face-connector.json +234 -3
  75. package/src/element-templates/jdbc-outbound-connector.json +20 -6
  76. package/src/element-templates/kafka-inbound-connector-boundary.json +613 -604
  77. package/src/element-templates/kafka-inbound-connector-intermediate.json +528 -519
  78. package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
  79. package/src/element-templates/kafka-inbound-connector-start-message.json +530 -521
  80. package/src/element-templates/kafka-inbound-connector.json +240 -240
  81. package/src/element-templates/kafka-outbound-connector.json +518 -512
  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 +893 -10
  86. package/src/element-templates/microsoft-teams-outbound-connector.json +5971 -3807
  87. package/src/element-templates/openai-connector.json +550 -87
  88. package/src/element-templates/operate-connector.json +1198 -46
  89. package/src/element-templates/power-automate-connector.json +601 -9
  90. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +444 -435
  91. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +484 -475
  92. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +367 -358
  93. package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
  94. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +479 -470
  95. package/src/element-templates/rabbitmq-outbound-connector.json +356 -350
  96. package/src/element-templates/rpa-connector.json +346 -0
  97. package/src/element-templates/salesforce-connector.json +544 -0
  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 +945 -337
  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 +490 -192
  106. package/src/element-templates/slack-inbound-intermediate.json +421 -123
  107. package/src/element-templates/slack-inbound-message-start.json +469 -139
  108. package/src/element-templates/slack-inbound-receive.json +297 -0
  109. package/src/element-templates/slack-inbound-start-event.json +216 -211
  110. package/src/element-templates/slack-outbound-connector.json +2451 -753
  111. package/src/element-templates/soap-outbound-connector.json +812 -2
  112. package/src/element-templates/twilio-connector.json +1573 -93
  113. package/src/element-templates/twilio-webhook-boundary-connector.json +19 -10
  114. package/src/element-templates/twilio-webhook-connector.json +243 -13
  115. package/src/element-templates/twilio-webhook-intermediate-connector.json +34 -25
  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 +594 -2
  119. package/src/element-templates/webhook-connector-boundary.json +580 -570
  120. package/src/element-templates/webhook-connector-intermediate.json +1390 -1380
  121. package/src/element-templates/webhook-connector-receive.json +16 -6
  122. package/src/element-templates/webhook-connector-start-event.json +1382 -1375
  123. package/src/element-templates/webhook-connector-start-message.json +1306 -1296
  124. package/src/element-templates/whatsapp-connector.json +343 -9
  125. package/src/element-templates/http-connector.json.json +0 -654
@@ -5,7 +5,831 @@
5
5
  "id": "io.camunda.connectors.MSFT.O365.Mail.v1",
6
6
  "description": "Work with Office 365 Mail via your BPMN process",
7
7
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
8
- "version": 2,
8
+ "version": 1,
9
+ "category": {
10
+ "id": "connectors",
11
+ "name": "Connectors"
12
+ },
13
+ "appliesTo": ["bpmn:Task"],
14
+ "elementType": {
15
+ "value": "bpmn:ServiceTask"
16
+ },
17
+ "groups": [
18
+ {
19
+ "id": "server",
20
+ "label": "Server"
21
+ },
22
+ {
23
+ "id": "authentication",
24
+ "label": "Authentication"
25
+ },
26
+ {
27
+ "id": "operation",
28
+ "label": "Operation"
29
+ },
30
+ {
31
+ "id": "requestBody",
32
+ "label": "Request"
33
+ },
34
+ {
35
+ "id": "parameters",
36
+ "label": "Parameters"
37
+ },
38
+ {
39
+ "id": "url",
40
+ "label": "URL"
41
+ },
42
+ {
43
+ "id": "output",
44
+ "label": "Output mapping"
45
+ },
46
+ {
47
+ "id": "error",
48
+ "label": "Error handling"
49
+ },
50
+ {
51
+ "id": "retries",
52
+ "label": "Retries"
53
+ }
54
+ ],
55
+ "properties": [
56
+ {
57
+ "value": "io.camunda:http-json:1",
58
+ "binding": {
59
+ "property": "type",
60
+ "type": "zeebe:taskDefinition"
61
+ },
62
+ "type": "Hidden"
63
+ },
64
+ {
65
+ "id": "baseUrl",
66
+ "value": "https://graph.microsoft.com/v1.0",
67
+ "group": "server",
68
+ "binding": {
69
+ "name": "baseUrl",
70
+ "type": "zeebe:input"
71
+ },
72
+ "type": "Hidden"
73
+ },
74
+ {
75
+ "id": "operationId",
76
+ "value": "users.ListMailFolders",
77
+ "group": "operation",
78
+ "binding": {
79
+ "name": "operationId",
80
+ "type": "zeebe:input"
81
+ },
82
+ "type": "Dropdown",
83
+ "choices": [
84
+ {
85
+ "name": "Get user's folders",
86
+ "value": "users.ListMailFolders"
87
+ },
88
+ {
89
+ "name": "Create mail folder for user",
90
+ "value": "users.CreateMailFolders"
91
+ },
92
+ {
93
+ "name": "Get user's messages",
94
+ "value": "users.ListMessages"
95
+ },
96
+ {
97
+ "name": "Send mail on behalf of user",
98
+ "value": "users.user.sendMail"
99
+ }
100
+ ]
101
+ },
102
+ {
103
+ "id": "authentication.type",
104
+ "label": "Type",
105
+ "description": "Authentication type",
106
+ "value": "oauth-client-credentials-flow",
107
+ "group": "authentication",
108
+ "binding": {
109
+ "name": "authentication.type",
110
+ "type": "zeebe:input"
111
+ },
112
+ "type": "Dropdown",
113
+ "choices": [
114
+ {
115
+ "name": "Bearer token",
116
+ "value": "bearer"
117
+ },
118
+ {
119
+ "name": "OAuth 2.0",
120
+ "value": "oauth-client-credentials-flow"
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "id": "authentication.token",
126
+ "label": "Bearer token",
127
+ "optional": false,
128
+ "constraints": {
129
+ "notEmpty": true
130
+ },
131
+ "feel": "optional",
132
+ "group": "authentication",
133
+ "binding": {
134
+ "name": "authentication.token",
135
+ "type": "zeebe:input"
136
+ },
137
+ "condition": {
138
+ "property": "authentication.type",
139
+ "equals": "bearer",
140
+ "type": "simple"
141
+ },
142
+ "type": "String"
143
+ },
144
+ {
145
+ "id": "authentication.oauthTokenEndpoint",
146
+ "label": "OAuth token endpoint",
147
+ "description": "The OAuth token endpoint",
148
+ "optional": false,
149
+ "constraints": {
150
+ "notEmpty": true
151
+ },
152
+ "feel": "optional",
153
+ "group": "authentication",
154
+ "binding": {
155
+ "name": "authentication.oauthTokenEndpoint",
156
+ "type": "zeebe:input"
157
+ },
158
+ "condition": {
159
+ "property": "authentication.type",
160
+ "equals": "oauth-client-credentials-flow",
161
+ "type": "simple"
162
+ },
163
+ "type": "String"
164
+ },
165
+ {
166
+ "id": "authentication.clientId",
167
+ "label": "Client ID",
168
+ "description": "Your application's client ID from the OAuth client",
169
+ "optional": false,
170
+ "constraints": {
171
+ "notEmpty": true
172
+ },
173
+ "feel": "optional",
174
+ "group": "authentication",
175
+ "binding": {
176
+ "name": "authentication.clientId",
177
+ "type": "zeebe:input"
178
+ },
179
+ "condition": {
180
+ "property": "authentication.type",
181
+ "equals": "oauth-client-credentials-flow",
182
+ "type": "simple"
183
+ },
184
+ "type": "String"
185
+ },
186
+ {
187
+ "id": "authentication.clientSecret",
188
+ "label": "Client secret",
189
+ "description": "Your application's client secret from the OAuth client",
190
+ "optional": false,
191
+ "constraints": {
192
+ "notEmpty": true
193
+ },
194
+ "feel": "optional",
195
+ "group": "authentication",
196
+ "binding": {
197
+ "name": "authentication.clientSecret",
198
+ "type": "zeebe:input"
199
+ },
200
+ "condition": {
201
+ "property": "authentication.type",
202
+ "equals": "oauth-client-credentials-flow",
203
+ "type": "simple"
204
+ },
205
+ "type": "String"
206
+ },
207
+ {
208
+ "id": "authentication.clientAuthentication",
209
+ "optional": false,
210
+ "value": "credentialsBody",
211
+ "group": "authentication",
212
+ "type": "Hidden",
213
+ "binding": {
214
+ "name": "authentication.clientAuthentication",
215
+ "type": "zeebe:input"
216
+ },
217
+ "condition": {
218
+ "property": "authentication.type",
219
+ "equals": "oauth-client-credentials-flow",
220
+ "type": "simple"
221
+ }
222
+ },
223
+ {
224
+ "id": "authentication.scopes",
225
+ "group": "authentication",
226
+ "value": "https://graph.microsoft.com/.default",
227
+ "binding": {
228
+ "name": "authentication.scopes",
229
+ "type": "zeebe:input"
230
+ },
231
+ "condition": {
232
+ "property": "authentication.type",
233
+ "equals": "oauth-client-credentials-flow",
234
+ "type": "simple"
235
+ },
236
+ "type": "Hidden"
237
+ },
238
+ {
239
+ "id": "users.ListMailFolders_user_id",
240
+ "label": "User ID",
241
+ "description": "The unique identifier of user. Can be UUID or email",
242
+ "optional": false,
243
+ "value": "myuser@mycompany.com",
244
+ "constraints": {
245
+ "notEmpty": true
246
+ },
247
+ "feel": "optional",
248
+ "group": "parameters",
249
+ "binding": {
250
+ "name": "user_id",
251
+ "type": "zeebe:input"
252
+ },
253
+ "condition": {
254
+ "property": "operationId",
255
+ "equals": "users.ListMailFolders",
256
+ "type": "simple"
257
+ },
258
+ "type": "String"
259
+ },
260
+ {
261
+ "id": "users.ListMailFolders_odata_path",
262
+ "value": "=\"/users/\"+user_id+\"/mailFolders\"",
263
+ "group": "parameters",
264
+ "binding": {
265
+ "name": "operationPath",
266
+ "type": "zeebe:input"
267
+ },
268
+ "condition": {
269
+ "property": "operationId",
270
+ "equals": "users.ListMailFolders",
271
+ "type": "simple"
272
+ },
273
+ "type": "Hidden"
274
+ },
275
+ {
276
+ "id": "users.ListMailFolders_odata_headers",
277
+ "value": "={}",
278
+ "group": "parameters",
279
+ "binding": {
280
+ "name": "headers",
281
+ "type": "zeebe:input"
282
+ },
283
+ "condition": {
284
+ "property": "operationId",
285
+ "equals": "users.ListMailFolders",
286
+ "type": "simple"
287
+ },
288
+ "type": "Hidden"
289
+ },
290
+ {
291
+ "id": "users.ListMailFolders_odata_queryParameters",
292
+ "label": "Query parameters",
293
+ "description": "Query parameters. Supporting <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
294
+ "group": "parameters",
295
+ "optional": true,
296
+ "feel": "required",
297
+ "binding": {
298
+ "name": "queryParameters",
299
+ "type": "zeebe:input"
300
+ },
301
+ "condition": {
302
+ "property": "operationId",
303
+ "equals": "users.ListMailFolders",
304
+ "type": "simple"
305
+ },
306
+ "type": "Text"
307
+ },
308
+ {
309
+ "id": "users.ListMailFolders_odata_method",
310
+ "value": "GET",
311
+ "group": "parameters",
312
+ "binding": {
313
+ "name": "method",
314
+ "type": "zeebe:input"
315
+ },
316
+ "condition": {
317
+ "property": "operationId",
318
+ "equals": "users.ListMailFolders",
319
+ "type": "simple"
320
+ },
321
+ "type": "Hidden"
322
+ },
323
+ {
324
+ "id": "users.CreateMailFolders_user_id",
325
+ "label": "User ID",
326
+ "description": "The unique identifier of user. Can be UUID or email",
327
+ "optional": false,
328
+ "value": "myuser@mycompany.com",
329
+ "constraints": {
330
+ "notEmpty": true
331
+ },
332
+ "feel": "optional",
333
+ "group": "parameters",
334
+ "binding": {
335
+ "name": "user_id",
336
+ "type": "zeebe:input"
337
+ },
338
+ "condition": {
339
+ "property": "operationId",
340
+ "equals": "users.CreateMailFolders",
341
+ "type": "simple"
342
+ },
343
+ "type": "String"
344
+ },
345
+ {
346
+ "id": "users.CreateMailFolders_folder_name",
347
+ "label": "Folder display name",
348
+ "description": "A folder name to be created",
349
+ "optional": false,
350
+ "value": "",
351
+ "constraints": {
352
+ "notEmpty": true
353
+ },
354
+ "feel": "optional",
355
+ "group": "requestBody",
356
+ "binding": {
357
+ "name": "CreateMailFolders_folder_name",
358
+ "type": "zeebe:input"
359
+ },
360
+ "condition": {
361
+ "property": "operationId",
362
+ "equals": "users.CreateMailFolders",
363
+ "type": "simple"
364
+ },
365
+ "type": "String"
366
+ },
367
+ {
368
+ "id": "users.CreateMailFolders_odata_path",
369
+ "value": "=\"/users/\"+user_id+\"/mailFolders\"",
370
+ "group": "parameters",
371
+ "binding": {
372
+ "name": "operationPath",
373
+ "type": "zeebe:input"
374
+ },
375
+ "condition": {
376
+ "property": "operationId",
377
+ "equals": "users.CreateMailFolders",
378
+ "type": "simple"
379
+ },
380
+ "type": "Hidden"
381
+ },
382
+ {
383
+ "id": "users.CreateMailFolders_odata_headers",
384
+ "value": "={}",
385
+ "group": "parameters",
386
+ "binding": {
387
+ "name": "headers",
388
+ "type": "zeebe:input"
389
+ },
390
+ "condition": {
391
+ "property": "operationId",
392
+ "equals": "users.CreateMailFolders",
393
+ "type": "simple"
394
+ },
395
+ "type": "Hidden"
396
+ },
397
+ {
398
+ "id": "users.CreateMailFolders_odata_queryParameters",
399
+ "value": "={}",
400
+ "group": "parameters",
401
+ "binding": {
402
+ "name": "queryParameters",
403
+ "type": "zeebe:input"
404
+ },
405
+ "condition": {
406
+ "property": "operationId",
407
+ "equals": "users.CreateMailFolders",
408
+ "type": "simple"
409
+ },
410
+ "type": "Hidden"
411
+ },
412
+ {
413
+ "id": "users.CreateMailFolders_odata_method",
414
+ "value": "POST",
415
+ "group": "parameters",
416
+ "binding": {
417
+ "name": "method",
418
+ "type": "zeebe:input"
419
+ },
420
+ "condition": {
421
+ "property": "operationId",
422
+ "equals": "users.CreateMailFolders",
423
+ "type": "simple"
424
+ },
425
+ "type": "Hidden"
426
+ },
427
+ {
428
+ "id": "users.ListMessages_user_id",
429
+ "label": "User ID",
430
+ "description": "The unique identifier of user. Can be UUID or email",
431
+ "optional": false,
432
+ "value": "myuser@mycompany.com",
433
+ "constraints": {
434
+ "notEmpty": true
435
+ },
436
+ "feel": "optional",
437
+ "group": "parameters",
438
+ "binding": {
439
+ "name": "user_id",
440
+ "type": "zeebe:input"
441
+ },
442
+ "condition": {
443
+ "property": "operationId",
444
+ "equals": "users.ListMessages",
445
+ "type": "simple"
446
+ },
447
+ "type": "String"
448
+ },
449
+ {
450
+ "id": "users.ListMessages_odata_path",
451
+ "value": "=\"/users/\"+user_id+\"/messages\"",
452
+ "group": "parameters",
453
+ "binding": {
454
+ "name": "operationPath",
455
+ "type": "zeebe:input"
456
+ },
457
+ "condition": {
458
+ "property": "operationId",
459
+ "equals": "users.ListMessages",
460
+ "type": "simple"
461
+ },
462
+ "type": "Hidden"
463
+ },
464
+ {
465
+ "id": "users.ListMessages_odata_headers",
466
+ "value": "={}",
467
+ "group": "parameters",
468
+ "binding": {
469
+ "name": "headers",
470
+ "type": "zeebe:input"
471
+ },
472
+ "condition": {
473
+ "property": "operationId",
474
+ "equals": "users.ListMessages",
475
+ "type": "simple"
476
+ },
477
+ "type": "Hidden"
478
+ },
479
+ {
480
+ "id": "users.ListMessages_odata_queryParameters",
481
+ "label": "Query parameters",
482
+ "description": "Query parameters. Supporting <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
483
+ "group": "parameters",
484
+ "optional": true,
485
+ "feel": "required",
486
+ "binding": {
487
+ "name": "queryParameters",
488
+ "type": "zeebe:input"
489
+ },
490
+ "condition": {
491
+ "property": "operationId",
492
+ "equals": "users.ListMessages",
493
+ "type": "simple"
494
+ },
495
+ "type": "Text"
496
+ },
497
+ {
498
+ "id": "users.ListMessages_odata_method",
499
+ "value": "GET",
500
+ "group": "parameters",
501
+ "binding": {
502
+ "name": "method",
503
+ "type": "zeebe:input"
504
+ },
505
+ "condition": {
506
+ "property": "operationId",
507
+ "equals": "users.ListMessages",
508
+ "type": "simple"
509
+ },
510
+ "type": "Hidden"
511
+ },
512
+ {
513
+ "id": "users.user.sendMail_user_id",
514
+ "label": "User ID",
515
+ "description": "The unique identifier of user. Can be UUID or email",
516
+ "optional": false,
517
+ "value": "myuser@mycompany.com",
518
+ "constraints": {
519
+ "notEmpty": true
520
+ },
521
+ "feel": "optional",
522
+ "group": "parameters",
523
+ "binding": {
524
+ "name": "user_id",
525
+ "type": "zeebe:input"
526
+ },
527
+ "condition": {
528
+ "property": "operationId",
529
+ "equals": "users.user.sendMail",
530
+ "type": "simple"
531
+ },
532
+ "type": "String"
533
+ },
534
+ {
535
+ "id": "users.user.sendMail_subject",
536
+ "label": "Subject",
537
+ "description": "Mail subject",
538
+ "optional": false,
539
+ "constraints": {
540
+ "notEmpty": true
541
+ },
542
+ "feel": "optional",
543
+ "group": "requestBody",
544
+ "binding": {
545
+ "name": "sendMail_subject",
546
+ "type": "zeebe:input"
547
+ },
548
+ "condition": {
549
+ "property": "operationId",
550
+ "equals": "users.user.sendMail",
551
+ "type": "simple"
552
+ },
553
+ "type": "String"
554
+ },
555
+ {
556
+ "id": "users.user.sendMail_body_content_type",
557
+ "label": "Body content type",
558
+ "group": "requestBody",
559
+ "value": "text",
560
+ "binding": {
561
+ "name": "sendMail_body_content_type",
562
+ "type": "zeebe:input"
563
+ },
564
+ "condition": {
565
+ "property": "operationId",
566
+ "equals": "users.user.sendMail",
567
+ "type": "simple"
568
+ },
569
+ "type": "Dropdown",
570
+ "choices": [
571
+ {
572
+ "name": "Text",
573
+ "value": "text"
574
+ },
575
+ {
576
+ "name": "HTML",
577
+ "value": "html"
578
+ }
579
+ ]
580
+ },
581
+ {
582
+ "id": "users.user.sendMail_body_content",
583
+ "label": "Body content",
584
+ "description": "Mail body content",
585
+ "optional": false,
586
+ "constraints": {
587
+ "notEmpty": true
588
+ },
589
+ "feel": "optional",
590
+ "group": "requestBody",
591
+ "binding": {
592
+ "name": "sendMail_body_content",
593
+ "type": "zeebe:input"
594
+ },
595
+ "condition": {
596
+ "property": "operationId",
597
+ "equals": "users.user.sendMail",
598
+ "type": "simple"
599
+ },
600
+ "type": "Text"
601
+ },
602
+ {
603
+ "id": "users.user.sendMail_to_recipients",
604
+ "label": "To recipients",
605
+ "description": "Target recipients. Must be an array of emails",
606
+ "optional": false,
607
+ "value": "=[\"myuser@mycompany.com\"]",
608
+ "constraints": {
609
+ "notEmpty": true
610
+ },
611
+ "feel": "required",
612
+ "group": "requestBody",
613
+ "binding": {
614
+ "name": "sendMail_to_recipients",
615
+ "type": "zeebe:input"
616
+ },
617
+ "condition": {
618
+ "property": "operationId",
619
+ "equals": "users.user.sendMail",
620
+ "type": "simple"
621
+ },
622
+ "type": "String"
623
+ },
624
+ {
625
+ "id": "users.user.sendMail_cc_recipients",
626
+ "label": "CC recipients",
627
+ "description": "Copy recipients. Must be an array of emails",
628
+ "optional": true,
629
+ "value": "=[\"myuser@mycompany.com\"]",
630
+ "feel": "required",
631
+ "group": "requestBody",
632
+ "binding": {
633
+ "name": "sendMail_cc_recipients",
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_odata_path",
645
+ "value": "=\"/users/\"+user_id+\"/sendMail\"",
646
+ "group": "parameters",
647
+ "binding": {
648
+ "name": "operationPath",
649
+ "type": "zeebe:input"
650
+ },
651
+ "condition": {
652
+ "property": "operationId",
653
+ "equals": "users.user.sendMail",
654
+ "type": "simple"
655
+ },
656
+ "type": "Hidden"
657
+ },
658
+ {
659
+ "id": "users.user.sendMail_odata_headers",
660
+ "value": "={}",
661
+ "group": "parameters",
662
+ "binding": {
663
+ "name": "headers",
664
+ "type": "zeebe:input"
665
+ },
666
+ "condition": {
667
+ "property": "operationId",
668
+ "equals": "users.user.sendMail",
669
+ "type": "simple"
670
+ },
671
+ "type": "Hidden"
672
+ },
673
+ {
674
+ "id": "users.user.sendMail_odata_queryParameters",
675
+ "value": "={}",
676
+ "group": "parameters",
677
+ "binding": {
678
+ "name": "queryParameters",
679
+ "type": "zeebe:input"
680
+ },
681
+ "condition": {
682
+ "property": "operationId",
683
+ "equals": "users.user.sendMail",
684
+ "type": "simple"
685
+ },
686
+ "type": "Hidden"
687
+ },
688
+ {
689
+ "id": "users.user.sendMail_odata_method",
690
+ "value": "POST",
691
+ "group": "parameters",
692
+ "binding": {
693
+ "name": "method",
694
+ "type": "zeebe:input"
695
+ },
696
+ "condition": {
697
+ "property": "operationId",
698
+ "equals": "users.user.sendMail",
699
+ "type": "simple"
700
+ },
701
+ "type": "Hidden"
702
+ },
703
+ {
704
+ "id": "users.CreateMailFolders_body",
705
+ "value": "={\"displayName\": CreateMailFolders_folder_name, \"isHidden\": false}",
706
+ "binding": {
707
+ "name": "body",
708
+ "type": "zeebe:input"
709
+ },
710
+ "condition": {
711
+ "property": "operationId",
712
+ "equals": "users.CreateMailFolders",
713
+ "type": "simple"
714
+ },
715
+ "type": "Hidden"
716
+ },
717
+ {
718
+ "id": "users.user.sendMail_body",
719
+ "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},\"saveToSentItems\":\"false\"}",
720
+ "group": "requestBody",
721
+ "binding": {
722
+ "name": "body",
723
+ "type": "zeebe:input"
724
+ },
725
+ "condition": {
726
+ "property": "operationId",
727
+ "equals": "users.user.sendMail",
728
+ "type": "simple"
729
+ },
730
+ "type": "Hidden"
731
+ },
732
+ {
733
+ "id": "url",
734
+ "value": "= baseUrl + operationPath",
735
+ "group": "url",
736
+ "binding": {
737
+ "name": "url",
738
+ "type": "zeebe:input"
739
+ },
740
+ "type": "Hidden"
741
+ },
742
+ {
743
+ "id": "resultVariable",
744
+ "label": "Result variable",
745
+ "description": "Name of variable to store the response in",
746
+ "group": "output",
747
+ "binding": {
748
+ "key": "resultVariable",
749
+ "type": "zeebe:taskHeader"
750
+ },
751
+ "type": "String"
752
+ },
753
+ {
754
+ "id": "resultExpression",
755
+ "label": "Result expression",
756
+ "description": "Expression to map the response into process variables",
757
+ "feel": "required",
758
+ "group": "output",
759
+ "binding": {
760
+ "key": "resultExpression",
761
+ "type": "zeebe:taskHeader"
762
+ },
763
+ "type": "Text"
764
+ },
765
+ {
766
+ "id": "errorExpression",
767
+ "label": "Error expression",
768
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
769
+ "feel": "required",
770
+ "group": "error",
771
+ "binding": {
772
+ "key": "errorExpression",
773
+ "type": "zeebe:taskHeader"
774
+ },
775
+ "type": "Text"
776
+ },
777
+ {
778
+ "id": "retryCount",
779
+ "label": "Retries",
780
+ "description": "Number of retries",
781
+ "value": "3",
782
+ "feel": "optional",
783
+ "group": "retries",
784
+ "binding": {
785
+ "property": "retries",
786
+ "type": "zeebe:taskDefinition"
787
+ },
788
+ "type": "String"
789
+ },
790
+ {
791
+ "id": "retryBackoff",
792
+ "label": "Retry backoff",
793
+ "description": "ISO-8601 duration to wait between retries",
794
+ "value": "PT0S",
795
+ "feel": "optional",
796
+ "group": "retries",
797
+ "binding": {
798
+ "key": "retryBackoff",
799
+ "type": "zeebe:taskHeader"
800
+ },
801
+ "type": "String"
802
+ }
803
+ ],
804
+ "icon": {
805
+ "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"
806
+ },
807
+ "engines": {
808
+ "camunda": "^8.4"
809
+ }
810
+ },
811
+ {
812
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
813
+ "name": "Microsoft Office 365 Mail Connector",
814
+ "id": "io.camunda.connectors.MSFT.O365.Mail.v1",
815
+ "description": "Work with Office 365 Mail via your BPMN process",
816
+ "keywords": [
817
+ "get mail folders",
818
+ "create mail folder",
819
+ "list messages",
820
+ "get messages",
821
+ "send email",
822
+ "send on behalf of",
823
+ "read email",
824
+ "inbox",
825
+ "compose email",
826
+ "email notification"
827
+ ],
828
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
829
+ "version": 3,
830
+ "engines": {
831
+ "camunda": "^8.4"
832
+ },
9
833
  "category": {
10
834
  "id": "connectors",
11
835
  "name": "Connectors"
@@ -14,9 +838,6 @@
14
838
  "elementType": {
15
839
  "value": "bpmn:ServiceTask"
16
840
  },
17
- "engines": {
18
- "camunda": "^8.4"
19
- },
20
841
  "groups": [
21
842
  {
22
843
  "id": "server",
@@ -824,6 +1645,30 @@
824
1645
  "type": "zeebe:taskHeader"
825
1646
  },
826
1647
  "type": "String"
1648
+ },
1649
+ {
1650
+ "id": "version",
1651
+ "label": "Version",
1652
+ "description": "Version of the element template",
1653
+ "value": "3",
1654
+ "group": "connector",
1655
+ "binding": {
1656
+ "key": "elementTemplateVersion",
1657
+ "type": "zeebe:taskHeader"
1658
+ },
1659
+ "type": "Hidden"
1660
+ },
1661
+ {
1662
+ "id": "id",
1663
+ "label": "ID",
1664
+ "description": "ID of the element template",
1665
+ "value": "io.camunda.connectors.MSFT.O365.Mail.v1",
1666
+ "group": "connector",
1667
+ "binding": {
1668
+ "key": "elementTemplateId",
1669
+ "type": "zeebe:taskHeader"
1670
+ },
1671
+ "type": "Hidden"
827
1672
  }
828
1673
  ],
829
1674
  "icon": {
@@ -836,7 +1681,7 @@
836
1681
  "id": "io.camunda.connectors.MSFT.O365.Mail.v1",
837
1682
  "description": "Work with Office 365 Mail via your BPMN process",
838
1683
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
839
- "version": 1,
1684
+ "version": 2,
840
1685
  "category": {
841
1686
  "id": "connectors",
842
1687
  "name": "Connectors"
@@ -845,6 +1690,9 @@
845
1690
  "elementType": {
846
1691
  "value": "bpmn:ServiceTask"
847
1692
  },
1693
+ "engines": {
1694
+ "camunda": "^8.4"
1695
+ },
848
1696
  "groups": [
849
1697
  {
850
1698
  "id": "server",
@@ -1430,6 +2278,28 @@
1430
2278
  },
1431
2279
  "type": "Text"
1432
2280
  },
2281
+ {
2282
+ "id": "users.user.sendMail_attachments",
2283
+ "label": "Attachments",
2284
+ "description": "Attachments. Must be an array of document objects or an empty array",
2285
+ "optional": false,
2286
+ "constraints": {
2287
+ "notEmpty": true
2288
+ },
2289
+ "value": "=[]",
2290
+ "feel": "required",
2291
+ "group": "requestBody",
2292
+ "binding": {
2293
+ "name": "sendMail_attachments",
2294
+ "type": "zeebe:input"
2295
+ },
2296
+ "condition": {
2297
+ "property": "operationId",
2298
+ "equals": "users.user.sendMail",
2299
+ "type": "simple"
2300
+ },
2301
+ "type": "String"
2302
+ },
1433
2303
  {
1434
2304
  "id": "users.user.sendMail_to_recipients",
1435
2305
  "label": "To recipients",
@@ -1547,7 +2417,7 @@
1547
2417
  },
1548
2418
  {
1549
2419
  "id": "users.user.sendMail_body",
1550
- "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},\"saveToSentItems\":\"false\"}",
2420
+ "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\"}",
1551
2421
  "group": "requestBody",
1552
2422
  "binding": {
1553
2423
  "name": "body",
@@ -1634,9 +2504,6 @@
1634
2504
  ],
1635
2505
  "icon": {
1636
2506
  "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"
1637
- },
1638
- "engines": {
1639
- "camunda": "^8.4"
1640
2507
  }
1641
2508
  },
1642
2509
  {
@@ -1644,8 +2511,20 @@
1644
2511
  "name": "Microsoft Office 365 Mail Connector",
1645
2512
  "id": "io.camunda.connectors.MSFT.O365.Mail.v1",
1646
2513
  "description": "Work with Office 365 Mail via your BPMN process",
2514
+ "keywords": [
2515
+ "get mail folders",
2516
+ "create mail folder",
2517
+ "list messages",
2518
+ "get messages",
2519
+ "send email",
2520
+ "send on behalf of",
2521
+ "read email",
2522
+ "inbox",
2523
+ "compose email",
2524
+ "email notification"
2525
+ ],
1647
2526
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
1648
- "version": 3,
2527
+ "version": 4,
1649
2528
  "engines": {
1650
2529
  "camunda": "^8.4"
1651
2530
  },
@@ -1682,6 +2561,10 @@
1682
2561
  "id": "url",
1683
2562
  "label": "URL"
1684
2563
  },
2564
+ {
2565
+ "id": "connector",
2566
+ "label": "Connector"
2567
+ },
1685
2568
  {
1686
2569
  "id": "output",
1687
2570
  "label": "Output mapping"