@camunda/connectors-element-templates 1.0.6 → 1.0.8

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 (99) hide show
  1. package/package.json +1 -1
  2. package/src/build_element_template_array_json_files.sh +9 -0
  3. package/src/connectors.js +26 -2
  4. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
  5. package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
  6. package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
  7. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  8. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
  9. package/src/element-templates/asana-connector.json +104 -104
  10. package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
  11. package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
  12. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  13. package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
  14. package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
  15. package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
  16. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  17. package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
  18. package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
  19. package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
  20. package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
  21. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  22. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  23. package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
  24. package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
  25. package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
  26. package/src/element-templates/aws-sns-inbound-receive.json +304 -0
  27. package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
  28. package/src/element-templates/aws-sns-outbound-connector.json +726 -726
  29. package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
  30. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
  31. package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
  32. package/src/element-templates/aws-sqs-receive-connector.json +418 -0
  33. package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
  34. package/src/element-templates/aws-sqs-start-message.json +461 -461
  35. package/src/element-templates/azure-open-ai-connector.json +32 -32
  36. package/src/element-templates/blue-prism-connector.json +50 -50
  37. package/src/element-templates/box-outbound-connector.json +30 -30
  38. package/src/element-templates/csv-outbound-connector.json +412 -0
  39. package/src/element-templates/easy-post-connector.json +149 -149
  40. package/src/element-templates/email-inbound-connector-boundary.json +19 -19
  41. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  42. package/src/element-templates/email-outbound-connector.json +233 -233
  43. package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
  44. package/src/element-templates/github-connector.json +2417 -2417
  45. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  46. package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
  47. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  48. package/src/element-templates/github-webhook-connector-receive.json +202 -0
  49. package/src/element-templates/github-webhook-connector-start-event.json +57 -57
  50. package/src/element-templates/gitlab-connector.json +1103 -1103
  51. package/src/element-templates/google-drive-outbound-connector.json +846 -846
  52. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  53. package/src/element-templates/google-maps-platform-connector.json +78 -78
  54. package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
  55. package/src/element-templates/graphql-outbound-connector.json +1181 -1181
  56. package/src/element-templates/http-json-connector.json +2471 -1866
  57. package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
  58. package/src/element-templates/http-polling-connector.json +635 -6
  59. package/src/element-templates/hugging-face-connector.json +34 -34
  60. package/src/element-templates/jdbc-outbound-connector.json +43 -43
  61. package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
  62. package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
  63. package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
  64. package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
  65. package/src/element-templates/kafka-outbound-connector.json +385 -385
  66. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  67. package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
  68. package/src/element-templates/openai-connector.json +122 -122
  69. package/src/element-templates/operate-connector.json +76 -72
  70. package/src/element-templates/power-automate-connector.json +10 -10
  71. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
  72. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
  73. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
  74. package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
  75. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
  76. package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
  77. package/src/element-templates/salesforce-connector.json +44 -44
  78. package/src/element-templates/sendgrid-outbound-connector.json +470 -470
  79. package/src/element-templates/servicenow-connector.json +942 -0
  80. package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
  81. package/src/element-templates/servicenow-incident-connector.json +969 -0
  82. package/src/element-templates/slack-inbound-boundary.json +303 -303
  83. package/src/element-templates/slack-inbound-intermediate.json +277 -277
  84. package/src/element-templates/slack-inbound-message-start.json +11 -11
  85. package/src/element-templates/slack-inbound-receive.json +290 -0
  86. package/src/element-templates/slack-inbound-start-event.json +247 -247
  87. package/src/element-templates/slack-outbound-connector.json +966 -966
  88. package/src/element-templates/twilio-connector.json +52 -52
  89. package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
  90. package/src/element-templates/twilio-webhook-connector.json +11 -11
  91. package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
  92. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  93. package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
  94. package/src/element-templates/webhook-connector-boundary.json +1150 -1150
  95. package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
  96. package/src/element-templates/webhook-connector-receive.json +609 -0
  97. package/src/element-templates/webhook-connector-start-event.json +1495 -1495
  98. package/src/element-templates/webhook-connector-start-message.json +586 -586
  99. package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
@@ -1159,11 +1159,14 @@
1159
1159
  },
1160
1160
  {
1161
1161
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1162
- "name": "Microsoft Teams connector",
1162
+ "name": "Microsoft Teams Outbound Connector",
1163
1163
  "id": "io.camunda.connectors.MSTeams.v1",
1164
1164
  "description": "Create, update, and send a message to your Microsoft Teams",
1165
+ "metadata": {
1166
+ "keywords": []
1167
+ },
1165
1168
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/",
1166
- "version": 1,
1169
+ "version": 4,
1167
1170
  "category": {
1168
1171
  "id": "connectors",
1169
1172
  "name": "Connectors"
@@ -1172,6 +1175,9 @@
1172
1175
  "elementType": {
1173
1176
  "value": "bpmn:ServiceTask"
1174
1177
  },
1178
+ "engines": {
1179
+ "camunda": "^8.3"
1180
+ },
1175
1181
  "groups": [
1176
1182
  {
1177
1183
  "id": "authentication",
@@ -1190,26 +1196,58 @@
1190
1196
  "label": "Output mapping"
1191
1197
  },
1192
1198
  {
1193
- "id": "errors",
1199
+ "id": "error",
1194
1200
  "label": "Error handling"
1201
+ },
1202
+ {
1203
+ "id": "retries",
1204
+ "label": "Retries"
1195
1205
  }
1196
1206
  ],
1197
1207
  "properties": [
1198
1208
  {
1199
- "type": "Hidden",
1200
1209
  "value": "io.camunda:connector-microsoft-teams:1",
1201
1210
  "binding": {
1202
- "type": "zeebe:taskDefinition",
1203
- "property": "type"
1204
- }
1211
+ "property": "type",
1212
+ "type": "zeebe:taskDefinition"
1213
+ },
1214
+ "type": "Hidden"
1215
+ },
1216
+ {
1217
+ "id": "data.EXPAND_VALUE",
1218
+ "label": "EXPAND_VALUE",
1219
+ "feel": "optional",
1220
+ "binding": {
1221
+ "name": "data.EXPAND_VALUE",
1222
+ "type": "zeebe:input"
1223
+ },
1224
+ "condition": {
1225
+ "allMatch": [
1226
+ {
1227
+ "property": "data.channelMethod",
1228
+ "equals": "listChannelMessages",
1229
+ "type": "simple"
1230
+ },
1231
+ {
1232
+ "property": "data.type",
1233
+ "equals": "channel",
1234
+ "type": "simple"
1235
+ }
1236
+ ]
1237
+ },
1238
+ "type": "String"
1205
1239
  },
1206
1240
  {
1241
+ "id": "authentication.type",
1207
1242
  "label": "Type",
1208
- "id": "authType",
1209
1243
  "description": "Authentication type depends on your MS Teams account permission and operation with connector. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
1244
+ "value": "refresh",
1210
1245
  "group": "authentication",
1246
+ "binding": {
1247
+ "name": "authentication.type",
1248
+ "type": "zeebe:input"
1249
+ },
1211
1250
  "type": "Dropdown",
1212
- "value": "refresh",
1213
1251
  "choices": [
1214
1252
  {
1215
1253
  "name": "Bearer token",
@@ -1223,109 +1261,181 @@
1223
1261
  "name": "Refresh token",
1224
1262
  "value": "refresh"
1225
1263
  }
1226
- ],
1264
+ ]
1265
+ },
1266
+ {
1267
+ "id": "authentication.bearer.token",
1268
+ "label": "Bearer token",
1269
+ "optional": false,
1227
1270
  "constraints": {
1228
1271
  "notEmpty": true
1229
1272
  },
1273
+ "feel": "optional",
1274
+ "group": "authentication",
1230
1275
  "binding": {
1231
- "type": "zeebe:input",
1232
- "name": "authentication.type"
1233
- }
1276
+ "name": "authentication.token",
1277
+ "type": "zeebe:input"
1278
+ },
1279
+ "condition": {
1280
+ "property": "authentication.type",
1281
+ "equals": "token",
1282
+ "type": "simple"
1283
+ },
1284
+ "type": "String"
1234
1285
  },
1235
1286
  {
1236
- "label": "Bearer token",
1237
- "group": "authentication",
1238
- "type": "String",
1287
+ "id": "authentication.credentials.clientId",
1288
+ "label": "Client ID",
1289
+ "description": "The client ID of the application",
1290
+ "optional": false,
1291
+ "constraints": {
1292
+ "notEmpty": true
1293
+ },
1239
1294
  "feel": "optional",
1295
+ "group": "authentication",
1296
+ "binding": {
1297
+ "name": "authentication.clientId",
1298
+ "type": "zeebe:input"
1299
+ },
1300
+ "condition": {
1301
+ "property": "authentication.type",
1302
+ "equals": "clientCredentials",
1303
+ "type": "simple"
1304
+ },
1305
+ "type": "String"
1306
+ },
1307
+ {
1308
+ "id": "authentication.credentials.tenantId",
1309
+ "label": "Tenant ID",
1310
+ "description": "The tenant ID of the application",
1311
+ "optional": false,
1240
1312
  "constraints": {
1241
1313
  "notEmpty": true
1242
1314
  },
1315
+ "feel": "optional",
1316
+ "group": "authentication",
1317
+ "binding": {
1318
+ "name": "authentication.tenantId",
1319
+ "type": "zeebe:input"
1320
+ },
1243
1321
  "condition": {
1244
- "property": "authType",
1245
- "equals": "token"
1322
+ "property": "authentication.type",
1323
+ "equals": "clientCredentials",
1324
+ "type": "simple"
1325
+ },
1326
+ "type": "String"
1327
+ },
1328
+ {
1329
+ "id": "authentication.credentials.clientSecret",
1330
+ "label": "Client secret",
1331
+ "description": "The secret value of the Azure AD application",
1332
+ "optional": false,
1333
+ "constraints": {
1334
+ "notEmpty": true
1246
1335
  },
1336
+ "feel": "optional",
1337
+ "group": "authentication",
1247
1338
  "binding": {
1248
- "type": "zeebe:input",
1249
- "name": "authentication.token"
1250
- }
1339
+ "name": "authentication.clientSecret",
1340
+ "type": "zeebe:input"
1341
+ },
1342
+ "condition": {
1343
+ "property": "authentication.type",
1344
+ "equals": "clientCredentials",
1345
+ "type": "simple"
1346
+ },
1347
+ "type": "String"
1251
1348
  },
1252
1349
  {
1350
+ "id": "authentication.refresh.token",
1253
1351
  "label": "Refresh token",
1254
- "group": "authentication",
1255
- "type": "String",
1256
- "feel": "optional",
1352
+ "optional": false,
1257
1353
  "constraints": {
1258
1354
  "notEmpty": true
1259
1355
  },
1356
+ "feel": "optional",
1357
+ "group": "authentication",
1358
+ "binding": {
1359
+ "name": "authentication.token",
1360
+ "type": "zeebe:input"
1361
+ },
1260
1362
  "condition": {
1261
- "property": "authType",
1262
- "equals": "refresh"
1363
+ "property": "authentication.type",
1364
+ "equals": "refresh",
1365
+ "type": "simple"
1263
1366
  },
1264
- "binding": {
1265
- "type": "zeebe:input",
1266
- "name": "authentication.token"
1267
- }
1367
+ "type": "String"
1268
1368
  },
1269
1369
  {
1370
+ "id": "authentication.refresh.clientId",
1270
1371
  "label": "Client ID",
1271
1372
  "description": "The client ID of the application",
1272
- "group": "authentication",
1273
- "type": "String",
1274
- "feel": "optional",
1373
+ "optional": false,
1275
1374
  "constraints": {
1276
1375
  "notEmpty": true
1277
1376
  },
1377
+ "feel": "optional",
1378
+ "group": "authentication",
1379
+ "binding": {
1380
+ "name": "authentication.clientId",
1381
+ "type": "zeebe:input"
1382
+ },
1278
1383
  "condition": {
1279
- "property": "authType",
1280
- "oneOf": ["clientCredentials", "refresh"]
1384
+ "property": "authentication.type",
1385
+ "equals": "refresh",
1386
+ "type": "simple"
1281
1387
  },
1282
- "binding": {
1283
- "type": "zeebe:input",
1284
- "name": "authentication.clientId"
1285
- }
1388
+ "type": "String"
1286
1389
  },
1287
1390
  {
1391
+ "id": "authentication.refresh.tenantId",
1288
1392
  "label": "Tenant ID",
1289
1393
  "description": "The tenant ID of the application",
1290
- "group": "authentication",
1291
- "type": "String",
1292
- "feel": "optional",
1394
+ "optional": false,
1293
1395
  "constraints": {
1294
1396
  "notEmpty": true
1295
1397
  },
1398
+ "feel": "optional",
1399
+ "group": "authentication",
1400
+ "binding": {
1401
+ "name": "authentication.tenantId",
1402
+ "type": "zeebe:input"
1403
+ },
1296
1404
  "condition": {
1297
- "property": "authType",
1298
- "oneOf": ["clientCredentials", "refresh"]
1405
+ "property": "authentication.type",
1406
+ "equals": "refresh",
1407
+ "type": "simple"
1299
1408
  },
1300
- "binding": {
1301
- "type": "zeebe:input",
1302
- "name": "authentication.tenantId"
1303
- }
1409
+ "type": "String"
1304
1410
  },
1305
1411
  {
1412
+ "id": "authentication.refresh.clientSecret",
1306
1413
  "label": "Client secret",
1307
- "description": " The secret value of the Azure AD application",
1308
- "group": "authentication",
1309
- "type": "String",
1414
+ "description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
1415
+ "optional": true,
1310
1416
  "feel": "optional",
1311
- "constraints": {
1312
- "notEmpty": true
1417
+ "group": "authentication",
1418
+ "binding": {
1419
+ "name": "authentication.clientSecret",
1420
+ "type": "zeebe:input"
1313
1421
  },
1314
1422
  "condition": {
1315
- "property": "authType",
1316
- "oneOf": ["clientCredentials", "refresh"]
1423
+ "property": "authentication.type",
1424
+ "equals": "refresh",
1425
+ "type": "simple"
1317
1426
  },
1318
- "binding": {
1319
- "type": "zeebe:input",
1320
- "name": "authentication.clientSecret"
1321
- }
1427
+ "type": "String"
1322
1428
  },
1323
1429
  {
1430
+ "id": "data.type",
1324
1431
  "label": "Conversation type",
1325
- "id": "operationType",
1326
- "group": "operation",
1327
1432
  "description": "Choose conversation type",
1328
1433
  "value": "chat",
1434
+ "group": "operation",
1435
+ "binding": {
1436
+ "name": "data.type",
1437
+ "type": "zeebe:input"
1438
+ },
1329
1439
  "type": "Dropdown",
1330
1440
  "choices": [
1331
1441
  {
@@ -1336,21 +1446,23 @@
1336
1446
  "name": "Channel",
1337
1447
  "value": "channel"
1338
1448
  }
1339
- ],
1340
- "binding": {
1341
- "type": "zeebe:input",
1342
- "name": "data.type"
1343
- },
1344
- "constraints": {
1345
- "notEmpty": true
1346
- }
1449
+ ]
1347
1450
  },
1348
1451
  {
1452
+ "id": "data.chatMethod",
1349
1453
  "label": "Method",
1350
- "id": "tokenAuthTypeChatMethod",
1351
- "group": "operation",
1352
1454
  "description": "Select method for chat interaction",
1353
1455
  "value": "sendMessageToChat",
1456
+ "group": "operation",
1457
+ "binding": {
1458
+ "name": "data.method",
1459
+ "type": "zeebe:input"
1460
+ },
1461
+ "condition": {
1462
+ "property": "data.type",
1463
+ "equals": "chat",
1464
+ "type": "simple"
1465
+ },
1354
1466
  "type": "Dropdown",
1355
1467
  "choices": [
1356
1468
  {
@@ -1381,82 +1493,23 @@
1381
1493
  "name": "Get message in chat",
1382
1494
  "value": "getMessageFromChat"
1383
1495
  }
1384
- ],
1385
- "constraints": {
1386
- "notEmpty": true
1387
- },
1388
- "condition": {
1389
- "allMatch": [
1390
- {
1391
- "property": "operationType",
1392
- "equals": "chat"
1393
- },
1394
- {
1395
- "property": "authType",
1396
- "oneOf": ["token", "refresh"]
1397
- }
1398
- ]
1399
- },
1400
- "binding": {
1401
- "type": "zeebe:input",
1402
- "name": "data.method"
1403
- }
1496
+ ]
1404
1497
  },
1405
1498
  {
1499
+ "id": "data.channelMethod",
1406
1500
  "label": "Method",
1407
- "id": "clientCredentialsChatMethod",
1501
+ "description": "Select method for channel interaction",
1502
+ "value": "sendMessageToChannel",
1408
1503
  "group": "operation",
1409
- "description": "Select method for chat interaction",
1410
- "value": "createChat",
1411
- "type": "Dropdown",
1412
- "choices": [
1413
- {
1414
- "name": "Create a new chat",
1415
- "value": "createChat"
1416
- },
1417
- {
1418
- "name": "Get chat by ID",
1419
- "value": "getChat"
1420
- },
1421
- {
1422
- "name": "List chat members",
1423
- "value": "listMembersOfChat"
1424
- },
1425
- {
1426
- "name": "List messages in chat",
1427
- "value": "listMessagesInChat"
1428
- },
1429
- {
1430
- "name": "Get message in chat",
1431
- "value": "getMessageFromChat"
1432
- }
1433
- ],
1434
- "constraints": {
1435
- "notEmpty": true
1504
+ "binding": {
1505
+ "name": "data.method",
1506
+ "type": "zeebe:input"
1436
1507
  },
1437
1508
  "condition": {
1438
- "allMatch": [
1439
- {
1440
- "property": "operationType",
1441
- "equals": "chat"
1442
- },
1443
- {
1444
- "property": "authType",
1445
- "equals": "clientCredentials"
1446
- }
1447
- ]
1509
+ "property": "data.type",
1510
+ "equals": "channel",
1511
+ "type": "simple"
1448
1512
  },
1449
- "binding": {
1450
- "type": "zeebe:input",
1451
- "name": "data.method"
1452
- }
1453
- },
1454
- {
1455
- "label": "Method",
1456
- "id": "tokenAuthChannelMethod",
1457
- "group": "operation",
1458
- "description": "Select method for channel interaction",
1459
- "value": "sendMessageToChannel",
1460
1513
  "type": "Dropdown",
1461
1514
  "choices": [
1462
1515
  {
@@ -1491,90 +1544,37 @@
1491
1544
  "name": "List members",
1492
1545
  "value": "listMembersInChannel"
1493
1546
  }
1494
- ],
1495
- "constraints": {
1496
- "notEmpty": true
1497
- },
1498
- "condition": {
1499
- "allMatch": [
1500
- {
1501
- "property": "operationType",
1502
- "equals": "channel"
1503
- },
1504
- {
1505
- "property": "authType",
1506
- "oneOf": ["token", "refresh"]
1507
- }
1508
- ]
1509
- },
1510
- "binding": {
1511
- "type": "zeebe:input",
1512
- "name": "data.method"
1513
- }
1547
+ ]
1514
1548
  },
1515
1549
  {
1516
- "label": "Method",
1517
- "id": "credentialsAuthChannelMethod",
1518
- "group": "operation",
1519
- "description": "Select method for channel interaction",
1520
- "value": "createChannel",
1521
- "type": "Dropdown",
1522
- "choices": [
1523
- {
1524
- "name": "Create channel",
1525
- "value": "createChannel"
1526
- },
1527
- {
1528
- "name": "Get channel",
1529
- "value": "getChannel"
1530
- },
1531
- {
1532
- "name": "List channels",
1533
- "value": "listAllChannels"
1534
- },
1535
- {
1536
- "name": "Get channel message",
1537
- "value": "getMessageFromChannel"
1538
- },
1539
- {
1540
- "name": "List channel messages",
1541
- "value": "listChannelMessages"
1542
- },
1543
- {
1544
- "name": "List message replies",
1545
- "value": "listMessageRepliesInChannel"
1546
- },
1547
- {
1548
- "name": "List members",
1549
- "value": "listMembersInChannel"
1550
- }
1551
- ],
1550
+ "id": "data.createChat.chatType",
1551
+ "label": "Chat type",
1552
+ "description": "The type of a new chat",
1553
+ "optional": false,
1554
+ "value": "one_on_one",
1552
1555
  "constraints": {
1553
1556
  "notEmpty": true
1554
1557
  },
1558
+ "group": "data",
1559
+ "binding": {
1560
+ "name": "data.chatType",
1561
+ "type": "zeebe:input"
1562
+ },
1555
1563
  "condition": {
1556
1564
  "allMatch": [
1557
1565
  {
1558
- "property": "operationType",
1559
- "equals": "channel"
1566
+ "property": "data.chatMethod",
1567
+ "equals": "createChat",
1568
+ "type": "simple"
1560
1569
  },
1561
1570
  {
1562
- "property": "authType",
1563
- "equals": "clientCredentials"
1571
+ "property": "data.type",
1572
+ "equals": "chat",
1573
+ "type": "simple"
1564
1574
  }
1565
1575
  ]
1566
1576
  },
1567
- "binding": {
1568
- "type": "zeebe:input",
1569
- "name": "data.method"
1570
- }
1571
- },
1572
- {
1573
- "label": "Chat type",
1574
- "description": "The type of a new chat",
1575
- "group": "data",
1576
1577
  "type": "Dropdown",
1577
- "value": "one_on_one",
1578
1578
  "choices": [
1579
1579
  {
1580
1580
  "name": "One on one",
@@ -1584,128 +1584,129 @@
1584
1584
  "name": "Group",
1585
1585
  "value": "group"
1586
1586
  }
1587
- ],
1588
- "binding": {
1589
- "type": "zeebe:input",
1590
- "name": "data.chatType"
1591
- },
1592
- "constraints": {
1593
- "notEmpty": true
1594
- },
1595
- "condition": {
1596
- "allMatch": [
1597
- {
1598
- "property": "tokenAuthTypeChatMethod",
1599
- "equals": "createChat",
1600
- "type": "simple"
1601
- },
1602
- {
1603
- "property": "clientCredentialsChatMethod",
1604
- "equals": "createChat",
1605
- "type": "simple"
1606
- }
1607
- ]
1608
- }
1587
+ ]
1609
1588
  },
1610
1589
  {
1590
+ "id": "data.createChat.topic",
1611
1591
  "label": "Topic",
1612
1592
  "description": "Set topic of chat (optional)",
1613
- "group": "data",
1614
- "type": "String",
1615
- "feel": "optional",
1616
1593
  "optional": true,
1594
+ "feel": "optional",
1595
+ "group": "data",
1617
1596
  "binding": {
1618
- "type": "zeebe:input",
1619
- "name": "data.topic"
1597
+ "name": "data.topic",
1598
+ "type": "zeebe:input"
1620
1599
  },
1621
1600
  "condition": {
1622
1601
  "allMatch": [
1623
1602
  {
1624
- "property": "tokenAuthTypeChatMethod",
1625
- "equals": "createChat",
1603
+ "property": "data.createChat.chatType",
1604
+ "equals": "group",
1626
1605
  "type": "simple"
1627
1606
  },
1628
1607
  {
1629
- "property": "clientCredentialsChatMethod",
1608
+ "property": "data.chatMethod",
1630
1609
  "equals": "createChat",
1631
1610
  "type": "simple"
1611
+ },
1612
+ {
1613
+ "property": "data.type",
1614
+ "equals": "chat",
1615
+ "type": "simple"
1632
1616
  }
1633
1617
  ]
1634
- }
1618
+ },
1619
+ "type": "String"
1635
1620
  },
1636
1621
  {
1622
+ "id": "data.createChat.members",
1637
1623
  "label": "Members",
1638
1624
  "description": "Set array members of chat. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#members-property'>Learn more about the required format</a>",
1639
- "group": "data",
1640
- "type": "Text",
1641
- "feel": "required",
1642
- "binding": {
1643
- "type": "zeebe:input",
1644
- "name": "data.members"
1645
- },
1625
+ "optional": false,
1646
1626
  "constraints": {
1647
1627
  "notEmpty": true
1648
1628
  },
1629
+ "feel": "required",
1630
+ "group": "data",
1631
+ "binding": {
1632
+ "name": "data.members",
1633
+ "type": "zeebe:input"
1634
+ },
1649
1635
  "condition": {
1650
1636
  "allMatch": [
1651
1637
  {
1652
- "property": "tokenAuthTypeChatMethod",
1638
+ "property": "data.chatMethod",
1653
1639
  "equals": "createChat",
1654
1640
  "type": "simple"
1655
1641
  },
1656
1642
  {
1657
- "property": "clientCredentialsChatMethod",
1658
- "equals": "createChat",
1643
+ "property": "data.type",
1644
+ "equals": "chat",
1659
1645
  "type": "simple"
1660
1646
  }
1661
1647
  ]
1662
- }
1648
+ },
1649
+ "type": "String"
1663
1650
  },
1664
1651
  {
1652
+ "id": "data.getChat.chatId",
1665
1653
  "label": "Chat ID",
1666
1654
  "description": "The chat ID",
1667
- "group": "data",
1668
- "type": "String",
1669
- "feel": "optional",
1670
- "binding": {
1671
- "type": "zeebe:input",
1672
- "name": "data.chatId"
1673
- },
1655
+ "optional": false,
1674
1656
  "constraints": {
1675
1657
  "notEmpty": true
1676
1658
  },
1659
+ "feel": "optional",
1660
+ "group": "data",
1661
+ "binding": {
1662
+ "name": "data.chatId",
1663
+ "type": "zeebe:input"
1664
+ },
1677
1665
  "condition": {
1678
1666
  "allMatch": [
1679
1667
  {
1680
- "property": "tokenAuthTypeChatMethod",
1681
- "oneOf": [
1682
- "getChat",
1683
- "listMembersOfChat",
1684
- "sendMessageToChat",
1685
- "getMessageFromChat",
1686
- "listMessagesInChat"
1687
- ]
1668
+ "property": "data.chatMethod",
1669
+ "equals": "getChat",
1670
+ "type": "simple"
1688
1671
  },
1689
1672
  {
1690
- "property": "clientCredentialsChatMethod",
1691
- "oneOf": [
1692
- "getChat",
1693
- "listMembersOfChat",
1694
- "sendMessageToChat",
1695
- "getMessageFromChat",
1696
- "listMessagesInChat"
1697
- ]
1673
+ "property": "data.type",
1674
+ "equals": "chat",
1675
+ "type": "simple"
1698
1676
  }
1699
1677
  ]
1700
- }
1678
+ },
1679
+ "type": "String"
1701
1680
  },
1702
1681
  {
1682
+ "id": "data.getChat.expand",
1703
1683
  "label": "Expand response",
1704
1684
  "description": "Choose expand type. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#expand-response'>Learn more about expanding chat response</a>",
1685
+ "optional": false,
1686
+ "value": "withoutExpand",
1687
+ "constraints": {
1688
+ "notEmpty": true
1689
+ },
1705
1690
  "group": "data",
1691
+ "binding": {
1692
+ "name": "data.expand",
1693
+ "type": "zeebe:input"
1694
+ },
1695
+ "condition": {
1696
+ "allMatch": [
1697
+ {
1698
+ "property": "data.chatMethod",
1699
+ "equals": "getChat",
1700
+ "type": "simple"
1701
+ },
1702
+ {
1703
+ "property": "data.type",
1704
+ "equals": "chat",
1705
+ "type": "simple"
1706
+ }
1707
+ ]
1708
+ },
1706
1709
  "type": "Dropdown",
1707
- "value": "withoutExpand",
1708
- "optional": true,
1709
1710
  "choices": [
1710
1711
  {
1711
1712
  "name": "Without expand",
@@ -1719,653 +1720,540 @@
1719
1720
  "name": "With chat members",
1720
1721
  "value": "members"
1721
1722
  }
1722
- ],
1723
+ ]
1724
+ },
1725
+ {
1726
+ "id": "data.listChatMembers.chatId",
1727
+ "label": "Chat ID",
1728
+ "description": "The chat ID",
1729
+ "optional": false,
1730
+ "constraints": {
1731
+ "notEmpty": true
1732
+ },
1733
+ "feel": "optional",
1734
+ "group": "data",
1723
1735
  "binding": {
1724
- "type": "zeebe:input",
1725
- "name": "data.expand"
1736
+ "name": "data.chatId",
1737
+ "type": "zeebe:input"
1726
1738
  },
1727
1739
  "condition": {
1728
1740
  "allMatch": [
1729
1741
  {
1730
- "property": "tokenAuthTypeChatMethod",
1731
- "equals": "getChat",
1742
+ "property": "data.chatMethod",
1743
+ "equals": "listMembersOfChat",
1732
1744
  "type": "simple"
1733
1745
  },
1734
1746
  {
1735
- "property": "clientCredentialsChatMethod",
1736
- "equals": "createChat",
1747
+ "property": "data.type",
1748
+ "equals": "chat",
1737
1749
  "type": "simple"
1738
1750
  }
1739
1751
  ]
1740
- }
1752
+ },
1753
+ "type": "String"
1741
1754
  },
1742
1755
  {
1743
- "label": "Content",
1744
- "description": "Enter content",
1745
- "group": "data",
1746
- "type": "Text",
1747
- "feel": "optional",
1748
- "binding": {
1749
- "type": "zeebe:input",
1750
- "name": "data.content"
1751
- },
1756
+ "id": "data.sendMessageInChat.chatId",
1757
+ "label": "Chat ID",
1758
+ "description": "The chat ID",
1759
+ "optional": false,
1752
1760
  "constraints": {
1753
1761
  "notEmpty": true
1754
1762
  },
1763
+ "feel": "optional",
1764
+ "group": "data",
1765
+ "binding": {
1766
+ "name": "data.chatId",
1767
+ "type": "zeebe:input"
1768
+ },
1755
1769
  "condition": {
1756
1770
  "allMatch": [
1757
1771
  {
1758
- "property": "tokenAuthTypeChatMethod",
1772
+ "property": "data.chatMethod",
1759
1773
  "equals": "sendMessageToChat",
1760
1774
  "type": "simple"
1761
1775
  },
1762
1776
  {
1763
- "property": "clientCredentialsChatMethod",
1764
- "equals": "sendMessageToChat",
1777
+ "property": "data.type",
1778
+ "equals": "chat",
1765
1779
  "type": "simple"
1766
1780
  }
1767
1781
  ]
1768
- }
1782
+ },
1783
+ "type": "String"
1769
1784
  },
1770
1785
  {
1771
- "label": "Message ID",
1772
- "description": "The message ID",
1773
- "group": "data",
1774
- "type": "String",
1775
- "feel": "optional",
1776
- "binding": {
1777
- "type": "zeebe:input",
1778
- "name": "data.messageId"
1779
- },
1786
+ "id": "data.sendMessageInChat.content",
1787
+ "label": "Content",
1788
+ "description": "Enter content",
1789
+ "optional": false,
1780
1790
  "constraints": {
1781
1791
  "notEmpty": true
1782
1792
  },
1793
+ "feel": "optional",
1794
+ "group": "data",
1795
+ "binding": {
1796
+ "name": "data.content",
1797
+ "type": "zeebe:input"
1798
+ },
1783
1799
  "condition": {
1784
1800
  "allMatch": [
1785
1801
  {
1786
- "property": "tokenAuthTypeChatMethod",
1787
- "equals": "getMessageFromChat",
1802
+ "property": "data.chatMethod",
1803
+ "equals": "sendMessageToChat",
1788
1804
  "type": "simple"
1789
1805
  },
1790
1806
  {
1791
- "property": "clientCredentialsChatMethod",
1792
- "equals": "getMessageFromChat",
1807
+ "property": "data.type",
1808
+ "equals": "chat",
1793
1809
  "type": "simple"
1794
1810
  }
1795
1811
  ]
1796
- }
1812
+ },
1813
+ "type": "Text"
1797
1814
  },
1798
1815
  {
1799
- "label": "Top",
1800
- "description": "Controls the number of items per response. Maximum allowed $top value is 50",
1816
+ "id": "data.sendMessageInChat.bodyType",
1817
+ "label": "Content type",
1818
+ "description": "The type of the content. Possible values are text and html",
1819
+ "optional": false,
1820
+ "value": "TEXT",
1821
+ "constraints": {
1822
+ "notEmpty": true
1823
+ },
1801
1824
  "group": "data",
1802
- "type": "String",
1803
- "feel": "optional",
1804
- "optional": true,
1805
1825
  "binding": {
1806
- "type": "zeebe:input",
1807
- "name": "data.top"
1808
- },
1809
- "constraints": {
1810
- "notEmpty": false
1826
+ "name": "data.bodyType",
1827
+ "type": "zeebe:input"
1811
1828
  },
1812
1829
  "condition": {
1813
1830
  "allMatch": [
1814
1831
  {
1815
- "property": "tokenAuthTypeChatMethod",
1816
- "equals": "listMessagesInChat",
1832
+ "property": "data.chatMethod",
1833
+ "equals": "sendMessageToChat",
1817
1834
  "type": "simple"
1818
1835
  },
1819
1836
  {
1820
- "property": "clientCredentialsChatMethod",
1821
- "equals": "listMessagesInChat",
1837
+ "property": "data.type",
1838
+ "equals": "chat",
1822
1839
  "type": "simple"
1823
1840
  }
1824
1841
  ]
1825
- }
1826
- },
1827
- {
1828
- "label": "Order by",
1829
- "group": "data",
1842
+ },
1830
1843
  "type": "Dropdown",
1831
- "value": "withoutOrdering",
1832
1844
  "choices": [
1833
1845
  {
1834
- "name": "Without ordering",
1835
- "value": "withoutOrdering"
1836
- },
1837
- {
1838
- "name": "Last modified data time",
1839
- "value": "lastModifiedDateTime"
1846
+ "name": "Text",
1847
+ "value": "TEXT"
1840
1848
  },
1841
1849
  {
1842
- "name": "Created data time",
1843
- "value": "createdDateTime"
1850
+ "name": "HTML",
1851
+ "value": "HTML"
1844
1852
  }
1845
- ],
1846
- "binding": {
1847
- "type": "zeebe:input",
1848
- "name": "data.orderBy"
1849
- },
1850
- "optional": true,
1853
+ ]
1854
+ },
1855
+ {
1856
+ "id": "data.listMessagesInChat.chatId",
1857
+ "label": "Chat ID",
1858
+ "description": "The chat ID",
1859
+ "optional": false,
1851
1860
  "constraints": {
1852
- "notEmpty": false
1861
+ "notEmpty": true
1862
+ },
1863
+ "feel": "optional",
1864
+ "group": "data",
1865
+ "binding": {
1866
+ "name": "data.chatId",
1867
+ "type": "zeebe:input"
1853
1868
  },
1854
1869
  "condition": {
1855
1870
  "allMatch": [
1856
1871
  {
1857
- "property": "tokenAuthTypeChatMethod",
1872
+ "property": "data.chatMethod",
1858
1873
  "equals": "listMessagesInChat",
1859
1874
  "type": "simple"
1860
1875
  },
1861
1876
  {
1862
- "property": "clientCredentialsChatMethod",
1863
- "equals": "listMessagesInChat",
1877
+ "property": "data.type",
1878
+ "equals": "chat",
1864
1879
  "type": "simple"
1865
1880
  }
1866
1881
  ]
1867
- }
1882
+ },
1883
+ "type": "String"
1868
1884
  },
1869
1885
  {
1870
- "label": "Filter",
1871
- "description": "Sets the date range filter for the lastModifiedDateTime and createdDateTime properties. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
1872
- "group": "data",
1873
- "type": "String",
1874
- "feel": "optional",
1886
+ "id": "data.listMessagesInChat.top",
1887
+ "label": "Top",
1888
+ "description": "Controls the number of items per response. Maximum allowed $top value is 50",
1875
1889
  "optional": true,
1890
+ "feel": "optional",
1891
+ "group": "data",
1876
1892
  "binding": {
1877
- "type": "zeebe:input",
1878
- "name": "data.filter"
1893
+ "name": "data.top",
1894
+ "type": "zeebe:input"
1879
1895
  },
1880
1896
  "condition": {
1881
1897
  "allMatch": [
1882
1898
  {
1883
- "property": "tokenAuthTypeChatMethod",
1899
+ "property": "data.chatMethod",
1884
1900
  "equals": "listMessagesInChat",
1885
1901
  "type": "simple"
1886
1902
  },
1887
1903
  {
1888
- "property": "clientCredentialsChatMethod",
1889
- "equals": "listMessagesInChat",
1904
+ "property": "data.type",
1905
+ "equals": "chat",
1890
1906
  "type": "simple"
1891
1907
  }
1892
1908
  ]
1893
- }
1909
+ },
1910
+ "type": "String"
1894
1911
  },
1895
1912
  {
1896
- "label": "Group ID",
1897
- "description": "The group id for teams",
1898
- "group": "data",
1899
- "type": "String",
1900
- "feel": "optional",
1901
- "binding": {
1902
- "type": "zeebe:input",
1903
- "name": "data.groupId"
1904
- },
1913
+ "id": "data.listMessagesInChat.orderBy",
1914
+ "label": "Order by",
1915
+ "optional": false,
1916
+ "value": "withoutOrdering",
1905
1917
  "constraints": {
1906
1918
  "notEmpty": true
1907
1919
  },
1920
+ "group": "data",
1921
+ "binding": {
1922
+ "name": "data.orderBy",
1923
+ "type": "zeebe:input"
1924
+ },
1908
1925
  "condition": {
1909
1926
  "allMatch": [
1910
1927
  {
1911
- "property": "tokenAuthChannelMethod",
1912
- "oneOf": [
1913
- "createChannel",
1914
- "listAllChannels",
1915
- "getChannel",
1916
- "sendMessageToChannel",
1917
- "getMessageFromChannel",
1918
- "listChannelMessages",
1919
- "listMessageRepliesInChannel",
1920
- "listMembersInChannel"
1921
- ]
1928
+ "property": "data.chatMethod",
1929
+ "equals": "listMessagesInChat",
1930
+ "type": "simple"
1922
1931
  },
1923
1932
  {
1924
- "property": "credentialsAuthChannelMethod",
1925
- "oneOf": [
1926
- "createChannel",
1927
- "listAllChannels",
1928
- "getChannel",
1929
- "sendMessageToChannel",
1930
- "getMessageFromChannel",
1931
- "listChannelMessages",
1932
- "listMessageRepliesInChannel",
1933
- "listMembersInChannel"
1934
- ]
1933
+ "property": "data.type",
1934
+ "equals": "chat",
1935
+ "type": "simple"
1935
1936
  }
1936
1937
  ]
1937
- }
1938
+ },
1939
+ "type": "Dropdown",
1940
+ "choices": [
1941
+ {
1942
+ "name": "Without ordering",
1943
+ "value": "withoutOrdering"
1944
+ },
1945
+ {
1946
+ "name": "Last modified data time",
1947
+ "value": "lastModifiedDateTime"
1948
+ },
1949
+ {
1950
+ "name": "Created data time",
1951
+ "value": "createdDateTime"
1952
+ }
1953
+ ]
1938
1954
  },
1939
1955
  {
1940
- "label": "Channel ID",
1941
- "description": "The channel ID",
1942
- "group": "data",
1943
- "type": "String",
1956
+ "id": "data.listMessagesInChat.filter",
1957
+ "label": "Filter",
1958
+ "description": "Sets the date range filter for the lastModifiedDateTime and createdDateTime properties. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
1959
+ "optional": false,
1944
1960
  "feel": "optional",
1961
+ "group": "data",
1945
1962
  "binding": {
1946
- "type": "zeebe:input",
1947
- "name": "data.channelId"
1948
- },
1949
- "constraints": {
1950
- "notEmpty": true
1963
+ "name": "data.filter",
1964
+ "type": "zeebe:input"
1951
1965
  },
1952
1966
  "condition": {
1953
1967
  "allMatch": [
1954
1968
  {
1955
- "property": "tokenAuthChannelMethod",
1956
- "oneOf": [
1957
- "getChannel",
1958
- "sendMessageToChannel",
1959
- "getMessageFromChannel",
1960
- "listChannelMessages",
1961
- "listMessageRepliesInChannel",
1962
- "listMembersInChannel"
1963
- ]
1969
+ "property": "data.chatMethod",
1970
+ "equals": "listMessagesInChat",
1971
+ "type": "simple"
1964
1972
  },
1965
1973
  {
1966
- "property": "credentialsAuthChannelMethod",
1967
- "oneOf": [
1968
- "getChannel",
1969
- "sendMessageToChannel",
1970
- "getMessageFromChannel",
1971
- "listChannelMessages",
1972
- "listMessageRepliesInChannel",
1973
- "listMembersInChannel"
1974
- ]
1974
+ "property": "data.type",
1975
+ "equals": "chat",
1976
+ "type": "simple"
1975
1977
  }
1976
1978
  ]
1977
- }
1979
+ },
1980
+ "type": "String"
1978
1981
  },
1979
1982
  {
1980
- "label": "Display name",
1981
- "description": "Enter name of a channel",
1982
- "group": "data",
1983
- "type": "String",
1984
- "feel": "optional",
1985
- "binding": {
1986
- "type": "zeebe:input",
1987
- "name": "data.name"
1988
- },
1983
+ "id": "data.getMessageInChat.chatId",
1984
+ "label": "Chat ID",
1985
+ "description": "The chat ID",
1986
+ "optional": false,
1989
1987
  "constraints": {
1990
1988
  "notEmpty": true
1991
1989
  },
1990
+ "feel": "optional",
1991
+ "group": "data",
1992
+ "binding": {
1993
+ "name": "data.chatId",
1994
+ "type": "zeebe:input"
1995
+ },
1992
1996
  "condition": {
1993
1997
  "allMatch": [
1994
1998
  {
1995
- "property": "tokenAuthChannelMethod",
1996
- "equals": "createChannel",
1999
+ "property": "data.chatMethod",
2000
+ "equals": "getMessageFromChat",
1997
2001
  "type": "simple"
1998
2002
  },
1999
2003
  {
2000
- "property": "credentialsAuthChannelMethod",
2001
- "equals": "createChannel",
2004
+ "property": "data.type",
2005
+ "equals": "chat",
2002
2006
  "type": "simple"
2003
2007
  }
2004
2008
  ]
2005
- }
2009
+ },
2010
+ "type": "String"
2006
2011
  },
2007
2012
  {
2008
- "label": "Description",
2009
- "description": "Enter description",
2010
- "group": "data",
2011
- "type": "Text",
2013
+ "id": "data.getMessageInChat.messageId",
2014
+ "label": "Message ID",
2015
+ "description": "The message ID",
2016
+ "optional": false,
2017
+ "constraints": {
2018
+ "notEmpty": true
2019
+ },
2012
2020
  "feel": "optional",
2013
- "optional": true,
2021
+ "group": "data",
2014
2022
  "binding": {
2015
- "type": "zeebe:input",
2016
- "name": "data.description"
2023
+ "name": "data.messageId",
2024
+ "type": "zeebe:input"
2017
2025
  },
2018
2026
  "condition": {
2019
2027
  "allMatch": [
2020
2028
  {
2021
- "property": "tokenAuthChannelMethod",
2022
- "equals": "createChannel",
2029
+ "property": "data.chatMethod",
2030
+ "equals": "getMessageFromChat",
2023
2031
  "type": "simple"
2024
2032
  },
2025
2033
  {
2026
- "property": "credentialsAuthChannelMethod",
2027
- "equals": "createChannel",
2034
+ "property": "data.type",
2035
+ "equals": "chat",
2028
2036
  "type": "simple"
2029
2037
  }
2030
2038
  ]
2031
- }
2039
+ },
2040
+ "type": "String"
2032
2041
  },
2033
2042
  {
2034
- "label": "Channel membership type ",
2035
- "id": "channelType",
2036
- "description": "Choose type",
2037
- "group": "data",
2038
- "type": "Dropdown",
2039
- "value": "standard",
2040
- "choices": [
2041
- {
2042
- "name": "STANDARD",
2043
- "value": "standard"
2044
- },
2045
- {
2046
- "name": "PRIVATE",
2047
- "value": "private"
2048
- },
2049
- {
2050
- "name": "SHARED",
2051
- "value": "shared"
2052
- }
2053
- ],
2054
- "binding": {
2055
- "type": "zeebe:input",
2056
- "name": "data.channelType"
2057
- },
2043
+ "id": "data.createChannel.groupId",
2044
+ "label": "Group ID",
2045
+ "description": "The group ID for teams",
2046
+ "optional": false,
2058
2047
  "constraints": {
2059
2048
  "notEmpty": true
2060
2049
  },
2050
+ "feel": "optional",
2051
+ "group": "data",
2052
+ "binding": {
2053
+ "name": "data.groupId",
2054
+ "type": "zeebe:input"
2055
+ },
2061
2056
  "condition": {
2062
2057
  "allMatch": [
2063
2058
  {
2064
- "property": "tokenAuthChannelMethod",
2059
+ "property": "data.channelMethod",
2065
2060
  "equals": "createChannel",
2066
2061
  "type": "simple"
2067
2062
  },
2068
2063
  {
2069
- "property": "credentialsAuthChannelMethod",
2070
- "equals": "createChannel",
2064
+ "property": "data.type",
2065
+ "equals": "channel",
2071
2066
  "type": "simple"
2072
2067
  }
2073
2068
  ]
2074
- }
2069
+ },
2070
+ "type": "String"
2075
2071
  },
2076
2072
  {
2077
- "label": "Owner",
2078
- "description": "Enter ID or principal name of a user",
2079
- "group": "data",
2080
- "type": "String",
2081
- "feel": "optional",
2082
- "binding": {
2083
- "type": "zeebe:input",
2084
- "name": "data.owner"
2085
- },
2073
+ "id": "data.createChannel.name",
2074
+ "label": "Display name",
2075
+ "description": "Enter name of a channel",
2076
+ "optional": false,
2086
2077
  "constraints": {
2087
2078
  "notEmpty": true
2088
2079
  },
2089
- "condition": {
2090
- "property": "channelType",
2091
- "oneOf": ["private", "shared"]
2092
- }
2093
- },
2094
- {
2095
- "label": "Filter",
2096
- "description": "Sets the search filter. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
2097
- "group": "data",
2098
- "type": "String",
2099
- "optional": true,
2100
2080
  "feel": "optional",
2081
+ "group": "data",
2101
2082
  "binding": {
2102
- "type": "zeebe:input",
2103
- "name": "data.filter"
2083
+ "name": "data.name",
2084
+ "type": "zeebe:input"
2104
2085
  },
2105
2086
  "condition": {
2106
2087
  "allMatch": [
2107
2088
  {
2108
- "property": "tokenAuthChannelMethod",
2109
- "equals": "listAllChannels",
2089
+ "property": "data.channelMethod",
2090
+ "equals": "createChannel",
2110
2091
  "type": "simple"
2111
2092
  },
2112
2093
  {
2113
- "property": "credentialsAuthChannelMethod",
2114
- "equals": "listAllChannels",
2094
+ "property": "data.type",
2095
+ "equals": "channel",
2115
2096
  "type": "simple"
2116
2097
  }
2117
2098
  ]
2118
- }
2099
+ },
2100
+ "type": "String"
2119
2101
  },
2120
2102
  {
2121
- "label": "Content",
2122
- "description": "Enter content",
2123
- "group": "data",
2124
- "type": "Text",
2103
+ "id": "data.createChannel.description",
2104
+ "label": "Description",
2105
+ "description": "Enter description",
2106
+ "optional": true,
2125
2107
  "feel": "optional",
2108
+ "group": "data",
2126
2109
  "binding": {
2127
- "type": "zeebe:input",
2128
- "name": "data.content"
2129
- },
2130
- "constraints": {
2131
- "notEmpty": true
2110
+ "name": "data.description",
2111
+ "type": "zeebe:input"
2132
2112
  },
2133
2113
  "condition": {
2134
2114
  "allMatch": [
2135
2115
  {
2136
- "property": "tokenAuthChannelMethod",
2137
- "equals": "sendMessageToChannel",
2116
+ "property": "data.channelMethod",
2117
+ "equals": "createChannel",
2138
2118
  "type": "simple"
2139
2119
  },
2140
2120
  {
2141
- "property": "credentialsAuthChannelMethod",
2142
- "equals": "sendMessageToChannel",
2121
+ "property": "data.type",
2122
+ "equals": "channel",
2143
2123
  "type": "simple"
2144
2124
  }
2145
2125
  ]
2146
- }
2126
+ },
2127
+ "type": "Text"
2147
2128
  },
2148
2129
  {
2149
- "label": "Content type",
2150
- "description": "The type of the content. Possible values are text and html.",
2151
- "group": "data",
2152
- "type": "Dropdown",
2153
- "value": "TEXT",
2154
- "choices": [
2155
- {
2156
- "name": "Text",
2157
- "value": "TEXT"
2158
- },
2159
- {
2160
- "name": "HTML",
2161
- "value": "HTML"
2162
- }
2163
- ],
2130
+ "id": "data.createChannel.channelType",
2131
+ "label": "Channel membership type",
2132
+ "description": "Choose type",
2133
+ "optional": false,
2134
+ "value": "standard",
2135
+ "constraints": {
2136
+ "notEmpty": true
2137
+ },
2138
+ "group": "data",
2164
2139
  "binding": {
2165
- "type": "zeebe:input",
2166
- "name": "data.bodyType"
2140
+ "name": "data.channelType",
2141
+ "type": "zeebe:input"
2167
2142
  },
2168
2143
  "condition": {
2169
2144
  "allMatch": [
2170
2145
  {
2171
- "property": "tokenAuthChannelMethod",
2172
- "equals": "sendMessageToChannel",
2146
+ "property": "data.channelMethod",
2147
+ "equals": "createChannel",
2173
2148
  "type": "simple"
2174
2149
  },
2175
2150
  {
2176
- "property": "credentialsAuthChannelMethod",
2177
- "equals": "sendMessageToChannel",
2151
+ "property": "data.type",
2152
+ "equals": "channel",
2178
2153
  "type": "simple"
2179
2154
  }
2180
2155
  ]
2181
- }
2156
+ },
2157
+ "type": "Dropdown",
2158
+ "choices": [
2159
+ {
2160
+ "name": "Standard",
2161
+ "value": "standard"
2162
+ },
2163
+ {
2164
+ "name": "Private",
2165
+ "value": "private"
2166
+ },
2167
+ {
2168
+ "name": "Shared",
2169
+ "value": "shared"
2170
+ }
2171
+ ]
2182
2172
  },
2183
2173
  {
2184
- "label": "Message ID",
2185
- "description": "The message ID",
2186
- "group": "data",
2187
- "type": "String",
2188
- "feel": "optional",
2189
- "binding": {
2190
- "type": "zeebe:input",
2191
- "name": "data.messageId"
2192
- },
2174
+ "id": "data.createChannel.owner",
2175
+ "label": "Owner",
2176
+ "description": "Enter ID or principal name of a user",
2177
+ "optional": false,
2193
2178
  "constraints": {
2194
2179
  "notEmpty": true
2195
2180
  },
2196
- "condition": {
2197
- "property": "tokenAuthChannelMethod",
2198
- "oneOf": ["getMessageFromChannel", "listMessageRepliesInChannel"]
2199
- }
2200
- },
2201
- {
2202
- "label": "Top",
2203
- "description": "Controls the number of items per response",
2204
- "group": "data",
2205
- "type": "String",
2206
- "optional": true,
2207
2181
  "feel": "optional",
2182
+ "group": "data",
2208
2183
  "binding": {
2209
- "type": "zeebe:input",
2210
- "name": "data.top"
2211
- },
2212
- "constraints": {
2213
- "notEmpty": false
2184
+ "name": "data.owner",
2185
+ "type": "zeebe:input"
2214
2186
  },
2215
2187
  "condition": {
2216
- "property": "credentialsAuthChannelMethod",
2217
- "equals": "listChannelMessages"
2218
- }
2188
+ "allMatch": [
2189
+ {
2190
+ "property": "data.createChannel.channelType",
2191
+ "oneOf": ["private", "shared"],
2192
+ "type": "simple"
2193
+ },
2194
+ {
2195
+ "property": "data.channelMethod",
2196
+ "equals": "createChannel",
2197
+ "type": "simple"
2198
+ },
2199
+ {
2200
+ "property": "data.type",
2201
+ "equals": "channel",
2202
+ "type": "simple"
2203
+ }
2204
+ ]
2205
+ },
2206
+ "type": "String"
2219
2207
  },
2220
2208
  {
2221
- "label": "With replies",
2222
- "description": "Return message replies",
2209
+ "id": "data.getChannel.groupId",
2210
+ "label": "Group ID",
2211
+ "description": "The group ID for teams",
2212
+ "optional": false,
2213
+ "constraints": {
2214
+ "notEmpty": true
2215
+ },
2216
+ "feel": "optional",
2223
2217
  "group": "data",
2224
- "value": "false",
2225
- "type": "Dropdown",
2226
- "choices": [
2227
- {
2228
- "name": "True",
2229
- "value": "true"
2230
- },
2231
- {
2232
- "name": "False",
2233
- "value": "false"
2234
- }
2235
- ],
2236
- "optional": true,
2237
2218
  "binding": {
2238
- "type": "zeebe:input",
2239
- "name": "data.isExpand"
2240
- },
2241
- "constraints": {
2242
- "notEmpty": false
2219
+ "name": "data.groupId",
2220
+ "type": "zeebe:input"
2243
2221
  },
2244
2222
  "condition": {
2245
2223
  "allMatch": [
2246
2224
  {
2247
- "property": "tokenAuthChannelMethod",
2248
- "equals": "listChannelMessages",
2225
+ "property": "data.channelMethod",
2226
+ "equals": "getChannel",
2249
2227
  "type": "simple"
2250
2228
  },
2251
2229
  {
2252
- "property": "credentialsAuthChannelMethod",
2253
- "equals": "listChannelMessages",
2230
+ "property": "data.type",
2231
+ "equals": "channel",
2254
2232
  "type": "simple"
2255
2233
  }
2256
2234
  ]
2257
- }
2258
- },
2259
- {
2260
- "label": "Result variable",
2261
- "description": "Enter the name of the variable where the response should be stored. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
2262
- "group": "output",
2263
- "type": "String",
2264
- "feel": "optional",
2265
- "binding": {
2266
- "type": "zeebe:taskHeader",
2267
- "key": "resultVariable"
2268
- }
2269
- },
2270
- {
2271
- "label": "Result expression",
2272
- "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
2273
- "group": "output",
2274
- "type": "Text",
2275
- "feel": "required",
2276
- "binding": {
2277
- "type": "zeebe:taskHeader",
2278
- "key": "resultExpression"
2279
- }
2280
- },
2281
- {
2282
- "label": "Error expression",
2283
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
2284
- "group": "errors",
2285
- "type": "Text",
2286
- "feel": "required",
2287
- "binding": {
2288
- "type": "zeebe:taskHeader",
2289
- "key": "errorExpression"
2290
- }
2291
- }
2292
- ],
2293
- "icon": {
2294
- "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='-334.32495 -518.3335 2897.4829 3110.001'%3E%3Cpath d='M1554.637 777.5h575.713c54.391 0 98.483 44.092 98.483 98.483v524.398c0 199.901-162.051 361.952-361.952 361.952h-1.711c-199.901.028-361.975-162-362.004-361.901V828.971c.001-28.427 23.045-51.471 51.471-51.471z' fill='%235059C9'/%3E%3Ccircle r='233.25' cy='440.583' cx='1943.75' fill='%235059C9'/%3E%3Ccircle r='336.917' cy='336.917' cx='1218.083' fill='%237B83EB'/%3E%3Cpath d='M1667.323 777.5H717.01c-53.743 1.33-96.257 45.931-95.01 99.676v598.105c-7.505 322.519 247.657 590.16 570.167 598.053 322.51-7.893 577.671-275.534 570.167-598.053V877.176c1.245-53.745-41.268-98.346-95.011-99.676z' fill='%237B83EB'/%3E%3Cpath d='M1244 777.5v838.145c-.258 38.435-23.549 72.964-59.09 87.598a91.856 91.856 0 01-35.765 7.257H667.613c-6.738-17.105-12.958-34.21-18.142-51.833a631.287 631.287 0 01-27.472-183.49V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.1'/%3E%3Cpath d='M1192.167 777.5v889.978a91.802 91.802 0 01-7.257 35.765c-14.634 35.541-49.163 58.833-87.598 59.09H691.975c-8.812-17.105-17.105-34.21-24.362-51.833-7.257-17.623-12.958-34.21-18.142-51.833a631.282 631.282 0 01-27.472-183.49V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.2'/%3E%3Cpath d='M1192.167 777.5v786.312c-.395 52.223-42.632 94.46-94.855 94.855h-447.84A631.282 631.282 0 01622 1475.177V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.2'/%3E%3Cpath d='M1140.333 777.5v786.312c-.395 52.223-42.632 94.46-94.855 94.855H649.472A631.282 631.282 0 01622 1475.177V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.2'/%3E%3Cpath d='M1244 509.522v163.275c-8.812.518-17.105 1.037-25.917 1.037-8.812 0-17.105-.518-25.917-1.037a284.472 284.472 0 01-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003a288.02 288.02 0 01-16.587-51.833h258.648c52.305.198 94.657 42.549 94.856 94.854z' opacity='.1'/%3E%3Cpath d='M1192.167 561.355v111.442a284.472 284.472 0 01-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003h190.228c52.304.198 94.656 42.55 94.855 94.854z' opacity='.2'/%3E%3Cpath d='M1192.167 561.355v111.442a284.472 284.472 0 01-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003h190.228c52.304.198 94.656 42.55 94.855 94.854z' opacity='.2'/%3E%3Cpath d='M1140.333 561.355v103.148c-104.963-24.857-191.679-98.469-233.25-198.003h138.395c52.305.199 94.656 42.551 94.855 94.855z' opacity='.2'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 2075.333)' y2='394.261' x2='942.234' y1='1683.073' x1='198.099' gradientUnits='userSpaceOnUse' id='a'%3E%3Cstop offset='0' stop-color='%235a62c3'/%3E%3Cstop offset='.5' stop-color='%234d55bd'/%3E%3Cstop offset='1' stop-color='%233940ab'/%3E%3C/linearGradient%3E%3Cpath d='M95.01 466.5h950.312c52.473 0 95.01 42.538 95.01 95.01v950.312c0 52.473-42.538 95.01-95.01 95.01H95.01c-52.473 0-95.01-42.538-95.01-95.01V561.51c0-52.472 42.538-95.01 95.01-95.01z' fill='url(%23a)'/%3E%3Cpath d='M820.211 828.193h-189.97v517.297h-121.03V828.193H320.123V727.844h500.088z' fill='%23FFF'/%3E%3C/svg%3E"
2295
- },
2296
- "engines": {
2297
- "camunda": "^8.2"
2298
- }
2299
- },
2300
- {
2301
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2302
- "name": "Microsoft Teams Outbound Connector",
2303
- "id": "io.camunda.connectors.MSTeams.v1",
2304
- "description": "Create, update, and send a message to your Microsoft Teams",
2305
- "metadata": {
2306
- "keywords": []
2307
- },
2308
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/",
2309
- "version": 4,
2310
- "category": {
2311
- "id": "connectors",
2312
- "name": "Connectors"
2313
- },
2314
- "appliesTo": ["bpmn:Task"],
2315
- "elementType": {
2316
- "value": "bpmn:ServiceTask"
2317
- },
2318
- "engines": {
2319
- "camunda": "^8.3"
2320
- },
2321
- "groups": [
2322
- {
2323
- "id": "authentication",
2324
- "label": "Authentication"
2325
- },
2326
- {
2327
- "id": "operation",
2328
- "label": "Operation"
2329
- },
2330
- {
2331
- "id": "data",
2332
- "label": "Data"
2333
- },
2334
- {
2335
- "id": "output",
2336
- "label": "Output mapping"
2337
- },
2338
- {
2339
- "id": "error",
2340
- "label": "Error handling"
2341
- },
2342
- {
2343
- "id": "retries",
2344
- "label": "Retries"
2345
- }
2346
- ],
2347
- "properties": [
2348
- {
2349
- "value": "io.camunda:connector-microsoft-teams:1",
2350
- "binding": {
2351
- "property": "type",
2352
- "type": "zeebe:taskDefinition"
2353
2235
  },
2354
- "type": "Hidden"
2236
+ "type": "String"
2355
2237
  },
2356
2238
  {
2357
- "id": "data.EXPAND_VALUE",
2358
- "label": "EXPAND_VALUE",
2239
+ "id": "data.getChannel.channelId",
2240
+ "label": "Channel ID",
2241
+ "description": "The Channel ID",
2242
+ "optional": false,
2243
+ "constraints": {
2244
+ "notEmpty": true
2245
+ },
2359
2246
  "feel": "optional",
2247
+ "group": "data",
2360
2248
  "binding": {
2361
- "name": "data.EXPAND_VALUE",
2249
+ "name": "data.channelId",
2362
2250
  "type": "zeebe:input"
2363
2251
  },
2364
2252
  "condition": {
2365
2253
  "allMatch": [
2366
2254
  {
2367
2255
  "property": "data.channelMethod",
2368
- "equals": "listChannelMessages",
2256
+ "equals": "getChannel",
2369
2257
  "type": "simple"
2370
2258
  },
2371
2259
  {
@@ -2378,380 +2266,332 @@
2378
2266
  "type": "String"
2379
2267
  },
2380
2268
  {
2381
- "id": "authentication.type",
2382
- "label": "Type",
2383
- "description": "Authentication type depends on your MS Teams account permission and operation with connector. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
2384
- "value": "refresh",
2385
- "group": "authentication",
2386
- "binding": {
2387
- "name": "authentication.type",
2388
- "type": "zeebe:input"
2389
- },
2390
- "type": "Dropdown",
2391
- "choices": [
2392
- {
2393
- "name": "Bearer token",
2394
- "value": "token"
2395
- },
2396
- {
2397
- "name": "Client credentials",
2398
- "value": "clientCredentials"
2399
- },
2400
- {
2401
- "name": "Refresh token",
2402
- "value": "refresh"
2403
- }
2404
- ]
2405
- },
2406
- {
2407
- "id": "authentication.bearer.token",
2408
- "label": "Bearer token",
2269
+ "id": "data.listChannels.groupId",
2270
+ "label": "Group ID",
2271
+ "description": "The group ID for teams",
2409
2272
  "optional": false,
2410
2273
  "constraints": {
2411
2274
  "notEmpty": true
2412
2275
  },
2413
2276
  "feel": "optional",
2414
- "group": "authentication",
2277
+ "group": "data",
2415
2278
  "binding": {
2416
- "name": "authentication.token",
2279
+ "name": "data.groupId",
2417
2280
  "type": "zeebe:input"
2418
2281
  },
2419
2282
  "condition": {
2420
- "property": "authentication.type",
2421
- "equals": "token",
2422
- "type": "simple"
2283
+ "allMatch": [
2284
+ {
2285
+ "property": "data.channelMethod",
2286
+ "equals": "listAllChannels",
2287
+ "type": "simple"
2288
+ },
2289
+ {
2290
+ "property": "data.type",
2291
+ "equals": "channel",
2292
+ "type": "simple"
2293
+ }
2294
+ ]
2423
2295
  },
2424
2296
  "type": "String"
2425
2297
  },
2426
2298
  {
2427
- "id": "authentication.credentials.clientId",
2428
- "label": "Client ID",
2429
- "description": "The client ID of the application",
2430
- "optional": false,
2431
- "constraints": {
2432
- "notEmpty": true
2433
- },
2299
+ "id": "data.listChannels.filter",
2300
+ "label": "Filter",
2301
+ "description": "Sets the search filter. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
2302
+ "optional": true,
2434
2303
  "feel": "optional",
2435
- "group": "authentication",
2304
+ "group": "data",
2436
2305
  "binding": {
2437
- "name": "authentication.clientId",
2306
+ "name": "data.filter",
2438
2307
  "type": "zeebe:input"
2439
2308
  },
2440
2309
  "condition": {
2441
- "property": "authentication.type",
2442
- "equals": "clientCredentials",
2443
- "type": "simple"
2310
+ "allMatch": [
2311
+ {
2312
+ "property": "data.channelMethod",
2313
+ "equals": "listAllChannels",
2314
+ "type": "simple"
2315
+ },
2316
+ {
2317
+ "property": "data.type",
2318
+ "equals": "channel",
2319
+ "type": "simple"
2320
+ }
2321
+ ]
2444
2322
  },
2445
2323
  "type": "String"
2446
2324
  },
2447
2325
  {
2448
- "id": "authentication.credentials.tenantId",
2449
- "label": "Tenant ID",
2450
- "description": "The tenant ID of the application",
2326
+ "id": "data.sendMessageToChannel.groupId",
2327
+ "label": "Group ID",
2328
+ "description": "The group ID for teams",
2451
2329
  "optional": false,
2452
2330
  "constraints": {
2453
2331
  "notEmpty": true
2454
2332
  },
2455
2333
  "feel": "optional",
2456
- "group": "authentication",
2334
+ "group": "data",
2457
2335
  "binding": {
2458
- "name": "authentication.tenantId",
2336
+ "name": "data.groupId",
2459
2337
  "type": "zeebe:input"
2460
2338
  },
2461
2339
  "condition": {
2462
- "property": "authentication.type",
2463
- "equals": "clientCredentials",
2464
- "type": "simple"
2340
+ "allMatch": [
2341
+ {
2342
+ "property": "data.channelMethod",
2343
+ "equals": "sendMessageToChannel",
2344
+ "type": "simple"
2345
+ },
2346
+ {
2347
+ "property": "data.type",
2348
+ "equals": "channel",
2349
+ "type": "simple"
2350
+ }
2351
+ ]
2465
2352
  },
2466
2353
  "type": "String"
2467
2354
  },
2468
2355
  {
2469
- "id": "authentication.credentials.clientSecret",
2470
- "label": "Client secret",
2471
- "description": "The secret value of the Azure AD application",
2356
+ "id": "data.sendMessageToChannel.channelId",
2357
+ "label": "Channel ID",
2358
+ "description": "The channel ID",
2472
2359
  "optional": false,
2473
2360
  "constraints": {
2474
2361
  "notEmpty": true
2475
2362
  },
2476
2363
  "feel": "optional",
2477
- "group": "authentication",
2364
+ "group": "data",
2478
2365
  "binding": {
2479
- "name": "authentication.clientSecret",
2366
+ "name": "data.channelId",
2480
2367
  "type": "zeebe:input"
2481
2368
  },
2482
2369
  "condition": {
2483
- "property": "authentication.type",
2484
- "equals": "clientCredentials",
2485
- "type": "simple"
2370
+ "allMatch": [
2371
+ {
2372
+ "property": "data.channelMethod",
2373
+ "equals": "sendMessageToChannel",
2374
+ "type": "simple"
2375
+ },
2376
+ {
2377
+ "property": "data.type",
2378
+ "equals": "channel",
2379
+ "type": "simple"
2380
+ }
2381
+ ]
2486
2382
  },
2487
2383
  "type": "String"
2488
2384
  },
2489
2385
  {
2490
- "id": "authentication.refresh.token",
2491
- "label": "Refresh token",
2386
+ "id": "data.sendMessageToChannel.content",
2387
+ "label": "Content",
2388
+ "description": "Enter content",
2492
2389
  "optional": false,
2493
2390
  "constraints": {
2494
2391
  "notEmpty": true
2495
2392
  },
2496
2393
  "feel": "optional",
2497
- "group": "authentication",
2394
+ "group": "data",
2498
2395
  "binding": {
2499
- "name": "authentication.token",
2396
+ "name": "data.content",
2500
2397
  "type": "zeebe:input"
2501
2398
  },
2502
2399
  "condition": {
2503
- "property": "authentication.type",
2504
- "equals": "refresh",
2505
- "type": "simple"
2400
+ "allMatch": [
2401
+ {
2402
+ "property": "data.channelMethod",
2403
+ "equals": "sendMessageToChannel",
2404
+ "type": "simple"
2405
+ },
2406
+ {
2407
+ "property": "data.type",
2408
+ "equals": "channel",
2409
+ "type": "simple"
2410
+ }
2411
+ ]
2506
2412
  },
2507
- "type": "String"
2413
+ "type": "Text"
2508
2414
  },
2509
2415
  {
2510
- "id": "authentication.refresh.clientId",
2511
- "label": "Client ID",
2512
- "description": "The client ID of the application",
2416
+ "id": "data.sendMessageToChannel.bodyType",
2417
+ "label": "Content type",
2418
+ "description": "The type of the content. Possible values are text and html",
2513
2419
  "optional": false,
2420
+ "value": "TEXT",
2514
2421
  "constraints": {
2515
2422
  "notEmpty": true
2516
2423
  },
2517
- "feel": "optional",
2518
- "group": "authentication",
2424
+ "group": "data",
2519
2425
  "binding": {
2520
- "name": "authentication.clientId",
2426
+ "name": "data.bodyType",
2521
2427
  "type": "zeebe:input"
2522
2428
  },
2523
2429
  "condition": {
2524
- "property": "authentication.type",
2525
- "equals": "refresh",
2526
- "type": "simple"
2430
+ "allMatch": [
2431
+ {
2432
+ "property": "data.channelMethod",
2433
+ "equals": "sendMessageToChannel",
2434
+ "type": "simple"
2435
+ },
2436
+ {
2437
+ "property": "data.type",
2438
+ "equals": "channel",
2439
+ "type": "simple"
2440
+ }
2441
+ ]
2442
+ },
2443
+ "type": "Dropdown",
2444
+ "choices": [
2445
+ {
2446
+ "name": "Text",
2447
+ "value": "TEXT"
2448
+ },
2449
+ {
2450
+ "name": "HTML",
2451
+ "value": "HTML"
2452
+ }
2453
+ ]
2454
+ },
2455
+ {
2456
+ "id": "data.sendMessageToChannel.documents",
2457
+ "label": "documents",
2458
+ "optional": true,
2459
+ "feel": "required",
2460
+ "group": "data",
2461
+ "binding": {
2462
+ "name": "data.documents",
2463
+ "type": "zeebe:input"
2464
+ },
2465
+ "condition": {
2466
+ "allMatch": [
2467
+ {
2468
+ "property": "data.channelMethod",
2469
+ "equals": "sendMessageToChannel",
2470
+ "type": "simple"
2471
+ },
2472
+ {
2473
+ "property": "data.type",
2474
+ "equals": "channel",
2475
+ "type": "simple"
2476
+ }
2477
+ ]
2527
2478
  },
2528
2479
  "type": "String"
2529
2480
  },
2530
2481
  {
2531
- "id": "authentication.refresh.tenantId",
2532
- "label": "Tenant ID",
2533
- "description": "The tenant ID of the application",
2482
+ "id": "data.getChannelMessage.groupId",
2483
+ "label": "Group ID",
2484
+ "description": "The group ID for teams",
2534
2485
  "optional": false,
2535
2486
  "constraints": {
2536
2487
  "notEmpty": true
2537
2488
  },
2538
2489
  "feel": "optional",
2539
- "group": "authentication",
2490
+ "group": "data",
2540
2491
  "binding": {
2541
- "name": "authentication.tenantId",
2492
+ "name": "data.groupId",
2542
2493
  "type": "zeebe:input"
2543
2494
  },
2544
2495
  "condition": {
2545
- "property": "authentication.type",
2546
- "equals": "refresh",
2547
- "type": "simple"
2496
+ "allMatch": [
2497
+ {
2498
+ "property": "data.channelMethod",
2499
+ "equals": "getMessageFromChannel",
2500
+ "type": "simple"
2501
+ },
2502
+ {
2503
+ "property": "data.type",
2504
+ "equals": "channel",
2505
+ "type": "simple"
2506
+ }
2507
+ ]
2548
2508
  },
2549
2509
  "type": "String"
2550
2510
  },
2551
2511
  {
2552
- "id": "authentication.refresh.clientSecret",
2553
- "label": "Client secret",
2554
- "description": "The secret value of the Azure AD application; optional, depends on whether the client is public or private",
2555
- "optional": true,
2512
+ "id": "data.getChannelMessage.channelId",
2513
+ "label": "Channel ID",
2514
+ "description": "The channel ID",
2515
+ "optional": false,
2516
+ "constraints": {
2517
+ "notEmpty": true
2518
+ },
2556
2519
  "feel": "optional",
2557
- "group": "authentication",
2520
+ "group": "data",
2558
2521
  "binding": {
2559
- "name": "authentication.clientSecret",
2522
+ "name": "data.channelId",
2560
2523
  "type": "zeebe:input"
2561
2524
  },
2562
2525
  "condition": {
2563
- "property": "authentication.type",
2564
- "equals": "refresh",
2565
- "type": "simple"
2526
+ "allMatch": [
2527
+ {
2528
+ "property": "data.channelMethod",
2529
+ "equals": "getMessageFromChannel",
2530
+ "type": "simple"
2531
+ },
2532
+ {
2533
+ "property": "data.type",
2534
+ "equals": "channel",
2535
+ "type": "simple"
2536
+ }
2537
+ ]
2566
2538
  },
2567
2539
  "type": "String"
2568
2540
  },
2569
2541
  {
2570
- "id": "data.type",
2571
- "label": "Conversation type",
2572
- "description": "Choose conversation type",
2573
- "value": "chat",
2574
- "group": "operation",
2575
- "binding": {
2576
- "name": "data.type",
2577
- "type": "zeebe:input"
2578
- },
2579
- "type": "Dropdown",
2580
- "choices": [
2581
- {
2582
- "name": "Chat",
2583
- "value": "chat"
2584
- },
2585
- {
2586
- "name": "Channel",
2587
- "value": "channel"
2588
- }
2589
- ]
2590
- },
2591
- {
2592
- "id": "data.chatMethod",
2593
- "label": "Method",
2594
- "description": "Select method for chat interaction",
2595
- "value": "sendMessageToChat",
2596
- "group": "operation",
2597
- "binding": {
2598
- "name": "data.method",
2599
- "type": "zeebe:input"
2600
- },
2601
- "condition": {
2602
- "property": "data.type",
2603
- "equals": "chat",
2604
- "type": "simple"
2605
- },
2606
- "type": "Dropdown",
2607
- "choices": [
2608
- {
2609
- "name": "Create a new chat",
2610
- "value": "createChat"
2611
- },
2612
- {
2613
- "name": "Get chat by ID",
2614
- "value": "getChat"
2615
- },
2616
- {
2617
- "name": "List chats",
2618
- "value": "listChats"
2619
- },
2620
- {
2621
- "name": "List chat members",
2622
- "value": "listMembersOfChat"
2623
- },
2624
- {
2625
- "name": "Send message in chat",
2626
- "value": "sendMessageToChat"
2627
- },
2628
- {
2629
- "name": "List messages in chat",
2630
- "value": "listMessagesInChat"
2631
- },
2632
- {
2633
- "name": "Get message in chat",
2634
- "value": "getMessageFromChat"
2635
- }
2636
- ]
2637
- },
2638
- {
2639
- "id": "data.channelMethod",
2640
- "label": "Method",
2641
- "description": "Select method for channel interaction",
2642
- "value": "sendMessageToChannel",
2643
- "group": "operation",
2644
- "binding": {
2645
- "name": "data.method",
2646
- "type": "zeebe:input"
2647
- },
2648
- "condition": {
2649
- "property": "data.type",
2650
- "equals": "channel",
2651
- "type": "simple"
2652
- },
2653
- "type": "Dropdown",
2654
- "choices": [
2655
- {
2656
- "name": "Create channel",
2657
- "value": "createChannel"
2658
- },
2659
- {
2660
- "name": "Get channel",
2661
- "value": "getChannel"
2662
- },
2663
- {
2664
- "name": "List channels",
2665
- "value": "listAllChannels"
2666
- },
2667
- {
2668
- "name": "Send message to channel",
2669
- "value": "sendMessageToChannel"
2670
- },
2671
- {
2672
- "name": "Get channel message",
2673
- "value": "getMessageFromChannel"
2674
- },
2675
- {
2676
- "name": "List channel messages",
2677
- "value": "listChannelMessages"
2678
- },
2679
- {
2680
- "name": "List message replies",
2681
- "value": "listMessageRepliesInChannel"
2682
- },
2683
- {
2684
- "name": "List members",
2685
- "value": "listMembersInChannel"
2686
- }
2687
- ]
2688
- },
2689
- {
2690
- "id": "data.createChat.chatType",
2691
- "label": "Chat type",
2692
- "description": "The type of a new chat",
2542
+ "id": "data.getChannelMessage.messageId",
2543
+ "label": "Message ID",
2544
+ "description": "The message ID",
2693
2545
  "optional": false,
2694
- "value": "one_on_one",
2695
2546
  "constraints": {
2696
2547
  "notEmpty": true
2697
2548
  },
2549
+ "feel": "optional",
2698
2550
  "group": "data",
2699
2551
  "binding": {
2700
- "name": "data.chatType",
2552
+ "name": "data.messageId",
2701
2553
  "type": "zeebe:input"
2702
2554
  },
2703
2555
  "condition": {
2704
2556
  "allMatch": [
2705
2557
  {
2706
- "property": "data.chatMethod",
2707
- "equals": "createChat",
2558
+ "property": "data.channelMethod",
2559
+ "equals": "getMessageFromChannel",
2708
2560
  "type": "simple"
2709
2561
  },
2710
2562
  {
2711
2563
  "property": "data.type",
2712
- "equals": "chat",
2564
+ "equals": "channel",
2713
2565
  "type": "simple"
2714
2566
  }
2715
2567
  ]
2716
2568
  },
2717
- "type": "Dropdown",
2718
- "choices": [
2719
- {
2720
- "name": "One on one",
2721
- "value": "one_on_one"
2722
- },
2723
- {
2724
- "name": "Group",
2725
- "value": "group"
2726
- }
2727
- ]
2569
+ "type": "String"
2728
2570
  },
2729
2571
  {
2730
- "id": "data.createChat.topic",
2731
- "label": "Topic",
2732
- "description": "Set topic of chat (optional)",
2733
- "optional": true,
2572
+ "id": "data.listChannelMessage.groupId",
2573
+ "label": "Group ID",
2574
+ "description": "The group ID for teams",
2575
+ "optional": false,
2576
+ "constraints": {
2577
+ "notEmpty": true
2578
+ },
2734
2579
  "feel": "optional",
2735
2580
  "group": "data",
2736
2581
  "binding": {
2737
- "name": "data.topic",
2582
+ "name": "data.groupId",
2738
2583
  "type": "zeebe:input"
2739
2584
  },
2740
2585
  "condition": {
2741
2586
  "allMatch": [
2742
2587
  {
2743
- "property": "data.createChat.chatType",
2744
- "equals": "group",
2745
- "type": "simple"
2746
- },
2747
- {
2748
- "property": "data.chatMethod",
2749
- "equals": "createChat",
2588
+ "property": "data.channelMethod",
2589
+ "equals": "listChannelMessages",
2750
2590
  "type": "simple"
2751
2591
  },
2752
2592
  {
2753
2593
  "property": "data.type",
2754
- "equals": "chat",
2594
+ "equals": "channel",
2755
2595
  "type": "simple"
2756
2596
  }
2757
2597
  ]
@@ -2759,29 +2599,29 @@
2759
2599
  "type": "String"
2760
2600
  },
2761
2601
  {
2762
- "id": "data.createChat.members",
2763
- "label": "Members",
2764
- "description": "Set array members of chat. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#members-property'>Learn more about the required format</a>",
2602
+ "id": "data.listChannelMessage.channelId",
2603
+ "label": "Channel ID",
2604
+ "description": "The channel ID",
2765
2605
  "optional": false,
2766
2606
  "constraints": {
2767
2607
  "notEmpty": true
2768
2608
  },
2769
- "feel": "required",
2609
+ "feel": "optional",
2770
2610
  "group": "data",
2771
2611
  "binding": {
2772
- "name": "data.members",
2612
+ "name": "data.channelId",
2773
2613
  "type": "zeebe:input"
2774
2614
  },
2775
2615
  "condition": {
2776
2616
  "allMatch": [
2777
2617
  {
2778
- "property": "data.chatMethod",
2779
- "equals": "createChat",
2618
+ "property": "data.channelMethod",
2619
+ "equals": "listChannelMessages",
2780
2620
  "type": "simple"
2781
2621
  },
2782
2622
  {
2783
2623
  "property": "data.type",
2784
- "equals": "chat",
2624
+ "equals": "channel",
2785
2625
  "type": "simple"
2786
2626
  }
2787
2627
  ]
@@ -2789,29 +2629,26 @@
2789
2629
  "type": "String"
2790
2630
  },
2791
2631
  {
2792
- "id": "data.getChat.chatId",
2793
- "label": "Chat ID",
2794
- "description": "The chat ID",
2795
- "optional": false,
2796
- "constraints": {
2797
- "notEmpty": true
2798
- },
2632
+ "id": "data.listChannelMessage.top",
2633
+ "label": "Top",
2634
+ "description": "Controls the number of items per response",
2635
+ "optional": true,
2799
2636
  "feel": "optional",
2800
2637
  "group": "data",
2801
2638
  "binding": {
2802
- "name": "data.chatId",
2639
+ "name": "data.top",
2803
2640
  "type": "zeebe:input"
2804
2641
  },
2805
2642
  "condition": {
2806
2643
  "allMatch": [
2807
2644
  {
2808
- "property": "data.chatMethod",
2809
- "equals": "getChat",
2645
+ "property": "data.channelMethod",
2646
+ "equals": "listChannelMessages",
2810
2647
  "type": "simple"
2811
2648
  },
2812
2649
  {
2813
2650
  "property": "data.type",
2814
- "equals": "chat",
2651
+ "equals": "channel",
2815
2652
  "type": "simple"
2816
2653
  }
2817
2654
  ]
@@ -2819,29 +2656,29 @@
2819
2656
  "type": "String"
2820
2657
  },
2821
2658
  {
2822
- "id": "data.getChat.expand",
2823
- "label": "Expand response",
2824
- "description": "Choose expand type. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#expand-response'>Learn more about expanding chat response</a>",
2659
+ "id": "data.listChannelMessage.isExpand",
2660
+ "label": "With replies",
2661
+ "description": "Return message replies",
2825
2662
  "optional": false,
2826
- "value": "withoutExpand",
2663
+ "value": "false",
2827
2664
  "constraints": {
2828
2665
  "notEmpty": true
2829
2666
  },
2830
2667
  "group": "data",
2831
2668
  "binding": {
2832
- "name": "data.expand",
2669
+ "name": "data.isExpand",
2833
2670
  "type": "zeebe:input"
2834
2671
  },
2835
2672
  "condition": {
2836
2673
  "allMatch": [
2837
2674
  {
2838
- "property": "data.chatMethod",
2839
- "equals": "getChat",
2675
+ "property": "data.channelMethod",
2676
+ "equals": "listChannelMessages",
2840
2677
  "type": "simple"
2841
2678
  },
2842
2679
  {
2843
2680
  "property": "data.type",
2844
- "equals": "chat",
2681
+ "equals": "channel",
2845
2682
  "type": "simple"
2846
2683
  }
2847
2684
  ]
@@ -2849,23 +2686,19 @@
2849
2686
  "type": "Dropdown",
2850
2687
  "choices": [
2851
2688
  {
2852
- "name": "Without expand",
2853
- "value": "withoutExpand"
2854
- },
2855
- {
2856
- "name": "With the last message preview",
2857
- "value": "lastMessagePreview"
2689
+ "name": "False",
2690
+ "value": "false"
2858
2691
  },
2859
2692
  {
2860
- "name": "With chat members",
2861
- "value": "members"
2693
+ "name": "True",
2694
+ "value": "true"
2862
2695
  }
2863
2696
  ]
2864
2697
  },
2865
2698
  {
2866
- "id": "data.listChatMembers.chatId",
2867
- "label": "Chat ID",
2868
- "description": "The chat ID",
2699
+ "id": "data.listMessageRepliesInChannel.groupId",
2700
+ "label": "Group ID",
2701
+ "description": "The group ID for teams",
2869
2702
  "optional": false,
2870
2703
  "constraints": {
2871
2704
  "notEmpty": true
@@ -2873,19 +2706,19 @@
2873
2706
  "feel": "optional",
2874
2707
  "group": "data",
2875
2708
  "binding": {
2876
- "name": "data.chatId",
2709
+ "name": "data.groupId",
2877
2710
  "type": "zeebe:input"
2878
2711
  },
2879
2712
  "condition": {
2880
2713
  "allMatch": [
2881
2714
  {
2882
- "property": "data.chatMethod",
2883
- "equals": "listMembersOfChat",
2715
+ "property": "data.channelMethod",
2716
+ "equals": "listMessageRepliesInChannel",
2884
2717
  "type": "simple"
2885
2718
  },
2886
2719
  {
2887
2720
  "property": "data.type",
2888
- "equals": "chat",
2721
+ "equals": "channel",
2889
2722
  "type": "simple"
2890
2723
  }
2891
2724
  ]
@@ -2893,9 +2726,9 @@
2893
2726
  "type": "String"
2894
2727
  },
2895
2728
  {
2896
- "id": "data.sendMessageInChat.chatId",
2897
- "label": "Chat ID",
2898
- "description": "The chat ID",
2729
+ "id": "data.listMessageRepliesInChannel.channelId",
2730
+ "label": "Channel ID",
2731
+ "description": "The channel ID",
2899
2732
  "optional": false,
2900
2733
  "constraints": {
2901
2734
  "notEmpty": true
@@ -2903,19 +2736,19 @@
2903
2736
  "feel": "optional",
2904
2737
  "group": "data",
2905
2738
  "binding": {
2906
- "name": "data.chatId",
2739
+ "name": "data.channelId",
2907
2740
  "type": "zeebe:input"
2908
2741
  },
2909
2742
  "condition": {
2910
2743
  "allMatch": [
2911
2744
  {
2912
- "property": "data.chatMethod",
2913
- "equals": "sendMessageToChat",
2745
+ "property": "data.channelMethod",
2746
+ "equals": "listMessageRepliesInChannel",
2914
2747
  "type": "simple"
2915
2748
  },
2916
2749
  {
2917
2750
  "property": "data.type",
2918
- "equals": "chat",
2751
+ "equals": "channel",
2919
2752
  "type": "simple"
2920
2753
  }
2921
2754
  ]
@@ -2923,9 +2756,9 @@
2923
2756
  "type": "String"
2924
2757
  },
2925
2758
  {
2926
- "id": "data.sendMessageInChat.content",
2927
- "label": "Content",
2928
- "description": "Enter content",
2759
+ "id": "data.listMessageRepliesInChannel.messageId",
2760
+ "label": "Message ID",
2761
+ "description": "The message ID",
2929
2762
  "optional": false,
2930
2763
  "constraints": {
2931
2764
  "notEmpty": true
@@ -2933,69 +2766,59 @@
2933
2766
  "feel": "optional",
2934
2767
  "group": "data",
2935
2768
  "binding": {
2936
- "name": "data.content",
2769
+ "name": "data.messageId",
2937
2770
  "type": "zeebe:input"
2938
2771
  },
2939
2772
  "condition": {
2940
2773
  "allMatch": [
2941
2774
  {
2942
- "property": "data.chatMethod",
2943
- "equals": "sendMessageToChat",
2775
+ "property": "data.channelMethod",
2776
+ "equals": "listMessageRepliesInChannel",
2944
2777
  "type": "simple"
2945
2778
  },
2946
2779
  {
2947
2780
  "property": "data.type",
2948
- "equals": "chat",
2781
+ "equals": "channel",
2949
2782
  "type": "simple"
2950
2783
  }
2951
2784
  ]
2952
2785
  },
2953
- "type": "Text"
2786
+ "type": "String"
2954
2787
  },
2955
2788
  {
2956
- "id": "data.sendMessageInChat.bodyType",
2957
- "label": "Content type",
2958
- "description": "The type of the content. Possible values are text and html",
2789
+ "id": "data.listChannelMembers.groupId",
2790
+ "label": "Group ID",
2791
+ "description": "The group ID for teams",
2959
2792
  "optional": false,
2960
- "value": "TEXT",
2961
2793
  "constraints": {
2962
2794
  "notEmpty": true
2963
2795
  },
2796
+ "feel": "optional",
2964
2797
  "group": "data",
2965
2798
  "binding": {
2966
- "name": "data.bodyType",
2799
+ "name": "data.groupId",
2967
2800
  "type": "zeebe:input"
2968
2801
  },
2969
2802
  "condition": {
2970
2803
  "allMatch": [
2971
2804
  {
2972
- "property": "data.chatMethod",
2973
- "equals": "sendMessageToChat",
2805
+ "property": "data.channelMethod",
2806
+ "equals": "listMembersInChannel",
2974
2807
  "type": "simple"
2975
2808
  },
2976
2809
  {
2977
2810
  "property": "data.type",
2978
- "equals": "chat",
2811
+ "equals": "channel",
2979
2812
  "type": "simple"
2980
2813
  }
2981
2814
  ]
2982
2815
  },
2983
- "type": "Dropdown",
2984
- "choices": [
2985
- {
2986
- "name": "Text",
2987
- "value": "TEXT"
2988
- },
2989
- {
2990
- "name": "HTML",
2991
- "value": "HTML"
2992
- }
2993
- ]
2816
+ "type": "String"
2994
2817
  },
2995
2818
  {
2996
- "id": "data.listMessagesInChat.chatId",
2997
- "label": "Chat ID",
2998
- "description": "The chat ID",
2819
+ "id": "data.listChannelMembers.channelId",
2820
+ "label": "Channel ID",
2821
+ "description": "The channel ID",
2999
2822
  "optional": false,
3000
2823
  "constraints": {
3001
2824
  "notEmpty": true
@@ -3003,19 +2826,19 @@
3003
2826
  "feel": "optional",
3004
2827
  "group": "data",
3005
2828
  "binding": {
3006
- "name": "data.chatId",
2829
+ "name": "data.channelId",
3007
2830
  "type": "zeebe:input"
3008
2831
  },
3009
2832
  "condition": {
3010
2833
  "allMatch": [
3011
2834
  {
3012
- "property": "data.chatMethod",
3013
- "equals": "listMessagesInChat",
2835
+ "property": "data.channelMethod",
2836
+ "equals": "listMembersInChannel",
3014
2837
  "type": "simple"
3015
2838
  },
3016
2839
  {
3017
2840
  "property": "data.type",
3018
- "equals": "chat",
2841
+ "equals": "channel",
3019
2842
  "type": "simple"
3020
2843
  }
3021
2844
  ]
@@ -3023,1031 +2846,1208 @@
3023
2846
  "type": "String"
3024
2847
  },
3025
2848
  {
3026
- "id": "data.listMessagesInChat.top",
3027
- "label": "Top",
3028
- "description": "Controls the number of items per response. Maximum allowed $top value is 50",
3029
- "optional": true,
3030
- "feel": "optional",
3031
- "group": "data",
2849
+ "id": "resultVariable",
2850
+ "label": "Result variable",
2851
+ "description": "Name of variable to store the response in",
2852
+ "group": "output",
3032
2853
  "binding": {
3033
- "name": "data.top",
3034
- "type": "zeebe:input"
3035
- },
3036
- "condition": {
3037
- "allMatch": [
3038
- {
3039
- "property": "data.chatMethod",
3040
- "equals": "listMessagesInChat",
3041
- "type": "simple"
3042
- },
3043
- {
3044
- "property": "data.type",
3045
- "equals": "chat",
3046
- "type": "simple"
3047
- }
3048
- ]
2854
+ "key": "resultVariable",
2855
+ "type": "zeebe:taskHeader"
3049
2856
  },
3050
2857
  "type": "String"
3051
2858
  },
3052
2859
  {
3053
- "id": "data.listMessagesInChat.orderBy",
3054
- "label": "Order by",
3055
- "optional": false,
3056
- "value": "withoutOrdering",
3057
- "constraints": {
3058
- "notEmpty": true
2860
+ "id": "resultExpression",
2861
+ "label": "Result expression",
2862
+ "description": "Expression to map the response into process variables",
2863
+ "feel": "required",
2864
+ "group": "output",
2865
+ "binding": {
2866
+ "key": "resultExpression",
2867
+ "type": "zeebe:taskHeader"
3059
2868
  },
3060
- "group": "data",
2869
+ "type": "Text"
2870
+ },
2871
+ {
2872
+ "id": "errorExpression",
2873
+ "label": "Error expression",
2874
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
2875
+ "feel": "required",
2876
+ "group": "error",
3061
2877
  "binding": {
3062
- "name": "data.orderBy",
3063
- "type": "zeebe:input"
2878
+ "key": "errorExpression",
2879
+ "type": "zeebe:taskHeader"
3064
2880
  },
3065
- "condition": {
3066
- "allMatch": [
3067
- {
3068
- "property": "data.chatMethod",
3069
- "equals": "listMessagesInChat",
3070
- "type": "simple"
3071
- },
3072
- {
3073
- "property": "data.type",
3074
- "equals": "chat",
3075
- "type": "simple"
3076
- }
3077
- ]
2881
+ "type": "Text"
2882
+ },
2883
+ {
2884
+ "id": "retryCount",
2885
+ "label": "Retries",
2886
+ "description": "Number of retries",
2887
+ "value": "3",
2888
+ "feel": "optional",
2889
+ "group": "retries",
2890
+ "binding": {
2891
+ "property": "retries",
2892
+ "type": "zeebe:taskDefinition"
3078
2893
  },
2894
+ "type": "String"
2895
+ },
2896
+ {
2897
+ "id": "retryBackoff",
2898
+ "label": "Retry backoff",
2899
+ "description": "ISO-8601 duration to wait between retries",
2900
+ "value": "PT0S",
2901
+ "group": "retries",
2902
+ "binding": {
2903
+ "key": "retryBackoff",
2904
+ "type": "zeebe:taskHeader"
2905
+ },
2906
+ "type": "String"
2907
+ }
2908
+ ],
2909
+ "icon": {
2910
+ "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTgnIHdpZHRoPScxOCcgdmlld0JveD0nLTMzNC4zMjQ5NSAtNTE4LjMzMzUgMjg5Ny40ODI5IDMxMTAuMDAxJz4KICAgIDxwYXRoIGQ9J00xNTU0LjYzNyA3NzcuNWg1NzUuNzEzYzU0LjM5MSAwIDk4LjQ4MyA0NC4wOTIgOTguNDgzIDk4LjQ4M3Y1MjQuMzk4YzAgMTk5LjkwMS0xNjIuMDUxIDM2MS45NTItMzYxLjk1MiAzNjEuOTUyaC0xLjcxMWMtMTk5LjkwMS4wMjgtMzYxLjk3NS0xNjItMzYyLjAwNC0zNjEuOTAxVjgyOC45NzFjLjAwMS0yOC40MjcgMjMuMDQ1LTUxLjQ3MSA1MS40NzEtNTEuNDcxeicKICAgICAgICAgIGZpbGw9JyM1MDU5QzknLz4KICAgIDxjaXJjbGUgcj0nMjMzLjI1JyBjeT0nNDQwLjU4MycgY3g9JzE5NDMuNzUnIGZpbGw9JyM1MDU5QzknLz4KICAgIDxjaXJjbGUgcj0nMzM2LjkxNycgY3k9JzMzNi45MTcnIGN4PScxMjE4LjA4MycgZmlsbD0nIzdCODNFQicvPgogICAgPHBhdGggZD0nTTE2NjcuMzIzIDc3Ny41SDcxNy4wMWMtNTMuNzQzIDEuMzMtOTYuMjU3IDQ1LjkzMS05NS4wMSA5OS42NzZ2NTk4LjEwNWMtNy41MDUgMzIyLjUxOSAyNDcuNjU3IDU5MC4xNiA1NzAuMTY3IDU5OC4wNTMgMzIyLjUxLTcuODkzIDU3Ny42NzEtMjc1LjUzNCA1NzAuMTY3LTU5OC4wNTNWODc3LjE3NmMxLjI0NS01My43NDUtNDEuMjY4LTk4LjM0Ni05NS4wMTEtOTkuNjc2eicKICAgICAgICAgIGZpbGw9JyM3QjgzRUInLz4KICAgIDxwYXRoIGQ9J00xMjQ0IDc3Ny41djgzOC4xNDVjLS4yNTggMzguNDM1LTIzLjU0OSA3Mi45NjQtNTkuMDkgODcuNTk4YTkxLjg1NiA5MS44NTYgMCAwMS0zNS43NjUgNy4yNTdINjY3LjYxM2MtNi43MzgtMTcuMTA1LTEyLjk1OC0zNC4yMS0xOC4xNDItNTEuODMzYTYzMS4yODcgNjMxLjI4NyAwIDAxLTI3LjQ3Mi0xODMuNDlWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMScvPgogICAgPHBhdGggZD0nTTExOTIuMTY3IDc3Ny41djg4OS45NzhhOTEuODAyIDkxLjgwMiAwIDAxLTcuMjU3IDM1Ljc2NWMtMTQuNjM0IDM1LjU0MS00OS4xNjMgNTguODMzLTg3LjU5OCA1OS4wOUg2OTEuOTc1Yy04LjgxMi0xNy4xMDUtMTcuMTA1LTM0LjIxLTI0LjM2Mi01MS44MzMtNy4yNTctMTcuNjIzLTEyLjk1OC0zNC4yMS0xOC4xNDItNTEuODMzYTYzMS4yODIgNjMxLjI4MiAwIDAxLTI3LjQ3Mi0xODMuNDlWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTExOTIuMTY3IDc3Ny41djc4Ni4zMTJjLS4zOTUgNTIuMjIzLTQyLjYzMiA5NC40Ni05NC44NTUgOTQuODU1aC00NDcuODRBNjMxLjI4MiA2MzEuMjgyIDAgMDE2MjIgMTQ3NS4xNzdWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTExNDAuMzMzIDc3Ny41djc4Ni4zMTJjLS4zOTUgNTIuMjIzLTQyLjYzMiA5NC40Ni05NC44NTUgOTQuODU1SDY0OS40NzJBNjMxLjI4MiA2MzEuMjgyIDAgMDE2MjIgMTQ3NS4xNzdWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTEyNDQgNTA5LjUyMnYxNjMuMjc1Yy04LjgxMi41MTgtMTcuMTA1IDEuMDM3LTI1LjkxNyAxLjAzNy04LjgxMiAwLTE3LjEwNS0uNTE4LTI1LjkxNy0xLjAzN2EyODQuNDcyIDI4NC40NzIgMCAwMS01MS44MzMtOC4yOTNjLTEwNC45NjMtMjQuODU3LTE5MS42NzktOTguNDY5LTIzMy4yNS0xOTguMDAzYTI4OC4wMiAyODguMDIgMCAwMS0xNi41ODctNTEuODMzaDI1OC42NDhjNTIuMzA1LjE5OCA5NC42NTcgNDIuNTQ5IDk0Ljg1NiA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjEnLz4KICAgIDxwYXRoIGQ9J00xMTkyLjE2NyA1NjEuMzU1djExMS40NDJhMjg0LjQ3MiAyODQuNDcyIDAgMDEtNTEuODMzLTguMjkzYy0xMDQuOTYzLTI0Ljg1Ny0xOTEuNjc5LTk4LjQ2OS0yMzMuMjUtMTk4LjAwM2gxOTAuMjI4YzUyLjMwNC4xOTggOTQuNjU2IDQyLjU1IDk0Ljg1NSA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J00xMTkyLjE2NyA1NjEuMzU1djExMS40NDJhMjg0LjQ3MiAyODQuNDcyIDAgMDEtNTEuODMzLTguMjkzYy0xMDQuOTYzLTI0Ljg1Ny0xOTEuNjc5LTk4LjQ2OS0yMzMuMjUtMTk4LjAwM2gxOTAuMjI4YzUyLjMwNC4xOTggOTQuNjU2IDQyLjU1IDk0Ljg1NSA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J00xMTQwLjMzMyA1NjEuMzU1djEwMy4xNDhjLTEwNC45NjMtMjQuODU3LTE5MS42NzktOTguNDY5LTIzMy4yNS0xOTguMDAzaDEzOC4zOTVjNTIuMzA1LjE5OSA5NC42NTYgNDIuNTUxIDk0Ljg1NSA5NC44NTV6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxsaW5lYXJHcmFkaWVudCBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMjA3NS4zMzMpJyB5Mj0nMzk0LjI2MScgeDI9Jzk0Mi4yMzQnIHkxPScxNjgzLjA3MycgeDE9JzE5OC4wOTknCiAgICAgICAgICAgICAgICAgICAgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIGlkPSdhJz4KICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyM1YTYyYzMnLz4KICAgICAgICA8c3RvcCBvZmZzZXQ9Jy41JyBzdG9wLWNvbG9yPScjNGQ1NWJkJy8+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMzk0MGFiJy8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPHBhdGggZD0nTTk1LjAxIDQ2Ni41aDk1MC4zMTJjNTIuNDczIDAgOTUuMDEgNDIuNTM4IDk1LjAxIDk1LjAxdjk1MC4zMTJjMCA1Mi40NzMtNDIuNTM4IDk1LjAxLTk1LjAxIDk1LjAxSDk1LjAxYy01Mi40NzMgMC05NS4wMS00Mi41MzgtOTUuMDEtOTUuMDFWNTYxLjUxYzAtNTIuNDcyIDQyLjUzOC05NS4wMSA5NS4wMS05NS4wMXonCiAgICAgICAgICBmaWxsPSd1cmwoI2EpJy8+CiAgICA8cGF0aCBkPSdNODIwLjIxMSA4MjguMTkzaC0xODkuOTd2NTE3LjI5N2gtMTIxLjAzVjgyOC4xOTNIMzIwLjEyM1Y3MjcuODQ0aDUwMC4wODh6JyBmaWxsPScjRkZGJy8+Cjwvc3ZnPg=="
2911
+ }
2912
+ },
2913
+ {
2914
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
2915
+ "name": "Microsoft Teams connector",
2916
+ "id": "io.camunda.connectors.MSTeams.v1",
2917
+ "description": "Create, update, and send a message to your Microsoft Teams",
2918
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/",
2919
+ "version": 1,
2920
+ "category": {
2921
+ "id": "connectors",
2922
+ "name": "Connectors"
2923
+ },
2924
+ "appliesTo": ["bpmn:Task"],
2925
+ "elementType": {
2926
+ "value": "bpmn:ServiceTask"
2927
+ },
2928
+ "groups": [
2929
+ {
2930
+ "id": "authentication",
2931
+ "label": "Authentication"
2932
+ },
2933
+ {
2934
+ "id": "operation",
2935
+ "label": "Operation"
2936
+ },
2937
+ {
2938
+ "id": "data",
2939
+ "label": "Data"
2940
+ },
2941
+ {
2942
+ "id": "output",
2943
+ "label": "Output mapping"
2944
+ },
2945
+ {
2946
+ "id": "errors",
2947
+ "label": "Error handling"
2948
+ }
2949
+ ],
2950
+ "properties": [
2951
+ {
2952
+ "type": "Hidden",
2953
+ "value": "io.camunda:connector-microsoft-teams:1",
2954
+ "binding": {
2955
+ "type": "zeebe:taskDefinition",
2956
+ "property": "type"
2957
+ }
2958
+ },
2959
+ {
2960
+ "label": "Type",
2961
+ "id": "authType",
2962
+ "description": "Authentication type depends on your MS Teams account permission and operation with connector. See <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/'>connector documentation</a>",
2963
+ "group": "authentication",
3079
2964
  "type": "Dropdown",
2965
+ "value": "refresh",
3080
2966
  "choices": [
3081
2967
  {
3082
- "name": "Without ordering",
3083
- "value": "withoutOrdering"
2968
+ "name": "Bearer token",
2969
+ "value": "token"
3084
2970
  },
3085
2971
  {
3086
- "name": "Last modified data time",
3087
- "value": "lastModifiedDateTime"
2972
+ "name": "Client credentials",
2973
+ "value": "clientCredentials"
3088
2974
  },
3089
2975
  {
3090
- "name": "Created data time",
3091
- "value": "createdDateTime"
2976
+ "name": "Refresh token",
2977
+ "value": "refresh"
3092
2978
  }
3093
- ]
2979
+ ],
2980
+ "constraints": {
2981
+ "notEmpty": true
2982
+ },
2983
+ "binding": {
2984
+ "type": "zeebe:input",
2985
+ "name": "authentication.type"
2986
+ }
3094
2987
  },
3095
2988
  {
3096
- "id": "data.listMessagesInChat.filter",
3097
- "label": "Filter",
3098
- "description": "Sets the date range filter for the lastModifiedDateTime and createdDateTime properties. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
3099
- "optional": false,
2989
+ "label": "Bearer token",
2990
+ "group": "authentication",
2991
+ "type": "String",
3100
2992
  "feel": "optional",
3101
- "group": "data",
3102
- "binding": {
3103
- "name": "data.filter",
3104
- "type": "zeebe:input"
2993
+ "constraints": {
2994
+ "notEmpty": true
3105
2995
  },
3106
2996
  "condition": {
3107
- "allMatch": [
3108
- {
3109
- "property": "data.chatMethod",
3110
- "equals": "listMessagesInChat",
3111
- "type": "simple"
3112
- },
3113
- {
3114
- "property": "data.type",
3115
- "equals": "chat",
3116
- "type": "simple"
3117
- }
3118
- ]
2997
+ "property": "authType",
2998
+ "equals": "token"
3119
2999
  },
3120
- "type": "String"
3000
+ "binding": {
3001
+ "type": "zeebe:input",
3002
+ "name": "authentication.token"
3003
+ }
3121
3004
  },
3122
3005
  {
3123
- "id": "data.getMessageInChat.chatId",
3124
- "label": "Chat ID",
3125
- "description": "The chat ID",
3126
- "optional": false,
3006
+ "label": "Refresh token",
3007
+ "group": "authentication",
3008
+ "type": "String",
3009
+ "feel": "optional",
3127
3010
  "constraints": {
3128
3011
  "notEmpty": true
3129
3012
  },
3130
- "feel": "optional",
3131
- "group": "data",
3132
- "binding": {
3133
- "name": "data.chatId",
3134
- "type": "zeebe:input"
3135
- },
3136
3013
  "condition": {
3137
- "allMatch": [
3138
- {
3139
- "property": "data.chatMethod",
3140
- "equals": "getMessageFromChat",
3141
- "type": "simple"
3142
- },
3143
- {
3144
- "property": "data.type",
3145
- "equals": "chat",
3146
- "type": "simple"
3147
- }
3148
- ]
3014
+ "property": "authType",
3015
+ "equals": "refresh"
3149
3016
  },
3150
- "type": "String"
3017
+ "binding": {
3018
+ "type": "zeebe:input",
3019
+ "name": "authentication.token"
3020
+ }
3151
3021
  },
3152
3022
  {
3153
- "id": "data.getMessageInChat.messageId",
3154
- "label": "Message ID",
3155
- "description": "The message ID",
3156
- "optional": false,
3023
+ "label": "Client ID",
3024
+ "description": "The client ID of the application",
3025
+ "group": "authentication",
3026
+ "type": "String",
3027
+ "feel": "optional",
3157
3028
  "constraints": {
3158
3029
  "notEmpty": true
3159
3030
  },
3160
- "feel": "optional",
3161
- "group": "data",
3162
- "binding": {
3163
- "name": "data.messageId",
3164
- "type": "zeebe:input"
3165
- },
3166
3031
  "condition": {
3167
- "allMatch": [
3168
- {
3169
- "property": "data.chatMethod",
3170
- "equals": "getMessageFromChat",
3171
- "type": "simple"
3172
- },
3173
- {
3174
- "property": "data.type",
3175
- "equals": "chat",
3176
- "type": "simple"
3177
- }
3178
- ]
3032
+ "property": "authType",
3033
+ "oneOf": ["clientCredentials", "refresh"]
3179
3034
  },
3180
- "type": "String"
3035
+ "binding": {
3036
+ "type": "zeebe:input",
3037
+ "name": "authentication.clientId"
3038
+ }
3181
3039
  },
3182
3040
  {
3183
- "id": "data.createChannel.groupId",
3184
- "label": "Group ID",
3185
- "description": "The group ID for teams",
3186
- "optional": false,
3041
+ "label": "Tenant ID",
3042
+ "description": "The tenant ID of the application",
3043
+ "group": "authentication",
3044
+ "type": "String",
3045
+ "feel": "optional",
3187
3046
  "constraints": {
3188
3047
  "notEmpty": true
3189
3048
  },
3190
- "feel": "optional",
3191
- "group": "data",
3192
- "binding": {
3193
- "name": "data.groupId",
3194
- "type": "zeebe:input"
3195
- },
3196
3049
  "condition": {
3197
- "allMatch": [
3198
- {
3199
- "property": "data.channelMethod",
3200
- "equals": "createChannel",
3201
- "type": "simple"
3202
- },
3203
- {
3204
- "property": "data.type",
3205
- "equals": "channel",
3206
- "type": "simple"
3207
- }
3208
- ]
3050
+ "property": "authType",
3051
+ "oneOf": ["clientCredentials", "refresh"]
3209
3052
  },
3210
- "type": "String"
3053
+ "binding": {
3054
+ "type": "zeebe:input",
3055
+ "name": "authentication.tenantId"
3056
+ }
3211
3057
  },
3212
3058
  {
3213
- "id": "data.createChannel.name",
3214
- "label": "Display name",
3215
- "description": "Enter name of a channel",
3216
- "optional": false,
3059
+ "label": "Client secret",
3060
+ "description": " The secret value of the Azure AD application",
3061
+ "group": "authentication",
3062
+ "type": "String",
3063
+ "feel": "optional",
3217
3064
  "constraints": {
3218
3065
  "notEmpty": true
3219
3066
  },
3220
- "feel": "optional",
3221
- "group": "data",
3222
- "binding": {
3223
- "name": "data.name",
3224
- "type": "zeebe:input"
3225
- },
3226
3067
  "condition": {
3227
- "allMatch": [
3228
- {
3229
- "property": "data.channelMethod",
3230
- "equals": "createChannel",
3231
- "type": "simple"
3232
- },
3233
- {
3234
- "property": "data.type",
3235
- "equals": "channel",
3236
- "type": "simple"
3237
- }
3238
- ]
3068
+ "property": "authType",
3069
+ "oneOf": ["clientCredentials", "refresh"]
3239
3070
  },
3240
- "type": "String"
3071
+ "binding": {
3072
+ "type": "zeebe:input",
3073
+ "name": "authentication.clientSecret"
3074
+ }
3241
3075
  },
3242
3076
  {
3243
- "id": "data.createChannel.description",
3244
- "label": "Description",
3245
- "description": "Enter description",
3246
- "optional": true,
3247
- "feel": "optional",
3248
- "group": "data",
3077
+ "label": "Conversation type",
3078
+ "id": "operationType",
3079
+ "group": "operation",
3080
+ "description": "Choose conversation type",
3081
+ "value": "chat",
3082
+ "type": "Dropdown",
3083
+ "choices": [
3084
+ {
3085
+ "name": "Chat",
3086
+ "value": "chat"
3087
+ },
3088
+ {
3089
+ "name": "Channel",
3090
+ "value": "channel"
3091
+ }
3092
+ ],
3249
3093
  "binding": {
3250
- "name": "data.description",
3251
- "type": "zeebe:input"
3252
- },
3253
- "condition": {
3254
- "allMatch": [
3255
- {
3256
- "property": "data.channelMethod",
3257
- "equals": "createChannel",
3258
- "type": "simple"
3259
- },
3260
- {
3261
- "property": "data.type",
3262
- "equals": "channel",
3263
- "type": "simple"
3264
- }
3265
- ]
3094
+ "type": "zeebe:input",
3095
+ "name": "data.type"
3266
3096
  },
3267
- "type": "Text"
3097
+ "constraints": {
3098
+ "notEmpty": true
3099
+ }
3268
3100
  },
3269
3101
  {
3270
- "id": "data.createChannel.channelType",
3271
- "label": "Channel membership type",
3272
- "description": "Choose type",
3273
- "optional": false,
3274
- "value": "standard",
3102
+ "label": "Method",
3103
+ "id": "tokenAuthTypeChatMethod",
3104
+ "group": "operation",
3105
+ "description": "Select method for chat interaction",
3106
+ "value": "sendMessageToChat",
3107
+ "type": "Dropdown",
3108
+ "choices": [
3109
+ {
3110
+ "name": "Create a new chat",
3111
+ "value": "createChat"
3112
+ },
3113
+ {
3114
+ "name": "Get chat by ID",
3115
+ "value": "getChat"
3116
+ },
3117
+ {
3118
+ "name": "List chats",
3119
+ "value": "listChats"
3120
+ },
3121
+ {
3122
+ "name": "List chat members",
3123
+ "value": "listMembersOfChat"
3124
+ },
3125
+ {
3126
+ "name": "Send message in chat",
3127
+ "value": "sendMessageToChat"
3128
+ },
3129
+ {
3130
+ "name": "List messages in chat",
3131
+ "value": "listMessagesInChat"
3132
+ },
3133
+ {
3134
+ "name": "Get message in chat",
3135
+ "value": "getMessageFromChat"
3136
+ }
3137
+ ],
3275
3138
  "constraints": {
3276
3139
  "notEmpty": true
3277
3140
  },
3278
- "group": "data",
3279
- "binding": {
3280
- "name": "data.channelType",
3281
- "type": "zeebe:input"
3282
- },
3283
3141
  "condition": {
3284
3142
  "allMatch": [
3285
3143
  {
3286
- "property": "data.channelMethod",
3287
- "equals": "createChannel",
3288
- "type": "simple"
3144
+ "property": "operationType",
3145
+ "equals": "chat"
3289
3146
  },
3290
3147
  {
3291
- "property": "data.type",
3292
- "equals": "channel",
3293
- "type": "simple"
3148
+ "property": "authType",
3149
+ "oneOf": ["token", "refresh"]
3294
3150
  }
3295
3151
  ]
3296
3152
  },
3153
+ "binding": {
3154
+ "type": "zeebe:input",
3155
+ "name": "data.method"
3156
+ }
3157
+ },
3158
+ {
3159
+ "label": "Method",
3160
+ "id": "clientCredentialsChatMethod",
3161
+ "group": "operation",
3162
+ "description": "Select method for chat interaction",
3163
+ "value": "createChat",
3297
3164
  "type": "Dropdown",
3298
3165
  "choices": [
3299
3166
  {
3300
- "name": "Standard",
3301
- "value": "standard"
3167
+ "name": "Create a new chat",
3168
+ "value": "createChat"
3302
3169
  },
3303
3170
  {
3304
- "name": "Private",
3305
- "value": "private"
3171
+ "name": "Get chat by ID",
3172
+ "value": "getChat"
3306
3173
  },
3307
3174
  {
3308
- "name": "Shared",
3309
- "value": "shared"
3175
+ "name": "List chat members",
3176
+ "value": "listMembersOfChat"
3177
+ },
3178
+ {
3179
+ "name": "List messages in chat",
3180
+ "value": "listMessagesInChat"
3181
+ },
3182
+ {
3183
+ "name": "Get message in chat",
3184
+ "value": "getMessageFromChat"
3310
3185
  }
3311
- ]
3312
- },
3313
- {
3314
- "id": "data.createChannel.owner",
3315
- "label": "Owner",
3316
- "description": "Enter ID or principal name of a user",
3317
- "optional": false,
3186
+ ],
3318
3187
  "constraints": {
3319
3188
  "notEmpty": true
3320
3189
  },
3321
- "feel": "optional",
3322
- "group": "data",
3323
- "binding": {
3324
- "name": "data.owner",
3325
- "type": "zeebe:input"
3326
- },
3327
3190
  "condition": {
3328
3191
  "allMatch": [
3329
3192
  {
3330
- "property": "data.createChannel.channelType",
3331
- "oneOf": ["private", "shared"],
3332
- "type": "simple"
3333
- },
3334
- {
3335
- "property": "data.channelMethod",
3336
- "equals": "createChannel",
3337
- "type": "simple"
3193
+ "property": "operationType",
3194
+ "equals": "chat"
3338
3195
  },
3339
3196
  {
3340
- "property": "data.type",
3341
- "equals": "channel",
3342
- "type": "simple"
3197
+ "property": "authType",
3198
+ "equals": "clientCredentials"
3343
3199
  }
3344
3200
  ]
3345
3201
  },
3346
- "type": "String"
3202
+ "binding": {
3203
+ "type": "zeebe:input",
3204
+ "name": "data.method"
3205
+ }
3347
3206
  },
3348
3207
  {
3349
- "id": "data.getChannel.groupId",
3350
- "label": "Group ID",
3351
- "description": "The group ID for teams",
3352
- "optional": false,
3208
+ "label": "Method",
3209
+ "id": "tokenAuthChannelMethod",
3210
+ "group": "operation",
3211
+ "description": "Select method for channel interaction",
3212
+ "value": "sendMessageToChannel",
3213
+ "type": "Dropdown",
3214
+ "choices": [
3215
+ {
3216
+ "name": "Create channel",
3217
+ "value": "createChannel"
3218
+ },
3219
+ {
3220
+ "name": "Get channel",
3221
+ "value": "getChannel"
3222
+ },
3223
+ {
3224
+ "name": "List channels",
3225
+ "value": "listAllChannels"
3226
+ },
3227
+ {
3228
+ "name": "Send message to channel",
3229
+ "value": "sendMessageToChannel"
3230
+ },
3231
+ {
3232
+ "name": "Get channel message",
3233
+ "value": "getMessageFromChannel"
3234
+ },
3235
+ {
3236
+ "name": "List channel messages",
3237
+ "value": "listChannelMessages"
3238
+ },
3239
+ {
3240
+ "name": "List message replies",
3241
+ "value": "listMessageRepliesInChannel"
3242
+ },
3243
+ {
3244
+ "name": "List members",
3245
+ "value": "listMembersInChannel"
3246
+ }
3247
+ ],
3353
3248
  "constraints": {
3354
3249
  "notEmpty": true
3355
3250
  },
3356
- "feel": "optional",
3357
- "group": "data",
3358
- "binding": {
3359
- "name": "data.groupId",
3360
- "type": "zeebe:input"
3361
- },
3362
3251
  "condition": {
3363
3252
  "allMatch": [
3364
3253
  {
3365
- "property": "data.channelMethod",
3366
- "equals": "getChannel",
3367
- "type": "simple"
3254
+ "property": "operationType",
3255
+ "equals": "channel"
3368
3256
  },
3369
3257
  {
3370
- "property": "data.type",
3371
- "equals": "channel",
3372
- "type": "simple"
3258
+ "property": "authType",
3259
+ "oneOf": ["token", "refresh"]
3373
3260
  }
3374
3261
  ]
3375
3262
  },
3376
- "type": "String"
3263
+ "binding": {
3264
+ "type": "zeebe:input",
3265
+ "name": "data.method"
3266
+ }
3377
3267
  },
3378
3268
  {
3379
- "id": "data.getChannel.channelId",
3380
- "label": "Channel ID",
3381
- "description": "The Channel ID",
3382
- "optional": false,
3269
+ "label": "Method",
3270
+ "id": "credentialsAuthChannelMethod",
3271
+ "group": "operation",
3272
+ "description": "Select method for channel interaction",
3273
+ "value": "createChannel",
3274
+ "type": "Dropdown",
3275
+ "choices": [
3276
+ {
3277
+ "name": "Create channel",
3278
+ "value": "createChannel"
3279
+ },
3280
+ {
3281
+ "name": "Get channel",
3282
+ "value": "getChannel"
3283
+ },
3284
+ {
3285
+ "name": "List channels",
3286
+ "value": "listAllChannels"
3287
+ },
3288
+ {
3289
+ "name": "Get channel message",
3290
+ "value": "getMessageFromChannel"
3291
+ },
3292
+ {
3293
+ "name": "List channel messages",
3294
+ "value": "listChannelMessages"
3295
+ },
3296
+ {
3297
+ "name": "List message replies",
3298
+ "value": "listMessageRepliesInChannel"
3299
+ },
3300
+ {
3301
+ "name": "List members",
3302
+ "value": "listMembersInChannel"
3303
+ }
3304
+ ],
3383
3305
  "constraints": {
3384
3306
  "notEmpty": true
3385
3307
  },
3386
- "feel": "optional",
3387
- "group": "data",
3388
- "binding": {
3389
- "name": "data.channelId",
3390
- "type": "zeebe:input"
3391
- },
3392
3308
  "condition": {
3393
3309
  "allMatch": [
3394
3310
  {
3395
- "property": "data.channelMethod",
3396
- "equals": "getChannel",
3397
- "type": "simple"
3311
+ "property": "operationType",
3312
+ "equals": "channel"
3398
3313
  },
3399
3314
  {
3400
- "property": "data.type",
3401
- "equals": "channel",
3402
- "type": "simple"
3315
+ "property": "authType",
3316
+ "equals": "clientCredentials"
3403
3317
  }
3404
3318
  ]
3405
3319
  },
3406
- "type": "String"
3320
+ "binding": {
3321
+ "type": "zeebe:input",
3322
+ "name": "data.method"
3323
+ }
3407
3324
  },
3408
3325
  {
3409
- "id": "data.listChannels.groupId",
3410
- "label": "Group ID",
3411
- "description": "The group ID for teams",
3412
- "optional": false,
3326
+ "label": "Chat type",
3327
+ "description": "The type of a new chat",
3328
+ "group": "data",
3329
+ "type": "Dropdown",
3330
+ "value": "one_on_one",
3331
+ "choices": [
3332
+ {
3333
+ "name": "One on one",
3334
+ "value": "one_on_one"
3335
+ },
3336
+ {
3337
+ "name": "Group",
3338
+ "value": "group"
3339
+ }
3340
+ ],
3341
+ "binding": {
3342
+ "type": "zeebe:input",
3343
+ "name": "data.chatType"
3344
+ },
3413
3345
  "constraints": {
3414
3346
  "notEmpty": true
3415
3347
  },
3416
- "feel": "optional",
3417
- "group": "data",
3418
- "binding": {
3419
- "name": "data.groupId",
3420
- "type": "zeebe:input"
3421
- },
3422
3348
  "condition": {
3423
3349
  "allMatch": [
3424
3350
  {
3425
- "property": "data.channelMethod",
3426
- "equals": "listAllChannels",
3351
+ "property": "tokenAuthTypeChatMethod",
3352
+ "equals": "createChat",
3427
3353
  "type": "simple"
3428
3354
  },
3429
3355
  {
3430
- "property": "data.type",
3431
- "equals": "channel",
3356
+ "property": "clientCredentialsChatMethod",
3357
+ "equals": "createChat",
3432
3358
  "type": "simple"
3433
3359
  }
3434
3360
  ]
3435
- },
3436
- "type": "String"
3361
+ }
3437
3362
  },
3438
3363
  {
3439
- "id": "data.listChannels.filter",
3440
- "label": "Filter",
3441
- "description": "Sets the search filter. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
3442
- "optional": true,
3443
- "feel": "optional",
3364
+ "label": "Topic",
3365
+ "description": "Set topic of chat (optional)",
3444
3366
  "group": "data",
3367
+ "type": "String",
3368
+ "feel": "optional",
3369
+ "optional": true,
3445
3370
  "binding": {
3446
- "name": "data.filter",
3447
- "type": "zeebe:input"
3371
+ "type": "zeebe:input",
3372
+ "name": "data.topic"
3448
3373
  },
3449
3374
  "condition": {
3450
3375
  "allMatch": [
3451
3376
  {
3452
- "property": "data.channelMethod",
3453
- "equals": "listAllChannels",
3377
+ "property": "tokenAuthTypeChatMethod",
3378
+ "equals": "createChat",
3454
3379
  "type": "simple"
3455
3380
  },
3456
3381
  {
3457
- "property": "data.type",
3458
- "equals": "channel",
3382
+ "property": "clientCredentialsChatMethod",
3383
+ "equals": "createChat",
3459
3384
  "type": "simple"
3460
3385
  }
3461
3386
  ]
3462
- },
3463
- "type": "String"
3387
+ }
3464
3388
  },
3465
3389
  {
3466
- "id": "data.sendMessageToChannel.groupId",
3467
- "label": "Group ID",
3468
- "description": "The group ID for teams",
3469
- "optional": false,
3470
- "constraints": {
3471
- "notEmpty": true
3472
- },
3473
- "feel": "optional",
3390
+ "label": "Members",
3391
+ "description": "Set array members of chat. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#members-property'>Learn more about the required format</a>",
3474
3392
  "group": "data",
3393
+ "type": "Text",
3394
+ "feel": "required",
3475
3395
  "binding": {
3476
- "name": "data.groupId",
3477
- "type": "zeebe:input"
3396
+ "type": "zeebe:input",
3397
+ "name": "data.members"
3398
+ },
3399
+ "constraints": {
3400
+ "notEmpty": true
3478
3401
  },
3479
3402
  "condition": {
3480
3403
  "allMatch": [
3481
3404
  {
3482
- "property": "data.channelMethod",
3483
- "equals": "sendMessageToChannel",
3405
+ "property": "tokenAuthTypeChatMethod",
3406
+ "equals": "createChat",
3484
3407
  "type": "simple"
3485
3408
  },
3486
3409
  {
3487
- "property": "data.type",
3488
- "equals": "channel",
3410
+ "property": "clientCredentialsChatMethod",
3411
+ "equals": "createChat",
3489
3412
  "type": "simple"
3490
3413
  }
3491
3414
  ]
3492
- },
3493
- "type": "String"
3415
+ }
3494
3416
  },
3495
3417
  {
3496
- "id": "data.sendMessageToChannel.channelId",
3497
- "label": "Channel ID",
3498
- "description": "The channel ID",
3499
- "optional": false,
3500
- "constraints": {
3501
- "notEmpty": true
3502
- },
3503
- "feel": "optional",
3418
+ "label": "Chat ID",
3419
+ "description": "The chat ID",
3504
3420
  "group": "data",
3421
+ "type": "String",
3422
+ "feel": "optional",
3505
3423
  "binding": {
3506
- "name": "data.channelId",
3507
- "type": "zeebe:input"
3424
+ "type": "zeebe:input",
3425
+ "name": "data.chatId"
3426
+ },
3427
+ "constraints": {
3428
+ "notEmpty": true
3508
3429
  },
3509
3430
  "condition": {
3510
3431
  "allMatch": [
3511
3432
  {
3512
- "property": "data.channelMethod",
3513
- "equals": "sendMessageToChannel",
3514
- "type": "simple"
3433
+ "property": "tokenAuthTypeChatMethod",
3434
+ "oneOf": [
3435
+ "getChat",
3436
+ "listMembersOfChat",
3437
+ "sendMessageToChat",
3438
+ "getMessageFromChat",
3439
+ "listMessagesInChat"
3440
+ ]
3515
3441
  },
3516
3442
  {
3517
- "property": "data.type",
3518
- "equals": "channel",
3519
- "type": "simple"
3443
+ "property": "clientCredentialsChatMethod",
3444
+ "oneOf": [
3445
+ "getChat",
3446
+ "listMembersOfChat",
3447
+ "sendMessageToChat",
3448
+ "getMessageFromChat",
3449
+ "listMessagesInChat"
3450
+ ]
3520
3451
  }
3521
3452
  ]
3522
- },
3523
- "type": "String"
3453
+ }
3524
3454
  },
3525
3455
  {
3526
- "id": "data.sendMessageToChannel.content",
3527
- "label": "Content",
3528
- "description": "Enter content",
3529
- "optional": false,
3530
- "constraints": {
3531
- "notEmpty": true
3532
- },
3533
- "feel": "optional",
3456
+ "label": "Expand response",
3457
+ "description": "Choose expand type. <a href='https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-teams/#expand-response'>Learn more about expanding chat response</a>",
3534
3458
  "group": "data",
3459
+ "type": "Dropdown",
3460
+ "value": "withoutExpand",
3461
+ "optional": true,
3462
+ "choices": [
3463
+ {
3464
+ "name": "Without expand",
3465
+ "value": "withoutExpand"
3466
+ },
3467
+ {
3468
+ "name": "With the last message preview",
3469
+ "value": "lastMessagePreview"
3470
+ },
3471
+ {
3472
+ "name": "With chat members",
3473
+ "value": "members"
3474
+ }
3475
+ ],
3535
3476
  "binding": {
3536
- "name": "data.content",
3537
- "type": "zeebe:input"
3477
+ "type": "zeebe:input",
3478
+ "name": "data.expand"
3538
3479
  },
3539
3480
  "condition": {
3540
3481
  "allMatch": [
3541
3482
  {
3542
- "property": "data.channelMethod",
3543
- "equals": "sendMessageToChannel",
3483
+ "property": "tokenAuthTypeChatMethod",
3484
+ "equals": "getChat",
3544
3485
  "type": "simple"
3545
3486
  },
3546
3487
  {
3547
- "property": "data.type",
3548
- "equals": "channel",
3488
+ "property": "clientCredentialsChatMethod",
3489
+ "equals": "createChat",
3549
3490
  "type": "simple"
3550
3491
  }
3551
3492
  ]
3552
- },
3553
- "type": "Text"
3493
+ }
3554
3494
  },
3555
3495
  {
3556
- "id": "data.sendMessageToChannel.bodyType",
3557
- "label": "Content type",
3558
- "description": "The type of the content. Possible values are text and html",
3559
- "optional": false,
3560
- "value": "TEXT",
3561
- "constraints": {
3562
- "notEmpty": true
3563
- },
3496
+ "label": "Content",
3497
+ "description": "Enter content",
3564
3498
  "group": "data",
3499
+ "type": "Text",
3500
+ "feel": "optional",
3565
3501
  "binding": {
3566
- "name": "data.bodyType",
3567
- "type": "zeebe:input"
3502
+ "type": "zeebe:input",
3503
+ "name": "data.content"
3504
+ },
3505
+ "constraints": {
3506
+ "notEmpty": true
3568
3507
  },
3569
3508
  "condition": {
3570
3509
  "allMatch": [
3571
3510
  {
3572
- "property": "data.channelMethod",
3573
- "equals": "sendMessageToChannel",
3511
+ "property": "tokenAuthTypeChatMethod",
3512
+ "equals": "sendMessageToChat",
3574
3513
  "type": "simple"
3575
3514
  },
3576
3515
  {
3577
- "property": "data.type",
3578
- "equals": "channel",
3516
+ "property": "clientCredentialsChatMethod",
3517
+ "equals": "sendMessageToChat",
3579
3518
  "type": "simple"
3580
3519
  }
3581
3520
  ]
3582
- },
3583
- "type": "Dropdown",
3584
- "choices": [
3585
- {
3586
- "name": "Text",
3587
- "value": "TEXT"
3588
- },
3589
- {
3590
- "name": "HTML",
3591
- "value": "HTML"
3592
- }
3593
- ]
3521
+ }
3594
3522
  },
3595
3523
  {
3596
- "id": "data.sendMessageToChannel.documents",
3597
- "label": "documents",
3598
- "optional": true,
3599
- "feel": "required",
3524
+ "label": "Message ID",
3525
+ "description": "The message ID",
3600
3526
  "group": "data",
3527
+ "type": "String",
3528
+ "feel": "optional",
3601
3529
  "binding": {
3602
- "name": "data.documents",
3603
- "type": "zeebe:input"
3530
+ "type": "zeebe:input",
3531
+ "name": "data.messageId"
3532
+ },
3533
+ "constraints": {
3534
+ "notEmpty": true
3604
3535
  },
3605
3536
  "condition": {
3606
3537
  "allMatch": [
3607
3538
  {
3608
- "property": "data.channelMethod",
3609
- "equals": "sendMessageToChannel",
3539
+ "property": "tokenAuthTypeChatMethod",
3540
+ "equals": "getMessageFromChat",
3610
3541
  "type": "simple"
3611
3542
  },
3612
3543
  {
3613
- "property": "data.type",
3614
- "equals": "channel",
3544
+ "property": "clientCredentialsChatMethod",
3545
+ "equals": "getMessageFromChat",
3615
3546
  "type": "simple"
3616
3547
  }
3617
3548
  ]
3618
- },
3619
- "type": "String"
3549
+ }
3620
3550
  },
3621
3551
  {
3622
- "id": "data.getChannelMessage.groupId",
3623
- "label": "Group ID",
3624
- "description": "The group ID for teams",
3625
- "optional": false,
3626
- "constraints": {
3627
- "notEmpty": true
3628
- },
3629
- "feel": "optional",
3552
+ "label": "Top",
3553
+ "description": "Controls the number of items per response. Maximum allowed $top value is 50",
3630
3554
  "group": "data",
3555
+ "type": "String",
3556
+ "feel": "optional",
3557
+ "optional": true,
3631
3558
  "binding": {
3632
- "name": "data.groupId",
3633
- "type": "zeebe:input"
3559
+ "type": "zeebe:input",
3560
+ "name": "data.top"
3561
+ },
3562
+ "constraints": {
3563
+ "notEmpty": false
3634
3564
  },
3635
3565
  "condition": {
3636
3566
  "allMatch": [
3637
3567
  {
3638
- "property": "data.channelMethod",
3639
- "equals": "getMessageFromChannel",
3568
+ "property": "tokenAuthTypeChatMethod",
3569
+ "equals": "listMessagesInChat",
3640
3570
  "type": "simple"
3641
3571
  },
3642
3572
  {
3643
- "property": "data.type",
3644
- "equals": "channel",
3573
+ "property": "clientCredentialsChatMethod",
3574
+ "equals": "listMessagesInChat",
3645
3575
  "type": "simple"
3646
3576
  }
3647
3577
  ]
3648
- },
3649
- "type": "String"
3578
+ }
3650
3579
  },
3651
3580
  {
3652
- "id": "data.getChannelMessage.channelId",
3653
- "label": "Channel ID",
3654
- "description": "The channel ID",
3655
- "optional": false,
3656
- "constraints": {
3657
- "notEmpty": true
3658
- },
3659
- "feel": "optional",
3581
+ "label": "Order by",
3660
3582
  "group": "data",
3583
+ "type": "Dropdown",
3584
+ "value": "withoutOrdering",
3585
+ "choices": [
3586
+ {
3587
+ "name": "Without ordering",
3588
+ "value": "withoutOrdering"
3589
+ },
3590
+ {
3591
+ "name": "Last modified data time",
3592
+ "value": "lastModifiedDateTime"
3593
+ },
3594
+ {
3595
+ "name": "Created data time",
3596
+ "value": "createdDateTime"
3597
+ }
3598
+ ],
3661
3599
  "binding": {
3662
- "name": "data.channelId",
3663
- "type": "zeebe:input"
3600
+ "type": "zeebe:input",
3601
+ "name": "data.orderBy"
3602
+ },
3603
+ "optional": true,
3604
+ "constraints": {
3605
+ "notEmpty": false
3664
3606
  },
3665
3607
  "condition": {
3666
3608
  "allMatch": [
3667
3609
  {
3668
- "property": "data.channelMethod",
3669
- "equals": "getMessageFromChannel",
3610
+ "property": "tokenAuthTypeChatMethod",
3611
+ "equals": "listMessagesInChat",
3670
3612
  "type": "simple"
3671
3613
  },
3672
3614
  {
3673
- "property": "data.type",
3674
- "equals": "channel",
3615
+ "property": "clientCredentialsChatMethod",
3616
+ "equals": "listMessagesInChat",
3675
3617
  "type": "simple"
3676
3618
  }
3677
3619
  ]
3678
- },
3679
- "type": "String"
3620
+ }
3680
3621
  },
3681
3622
  {
3682
- "id": "data.getChannelMessage.messageId",
3683
- "label": "Message ID",
3684
- "description": "The message ID",
3685
- "optional": false,
3686
- "constraints": {
3687
- "notEmpty": true
3688
- },
3689
- "feel": "optional",
3623
+ "label": "Filter",
3624
+ "description": "Sets the date range filter for the lastModifiedDateTime and createdDateTime properties. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
3690
3625
  "group": "data",
3626
+ "type": "String",
3627
+ "feel": "optional",
3628
+ "optional": true,
3691
3629
  "binding": {
3692
- "name": "data.messageId",
3693
- "type": "zeebe:input"
3630
+ "type": "zeebe:input",
3631
+ "name": "data.filter"
3694
3632
  },
3695
3633
  "condition": {
3696
3634
  "allMatch": [
3697
3635
  {
3698
- "property": "data.channelMethod",
3699
- "equals": "getMessageFromChannel",
3636
+ "property": "tokenAuthTypeChatMethod",
3637
+ "equals": "listMessagesInChat",
3700
3638
  "type": "simple"
3701
3639
  },
3702
3640
  {
3703
- "property": "data.type",
3704
- "equals": "channel",
3641
+ "property": "clientCredentialsChatMethod",
3642
+ "equals": "listMessagesInChat",
3705
3643
  "type": "simple"
3706
3644
  }
3707
3645
  ]
3708
- },
3709
- "type": "String"
3646
+ }
3710
3647
  },
3711
3648
  {
3712
- "id": "data.listChannelMessage.groupId",
3713
3649
  "label": "Group ID",
3714
- "description": "The group ID for teams",
3715
- "optional": false,
3716
- "constraints": {
3717
- "notEmpty": true
3718
- },
3719
- "feel": "optional",
3650
+ "description": "The group id for teams",
3720
3651
  "group": "data",
3652
+ "type": "String",
3653
+ "feel": "optional",
3721
3654
  "binding": {
3722
- "name": "data.groupId",
3723
- "type": "zeebe:input"
3655
+ "type": "zeebe:input",
3656
+ "name": "data.groupId"
3657
+ },
3658
+ "constraints": {
3659
+ "notEmpty": true
3724
3660
  },
3725
3661
  "condition": {
3726
3662
  "allMatch": [
3727
3663
  {
3728
- "property": "data.channelMethod",
3729
- "equals": "listChannelMessages",
3730
- "type": "simple"
3664
+ "property": "tokenAuthChannelMethod",
3665
+ "oneOf": [
3666
+ "createChannel",
3667
+ "listAllChannels",
3668
+ "getChannel",
3669
+ "sendMessageToChannel",
3670
+ "getMessageFromChannel",
3671
+ "listChannelMessages",
3672
+ "listMessageRepliesInChannel",
3673
+ "listMembersInChannel"
3674
+ ]
3731
3675
  },
3732
3676
  {
3733
- "property": "data.type",
3734
- "equals": "channel",
3735
- "type": "simple"
3677
+ "property": "credentialsAuthChannelMethod",
3678
+ "oneOf": [
3679
+ "createChannel",
3680
+ "listAllChannels",
3681
+ "getChannel",
3682
+ "sendMessageToChannel",
3683
+ "getMessageFromChannel",
3684
+ "listChannelMessages",
3685
+ "listMessageRepliesInChannel",
3686
+ "listMembersInChannel"
3687
+ ]
3736
3688
  }
3737
3689
  ]
3738
- },
3739
- "type": "String"
3690
+ }
3740
3691
  },
3741
3692
  {
3742
- "id": "data.listChannelMessage.channelId",
3743
3693
  "label": "Channel ID",
3744
3694
  "description": "The channel ID",
3745
- "optional": false,
3746
- "constraints": {
3747
- "notEmpty": true
3748
- },
3749
- "feel": "optional",
3750
3695
  "group": "data",
3696
+ "type": "String",
3697
+ "feel": "optional",
3751
3698
  "binding": {
3752
- "name": "data.channelId",
3753
- "type": "zeebe:input"
3699
+ "type": "zeebe:input",
3700
+ "name": "data.channelId"
3701
+ },
3702
+ "constraints": {
3703
+ "notEmpty": true
3754
3704
  },
3755
3705
  "condition": {
3756
3706
  "allMatch": [
3757
3707
  {
3758
- "property": "data.channelMethod",
3759
- "equals": "listChannelMessages",
3760
- "type": "simple"
3708
+ "property": "tokenAuthChannelMethod",
3709
+ "oneOf": [
3710
+ "getChannel",
3711
+ "sendMessageToChannel",
3712
+ "getMessageFromChannel",
3713
+ "listChannelMessages",
3714
+ "listMessageRepliesInChannel",
3715
+ "listMembersInChannel"
3716
+ ]
3761
3717
  },
3762
3718
  {
3763
- "property": "data.type",
3764
- "equals": "channel",
3765
- "type": "simple"
3719
+ "property": "credentialsAuthChannelMethod",
3720
+ "oneOf": [
3721
+ "getChannel",
3722
+ "sendMessageToChannel",
3723
+ "getMessageFromChannel",
3724
+ "listChannelMessages",
3725
+ "listMessageRepliesInChannel",
3726
+ "listMembersInChannel"
3727
+ ]
3766
3728
  }
3767
3729
  ]
3768
- },
3769
- "type": "String"
3730
+ }
3770
3731
  },
3771
3732
  {
3772
- "id": "data.listChannelMessage.top",
3773
- "label": "Top",
3774
- "description": "Controls the number of items per response",
3775
- "optional": true,
3776
- "feel": "optional",
3733
+ "label": "Display name",
3734
+ "description": "Enter name of a channel",
3777
3735
  "group": "data",
3736
+ "type": "String",
3737
+ "feel": "optional",
3778
3738
  "binding": {
3779
- "name": "data.top",
3780
- "type": "zeebe:input"
3739
+ "type": "zeebe:input",
3740
+ "name": "data.name"
3741
+ },
3742
+ "constraints": {
3743
+ "notEmpty": true
3781
3744
  },
3782
3745
  "condition": {
3783
3746
  "allMatch": [
3784
3747
  {
3785
- "property": "data.channelMethod",
3786
- "equals": "listChannelMessages",
3748
+ "property": "tokenAuthChannelMethod",
3749
+ "equals": "createChannel",
3787
3750
  "type": "simple"
3788
3751
  },
3789
3752
  {
3790
- "property": "data.type",
3791
- "equals": "channel",
3753
+ "property": "credentialsAuthChannelMethod",
3754
+ "equals": "createChannel",
3792
3755
  "type": "simple"
3793
3756
  }
3794
3757
  ]
3795
- },
3796
- "type": "String"
3758
+ }
3797
3759
  },
3798
3760
  {
3799
- "id": "data.listChannelMessage.isExpand",
3800
- "label": "With replies",
3801
- "description": "Return message replies",
3802
- "optional": false,
3803
- "value": "false",
3804
- "constraints": {
3805
- "notEmpty": true
3806
- },
3761
+ "label": "Description",
3762
+ "description": "Enter description",
3807
3763
  "group": "data",
3764
+ "type": "Text",
3765
+ "feel": "optional",
3766
+ "optional": true,
3808
3767
  "binding": {
3809
- "name": "data.isExpand",
3810
- "type": "zeebe:input"
3768
+ "type": "zeebe:input",
3769
+ "name": "data.description"
3811
3770
  },
3812
3771
  "condition": {
3813
3772
  "allMatch": [
3814
3773
  {
3815
- "property": "data.channelMethod",
3816
- "equals": "listChannelMessages",
3774
+ "property": "tokenAuthChannelMethod",
3775
+ "equals": "createChannel",
3817
3776
  "type": "simple"
3818
3777
  },
3819
3778
  {
3820
- "property": "data.type",
3821
- "equals": "channel",
3779
+ "property": "credentialsAuthChannelMethod",
3780
+ "equals": "createChannel",
3822
3781
  "type": "simple"
3823
3782
  }
3824
3783
  ]
3825
- },
3784
+ }
3785
+ },
3786
+ {
3787
+ "label": "Channel membership type ",
3788
+ "id": "channelType",
3789
+ "description": "Choose type",
3790
+ "group": "data",
3826
3791
  "type": "Dropdown",
3792
+ "value": "standard",
3827
3793
  "choices": [
3828
3794
  {
3829
- "name": "False",
3830
- "value": "false"
3795
+ "name": "STANDARD",
3796
+ "value": "standard"
3831
3797
  },
3832
3798
  {
3833
- "name": "True",
3834
- "value": "true"
3799
+ "name": "PRIVATE",
3800
+ "value": "private"
3801
+ },
3802
+ {
3803
+ "name": "SHARED",
3804
+ "value": "shared"
3835
3805
  }
3836
- ]
3837
- },
3838
- {
3839
- "id": "data.listMessageRepliesInChannel.groupId",
3840
- "label": "Group ID",
3841
- "description": "The group ID for teams",
3842
- "optional": false,
3806
+ ],
3807
+ "binding": {
3808
+ "type": "zeebe:input",
3809
+ "name": "data.channelType"
3810
+ },
3843
3811
  "constraints": {
3844
3812
  "notEmpty": true
3845
3813
  },
3846
- "feel": "optional",
3847
- "group": "data",
3848
- "binding": {
3849
- "name": "data.groupId",
3850
- "type": "zeebe:input"
3851
- },
3852
3814
  "condition": {
3853
3815
  "allMatch": [
3854
3816
  {
3855
- "property": "data.channelMethod",
3856
- "equals": "listMessageRepliesInChannel",
3817
+ "property": "tokenAuthChannelMethod",
3818
+ "equals": "createChannel",
3857
3819
  "type": "simple"
3858
3820
  },
3859
3821
  {
3860
- "property": "data.type",
3861
- "equals": "channel",
3822
+ "property": "credentialsAuthChannelMethod",
3823
+ "equals": "createChannel",
3862
3824
  "type": "simple"
3863
3825
  }
3864
3826
  ]
3865
- },
3866
- "type": "String"
3827
+ }
3867
3828
  },
3868
3829
  {
3869
- "id": "data.listMessageRepliesInChannel.channelId",
3870
- "label": "Channel ID",
3871
- "description": "The channel ID",
3872
- "optional": false,
3830
+ "label": "Owner",
3831
+ "description": "Enter ID or principal name of a user",
3832
+ "group": "data",
3833
+ "type": "String",
3834
+ "feel": "optional",
3835
+ "binding": {
3836
+ "type": "zeebe:input",
3837
+ "name": "data.owner"
3838
+ },
3873
3839
  "constraints": {
3874
3840
  "notEmpty": true
3875
3841
  },
3876
- "feel": "optional",
3842
+ "condition": {
3843
+ "property": "channelType",
3844
+ "oneOf": ["private", "shared"]
3845
+ }
3846
+ },
3847
+ {
3848
+ "label": "Filter",
3849
+ "description": "Sets the search filter. <a href='https://learn.microsoft.com/en-us/graph/filter-query-parameter'>Learn more about filtering</a>",
3877
3850
  "group": "data",
3851
+ "type": "String",
3852
+ "optional": true,
3853
+ "feel": "optional",
3878
3854
  "binding": {
3879
- "name": "data.channelId",
3880
- "type": "zeebe:input"
3855
+ "type": "zeebe:input",
3856
+ "name": "data.filter"
3881
3857
  },
3882
3858
  "condition": {
3883
3859
  "allMatch": [
3884
3860
  {
3885
- "property": "data.channelMethod",
3886
- "equals": "listMessageRepliesInChannel",
3861
+ "property": "tokenAuthChannelMethod",
3862
+ "equals": "listAllChannels",
3887
3863
  "type": "simple"
3888
3864
  },
3889
3865
  {
3890
- "property": "data.type",
3891
- "equals": "channel",
3866
+ "property": "credentialsAuthChannelMethod",
3867
+ "equals": "listAllChannels",
3892
3868
  "type": "simple"
3893
3869
  }
3894
3870
  ]
3895
- },
3896
- "type": "String"
3871
+ }
3897
3872
  },
3898
3873
  {
3899
- "id": "data.listMessageRepliesInChannel.messageId",
3900
- "label": "Message ID",
3901
- "description": "The message ID",
3902
- "optional": false,
3903
- "constraints": {
3904
- "notEmpty": true
3905
- },
3906
- "feel": "optional",
3874
+ "label": "Content",
3875
+ "description": "Enter content",
3907
3876
  "group": "data",
3877
+ "type": "Text",
3878
+ "feel": "optional",
3908
3879
  "binding": {
3909
- "name": "data.messageId",
3910
- "type": "zeebe:input"
3880
+ "type": "zeebe:input",
3881
+ "name": "data.content"
3882
+ },
3883
+ "constraints": {
3884
+ "notEmpty": true
3911
3885
  },
3912
3886
  "condition": {
3913
3887
  "allMatch": [
3914
3888
  {
3915
- "property": "data.channelMethod",
3916
- "equals": "listMessageRepliesInChannel",
3889
+ "property": "tokenAuthChannelMethod",
3890
+ "equals": "sendMessageToChannel",
3917
3891
  "type": "simple"
3918
3892
  },
3919
3893
  {
3920
- "property": "data.type",
3921
- "equals": "channel",
3894
+ "property": "credentialsAuthChannelMethod",
3895
+ "equals": "sendMessageToChannel",
3922
3896
  "type": "simple"
3923
3897
  }
3924
3898
  ]
3925
- },
3926
- "type": "String"
3899
+ }
3927
3900
  },
3928
3901
  {
3929
- "id": "data.listChannelMembers.groupId",
3930
- "label": "Group ID",
3931
- "description": "The group ID for teams",
3932
- "optional": false,
3933
- "constraints": {
3934
- "notEmpty": true
3935
- },
3936
- "feel": "optional",
3902
+ "label": "Content type",
3903
+ "description": "The type of the content. Possible values are text and html.",
3937
3904
  "group": "data",
3905
+ "type": "Dropdown",
3906
+ "value": "TEXT",
3907
+ "choices": [
3908
+ {
3909
+ "name": "Text",
3910
+ "value": "TEXT"
3911
+ },
3912
+ {
3913
+ "name": "HTML",
3914
+ "value": "HTML"
3915
+ }
3916
+ ],
3938
3917
  "binding": {
3939
- "name": "data.groupId",
3940
- "type": "zeebe:input"
3918
+ "type": "zeebe:input",
3919
+ "name": "data.bodyType"
3941
3920
  },
3942
3921
  "condition": {
3943
3922
  "allMatch": [
3944
3923
  {
3945
- "property": "data.channelMethod",
3946
- "equals": "listMembersInChannel",
3924
+ "property": "tokenAuthChannelMethod",
3925
+ "equals": "sendMessageToChannel",
3947
3926
  "type": "simple"
3948
3927
  },
3949
3928
  {
3950
- "property": "data.type",
3951
- "equals": "channel",
3929
+ "property": "credentialsAuthChannelMethod",
3930
+ "equals": "sendMessageToChannel",
3952
3931
  "type": "simple"
3953
3932
  }
3954
3933
  ]
3955
- },
3956
- "type": "String"
3934
+ }
3957
3935
  },
3958
3936
  {
3959
- "id": "data.listChannelMembers.channelId",
3960
- "label": "Channel ID",
3961
- "description": "The channel ID",
3962
- "optional": false,
3937
+ "label": "Message ID",
3938
+ "description": "The message ID",
3939
+ "group": "data",
3940
+ "type": "String",
3941
+ "feel": "optional",
3942
+ "binding": {
3943
+ "type": "zeebe:input",
3944
+ "name": "data.messageId"
3945
+ },
3963
3946
  "constraints": {
3964
3947
  "notEmpty": true
3965
3948
  },
3949
+ "condition": {
3950
+ "property": "tokenAuthChannelMethod",
3951
+ "oneOf": ["getMessageFromChannel", "listMessageRepliesInChannel"]
3952
+ }
3953
+ },
3954
+ {
3955
+ "label": "Top",
3956
+ "description": "Controls the number of items per response",
3957
+ "group": "data",
3958
+ "type": "String",
3959
+ "optional": true,
3966
3960
  "feel": "optional",
3961
+ "binding": {
3962
+ "type": "zeebe:input",
3963
+ "name": "data.top"
3964
+ },
3965
+ "constraints": {
3966
+ "notEmpty": false
3967
+ },
3968
+ "condition": {
3969
+ "property": "credentialsAuthChannelMethod",
3970
+ "equals": "listChannelMessages"
3971
+ }
3972
+ },
3973
+ {
3974
+ "label": "With replies",
3975
+ "description": "Return message replies",
3967
3976
  "group": "data",
3977
+ "value": "false",
3978
+ "type": "Dropdown",
3979
+ "choices": [
3980
+ {
3981
+ "name": "True",
3982
+ "value": "true"
3983
+ },
3984
+ {
3985
+ "name": "False",
3986
+ "value": "false"
3987
+ }
3988
+ ],
3989
+ "optional": true,
3968
3990
  "binding": {
3969
- "name": "data.channelId",
3970
- "type": "zeebe:input"
3991
+ "type": "zeebe:input",
3992
+ "name": "data.isExpand"
3993
+ },
3994
+ "constraints": {
3995
+ "notEmpty": false
3971
3996
  },
3972
3997
  "condition": {
3973
3998
  "allMatch": [
3974
3999
  {
3975
- "property": "data.channelMethod",
3976
- "equals": "listMembersInChannel",
4000
+ "property": "tokenAuthChannelMethod",
4001
+ "equals": "listChannelMessages",
3977
4002
  "type": "simple"
3978
4003
  },
3979
4004
  {
3980
- "property": "data.type",
3981
- "equals": "channel",
4005
+ "property": "credentialsAuthChannelMethod",
4006
+ "equals": "listChannelMessages",
3982
4007
  "type": "simple"
3983
4008
  }
3984
4009
  ]
3985
- },
3986
- "type": "String"
4010
+ }
3987
4011
  },
3988
4012
  {
3989
- "id": "resultVariable",
3990
4013
  "label": "Result variable",
3991
- "description": "Name of variable to store the response in",
4014
+ "description": "Enter the name of the variable where the response should be stored. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
3992
4015
  "group": "output",
4016
+ "type": "String",
4017
+ "feel": "optional",
3993
4018
  "binding": {
3994
- "key": "resultVariable",
3995
- "type": "zeebe:taskHeader"
3996
- },
3997
- "type": "String"
4019
+ "type": "zeebe:taskHeader",
4020
+ "key": "resultVariable"
4021
+ }
3998
4022
  },
3999
4023
  {
4000
- "id": "resultExpression",
4001
4024
  "label": "Result expression",
4002
- "description": "Expression to map the response into process variables",
4003
- "feel": "required",
4025
+ "description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
4004
4026
  "group": "output",
4027
+ "type": "Text",
4028
+ "feel": "required",
4005
4029
  "binding": {
4006
- "key": "resultExpression",
4007
- "type": "zeebe:taskHeader"
4008
- },
4009
- "type": "Text"
4030
+ "type": "zeebe:taskHeader",
4031
+ "key": "resultExpression"
4032
+ }
4010
4033
  },
4011
4034
  {
4012
- "id": "errorExpression",
4013
4035
  "label": "Error expression",
4014
- "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
4036
+ "description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
4037
+ "group": "errors",
4038
+ "type": "Text",
4015
4039
  "feel": "required",
4016
- "group": "error",
4017
- "binding": {
4018
- "key": "errorExpression",
4019
- "type": "zeebe:taskHeader"
4020
- },
4021
- "type": "Text"
4022
- },
4023
- {
4024
- "id": "retryCount",
4025
- "label": "Retries",
4026
- "description": "Number of retries",
4027
- "value": "3",
4028
- "feel": "optional",
4029
- "group": "retries",
4030
- "binding": {
4031
- "property": "retries",
4032
- "type": "zeebe:taskDefinition"
4033
- },
4034
- "type": "String"
4035
- },
4036
- {
4037
- "id": "retryBackoff",
4038
- "label": "Retry backoff",
4039
- "description": "ISO-8601 duration to wait between retries",
4040
- "value": "PT0S",
4041
- "group": "retries",
4042
4040
  "binding": {
4043
- "key": "retryBackoff",
4044
- "type": "zeebe:taskHeader"
4045
- },
4046
- "type": "String"
4041
+ "type": "zeebe:taskHeader",
4042
+ "key": "errorExpression"
4043
+ }
4047
4044
  }
4048
4045
  ],
4049
4046
  "icon": {
4050
- "contents": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMTgnIHdpZHRoPScxOCcgdmlld0JveD0nLTMzNC4zMjQ5NSAtNTE4LjMzMzUgMjg5Ny40ODI5IDMxMTAuMDAxJz4KICAgIDxwYXRoIGQ9J00xNTU0LjYzNyA3NzcuNWg1NzUuNzEzYzU0LjM5MSAwIDk4LjQ4MyA0NC4wOTIgOTguNDgzIDk4LjQ4M3Y1MjQuMzk4YzAgMTk5LjkwMS0xNjIuMDUxIDM2MS45NTItMzYxLjk1MiAzNjEuOTUyaC0xLjcxMWMtMTk5LjkwMS4wMjgtMzYxLjk3NS0xNjItMzYyLjAwNC0zNjEuOTAxVjgyOC45NzFjLjAwMS0yOC40MjcgMjMuMDQ1LTUxLjQ3MSA1MS40NzEtNTEuNDcxeicKICAgICAgICAgIGZpbGw9JyM1MDU5QzknLz4KICAgIDxjaXJjbGUgcj0nMjMzLjI1JyBjeT0nNDQwLjU4MycgY3g9JzE5NDMuNzUnIGZpbGw9JyM1MDU5QzknLz4KICAgIDxjaXJjbGUgcj0nMzM2LjkxNycgY3k9JzMzNi45MTcnIGN4PScxMjE4LjA4MycgZmlsbD0nIzdCODNFQicvPgogICAgPHBhdGggZD0nTTE2NjcuMzIzIDc3Ny41SDcxNy4wMWMtNTMuNzQzIDEuMzMtOTYuMjU3IDQ1LjkzMS05NS4wMSA5OS42NzZ2NTk4LjEwNWMtNy41MDUgMzIyLjUxOSAyNDcuNjU3IDU5MC4xNiA1NzAuMTY3IDU5OC4wNTMgMzIyLjUxLTcuODkzIDU3Ny42NzEtMjc1LjUzNCA1NzAuMTY3LTU5OC4wNTNWODc3LjE3NmMxLjI0NS01My43NDUtNDEuMjY4LTk4LjM0Ni05NS4wMTEtOTkuNjc2eicKICAgICAgICAgIGZpbGw9JyM3QjgzRUInLz4KICAgIDxwYXRoIGQ9J00xMjQ0IDc3Ny41djgzOC4xNDVjLS4yNTggMzguNDM1LTIzLjU0OSA3Mi45NjQtNTkuMDkgODcuNTk4YTkxLjg1NiA5MS44NTYgMCAwMS0zNS43NjUgNy4yNTdINjY3LjYxM2MtNi43MzgtMTcuMTA1LTEyLjk1OC0zNC4yMS0xOC4xNDItNTEuODMzYTYzMS4yODcgNjMxLjI4NyAwIDAxLTI3LjQ3Mi0xODMuNDlWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMScvPgogICAgPHBhdGggZD0nTTExOTIuMTY3IDc3Ny41djg4OS45NzhhOTEuODAyIDkxLjgwMiAwIDAxLTcuMjU3IDM1Ljc2NWMtMTQuNjM0IDM1LjU0MS00OS4xNjMgNTguODMzLTg3LjU5OCA1OS4wOUg2OTEuOTc1Yy04LjgxMi0xNy4xMDUtMTcuMTA1LTM0LjIxLTI0LjM2Mi01MS44MzMtNy4yNTctMTcuNjIzLTEyLjk1OC0zNC4yMS0xOC4xNDItNTEuODMzYTYzMS4yODIgNjMxLjI4MiAwIDAxLTI3LjQ3Mi0xODMuNDlWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTExOTIuMTY3IDc3Ny41djc4Ni4zMTJjLS4zOTUgNTIuMjIzLTQyLjYzMiA5NC40Ni05NC44NTUgOTQuODU1aC00NDcuODRBNjMxLjI4MiA2MzEuMjgyIDAgMDE2MjIgMTQ3NS4xNzdWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTExNDAuMzMzIDc3Ny41djc4Ni4zMTJjLS4zOTUgNTIuMjIzLTQyLjYzMiA5NC40Ni05NC44NTUgOTQuODU1SDY0OS40NzJBNjMxLjI4MiA2MzEuMjgyIDAgMDE2MjIgMTQ3NS4xNzdWODc3LjAyYy0xLjI0Ni01My42NTkgNDEuMTk4LTk4LjE5IDk0Ljg1NS05OS41MnonCiAgICAgICAgICBvcGFjaXR5PScuMicvPgogICAgPHBhdGggZD0nTTEyNDQgNTA5LjUyMnYxNjMuMjc1Yy04LjgxMi41MTgtMTcuMTA1IDEuMDM3LTI1LjkxNyAxLjAzNy04LjgxMiAwLTE3LjEwNS0uNTE4LTI1LjkxNy0xLjAzN2EyODQuNDcyIDI4NC40NzIgMCAwMS01MS44MzMtOC4yOTNjLTEwNC45NjMtMjQuODU3LTE5MS42NzktOTguNDY5LTIzMy4yNS0xOTguMDAzYTI4OC4wMiAyODguMDIgMCAwMS0xNi41ODctNTEuODMzaDI1OC42NDhjNTIuMzA1LjE5OCA5NC42NTcgNDIuNTQ5IDk0Ljg1NiA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjEnLz4KICAgIDxwYXRoIGQ9J00xMTkyLjE2NyA1NjEuMzU1djExMS40NDJhMjg0LjQ3MiAyODQuNDcyIDAgMDEtNTEuODMzLTguMjkzYy0xMDQuOTYzLTI0Ljg1Ny0xOTEuNjc5LTk4LjQ2OS0yMzMuMjUtMTk4LjAwM2gxOTAuMjI4YzUyLjMwNC4xOTggOTQuNjU2IDQyLjU1IDk0Ljg1NSA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J00xMTkyLjE2NyA1NjEuMzU1djExMS40NDJhMjg0LjQ3MiAyODQuNDcyIDAgMDEtNTEuODMzLTguMjkzYy0xMDQuOTYzLTI0Ljg1Ny0xOTEuNjc5LTk4LjQ2OS0yMzMuMjUtMTk4LjAwM2gxOTAuMjI4YzUyLjMwNC4xOTggOTQuNjU2IDQyLjU1IDk0Ljg1NSA5NC44NTR6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxwYXRoIGQ9J00xMTQwLjMzMyA1NjEuMzU1djEwMy4xNDhjLTEwNC45NjMtMjQuODU3LTE5MS42NzktOTguNDY5LTIzMy4yNS0xOTguMDAzaDEzOC4zOTVjNTIuMzA1LjE5OSA5NC42NTYgNDIuNTUxIDk0Ljg1NSA5NC44NTV6JwogICAgICAgICAgb3BhY2l0eT0nLjInLz4KICAgIDxsaW5lYXJHcmFkaWVudCBncmFkaWVudFRyYW5zZm9ybT0nbWF0cml4KDEgMCAwIC0xIDAgMjA3NS4zMzMpJyB5Mj0nMzk0LjI2MScgeDI9Jzk0Mi4yMzQnIHkxPScxNjgzLjA3MycgeDE9JzE5OC4wOTknCiAgICAgICAgICAgICAgICAgICAgZ3JhZGllbnRVbml0cz0ndXNlclNwYWNlT25Vc2UnIGlkPSdhJz4KICAgICAgICA8c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyM1YTYyYzMnLz4KICAgICAgICA8c3RvcCBvZmZzZXQ9Jy41JyBzdG9wLWNvbG9yPScjNGQ1NWJkJy8+CiAgICAgICAgPHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPScjMzk0MGFiJy8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPHBhdGggZD0nTTk1LjAxIDQ2Ni41aDk1MC4zMTJjNTIuNDczIDAgOTUuMDEgNDIuNTM4IDk1LjAxIDk1LjAxdjk1MC4zMTJjMCA1Mi40NzMtNDIuNTM4IDk1LjAxLTk1LjAxIDk1LjAxSDk1LjAxYy01Mi40NzMgMC05NS4wMS00Mi41MzgtOTUuMDEtOTUuMDFWNTYxLjUxYzAtNTIuNDcyIDQyLjUzOC05NS4wMSA5NS4wMS05NS4wMXonCiAgICAgICAgICBmaWxsPSd1cmwoI2EpJy8+CiAgICA8cGF0aCBkPSdNODIwLjIxMSA4MjguMTkzaC0xODkuOTd2NTE3LjI5N2gtMTIxLjAzVjgyOC4xOTNIMzIwLjEyM1Y3MjcuODQ0aDUwMC4wODh6JyBmaWxsPScjRkZGJy8+Cjwvc3ZnPg=="
4047
+ "contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='-334.32495 -518.3335 2897.4829 3110.001'%3E%3Cpath d='M1554.637 777.5h575.713c54.391 0 98.483 44.092 98.483 98.483v524.398c0 199.901-162.051 361.952-361.952 361.952h-1.711c-199.901.028-361.975-162-362.004-361.901V828.971c.001-28.427 23.045-51.471 51.471-51.471z' fill='%235059C9'/%3E%3Ccircle r='233.25' cy='440.583' cx='1943.75' fill='%235059C9'/%3E%3Ccircle r='336.917' cy='336.917' cx='1218.083' fill='%237B83EB'/%3E%3Cpath d='M1667.323 777.5H717.01c-53.743 1.33-96.257 45.931-95.01 99.676v598.105c-7.505 322.519 247.657 590.16 570.167 598.053 322.51-7.893 577.671-275.534 570.167-598.053V877.176c1.245-53.745-41.268-98.346-95.011-99.676z' fill='%237B83EB'/%3E%3Cpath d='M1244 777.5v838.145c-.258 38.435-23.549 72.964-59.09 87.598a91.856 91.856 0 01-35.765 7.257H667.613c-6.738-17.105-12.958-34.21-18.142-51.833a631.287 631.287 0 01-27.472-183.49V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.1'/%3E%3Cpath d='M1192.167 777.5v889.978a91.802 91.802 0 01-7.257 35.765c-14.634 35.541-49.163 58.833-87.598 59.09H691.975c-8.812-17.105-17.105-34.21-24.362-51.833-7.257-17.623-12.958-34.21-18.142-51.833a631.282 631.282 0 01-27.472-183.49V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.2'/%3E%3Cpath d='M1192.167 777.5v786.312c-.395 52.223-42.632 94.46-94.855 94.855h-447.84A631.282 631.282 0 01622 1475.177V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.2'/%3E%3Cpath d='M1140.333 777.5v786.312c-.395 52.223-42.632 94.46-94.855 94.855H649.472A631.282 631.282 0 01622 1475.177V877.02c-1.246-53.659 41.198-98.19 94.855-99.52z' opacity='.2'/%3E%3Cpath d='M1244 509.522v163.275c-8.812.518-17.105 1.037-25.917 1.037-8.812 0-17.105-.518-25.917-1.037a284.472 284.472 0 01-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003a288.02 288.02 0 01-16.587-51.833h258.648c52.305.198 94.657 42.549 94.856 94.854z' opacity='.1'/%3E%3Cpath d='M1192.167 561.355v111.442a284.472 284.472 0 01-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003h190.228c52.304.198 94.656 42.55 94.855 94.854z' opacity='.2'/%3E%3Cpath d='M1192.167 561.355v111.442a284.472 284.472 0 01-51.833-8.293c-104.963-24.857-191.679-98.469-233.25-198.003h190.228c52.304.198 94.656 42.55 94.855 94.854z' opacity='.2'/%3E%3Cpath d='M1140.333 561.355v103.148c-104.963-24.857-191.679-98.469-233.25-198.003h138.395c52.305.199 94.656 42.551 94.855 94.855z' opacity='.2'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 2075.333)' y2='394.261' x2='942.234' y1='1683.073' x1='198.099' gradientUnits='userSpaceOnUse' id='a'%3E%3Cstop offset='0' stop-color='%235a62c3'/%3E%3Cstop offset='.5' stop-color='%234d55bd'/%3E%3Cstop offset='1' stop-color='%233940ab'/%3E%3C/linearGradient%3E%3Cpath d='M95.01 466.5h950.312c52.473 0 95.01 42.538 95.01 95.01v950.312c0 52.473-42.538 95.01-95.01 95.01H95.01c-52.473 0-95.01-42.538-95.01-95.01V561.51c0-52.472 42.538-95.01 95.01-95.01z' fill='url(%23a)'/%3E%3Cpath d='M820.211 828.193h-189.97v517.297h-121.03V828.193H320.123V727.844h500.088z' fill='%23FFF'/%3E%3C/svg%3E"
4048
+ },
4049
+ "engines": {
4050
+ "camunda": "^8.2"
4051
4051
  }
4052
4052
  },
4053
4053
  {