@camunda/connectors-element-templates 1.0.19 → 1.0.21
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.
- package/package.json +2 -2
- package/src/connectors-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"email notification"
|
|
827
827
|
],
|
|
828
828
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
829
|
-
"version":
|
|
829
|
+
"version": 5,
|
|
830
830
|
"engines": {
|
|
831
831
|
"camunda": "^8.4"
|
|
832
832
|
},
|
|
@@ -863,6 +863,10 @@
|
|
|
863
863
|
"id": "url",
|
|
864
864
|
"label": "URL"
|
|
865
865
|
},
|
|
866
|
+
{
|
|
867
|
+
"id": "connector",
|
|
868
|
+
"label": "Connector"
|
|
869
|
+
},
|
|
866
870
|
{
|
|
867
871
|
"id": "output",
|
|
868
872
|
"label": "Output mapping"
|
|
@@ -942,6 +946,10 @@
|
|
|
942
946
|
{
|
|
943
947
|
"name": "OAuth 2.0",
|
|
944
948
|
"value": "oauth-client-credentials-flow"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "Refresh token",
|
|
952
|
+
"value": "oauth-refresh-token"
|
|
945
953
|
}
|
|
946
954
|
]
|
|
947
955
|
},
|
|
@@ -1059,6 +1067,117 @@
|
|
|
1059
1067
|
},
|
|
1060
1068
|
"type": "Hidden"
|
|
1061
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "authentication.refreshToken.tenantId",
|
|
1072
|
+
"label": "Tenant ID",
|
|
1073
|
+
"description": "The tenant ID of the Microsoft Entra (Azure AD) application",
|
|
1074
|
+
"optional": false,
|
|
1075
|
+
"constraints": {
|
|
1076
|
+
"notEmpty": true
|
|
1077
|
+
},
|
|
1078
|
+
"feel": "optional",
|
|
1079
|
+
"group": "authentication",
|
|
1080
|
+
"binding": {
|
|
1081
|
+
"name": "refreshToken_tenantId",
|
|
1082
|
+
"type": "zeebe:input"
|
|
1083
|
+
},
|
|
1084
|
+
"condition": {
|
|
1085
|
+
"property": "authentication.type",
|
|
1086
|
+
"equals": "oauth-refresh-token",
|
|
1087
|
+
"type": "simple"
|
|
1088
|
+
},
|
|
1089
|
+
"type": "String"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"id": "authentication.refreshToken.clientId",
|
|
1093
|
+
"label": "Client ID",
|
|
1094
|
+
"description": "The client ID of the application",
|
|
1095
|
+
"optional": false,
|
|
1096
|
+
"constraints": {
|
|
1097
|
+
"notEmpty": true
|
|
1098
|
+
},
|
|
1099
|
+
"feel": "optional",
|
|
1100
|
+
"group": "authentication",
|
|
1101
|
+
"binding": {
|
|
1102
|
+
"name": "authentication.clientId",
|
|
1103
|
+
"type": "zeebe:input"
|
|
1104
|
+
},
|
|
1105
|
+
"condition": {
|
|
1106
|
+
"property": "authentication.type",
|
|
1107
|
+
"equals": "oauth-refresh-token",
|
|
1108
|
+
"type": "simple"
|
|
1109
|
+
},
|
|
1110
|
+
"type": "String"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"id": "authentication.refreshToken.clientSecret",
|
|
1114
|
+
"label": "Client secret",
|
|
1115
|
+
"description": "The secret value of the Azure AD application; optional for public clients",
|
|
1116
|
+
"optional": true,
|
|
1117
|
+
"feel": "optional",
|
|
1118
|
+
"group": "authentication",
|
|
1119
|
+
"binding": {
|
|
1120
|
+
"name": "authentication.clientSecret",
|
|
1121
|
+
"type": "zeebe:input"
|
|
1122
|
+
},
|
|
1123
|
+
"condition": {
|
|
1124
|
+
"property": "authentication.type",
|
|
1125
|
+
"equals": "oauth-refresh-token",
|
|
1126
|
+
"type": "simple"
|
|
1127
|
+
},
|
|
1128
|
+
"type": "String"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"id": "authentication.refreshToken.token",
|
|
1132
|
+
"label": "Refresh token",
|
|
1133
|
+
"description": "The OAuth 2.0 refresh token used to obtain a new access token",
|
|
1134
|
+
"optional": false,
|
|
1135
|
+
"constraints": {
|
|
1136
|
+
"notEmpty": true
|
|
1137
|
+
},
|
|
1138
|
+
"feel": "optional",
|
|
1139
|
+
"group": "authentication",
|
|
1140
|
+
"binding": {
|
|
1141
|
+
"name": "authentication.refreshToken",
|
|
1142
|
+
"type": "zeebe:input"
|
|
1143
|
+
},
|
|
1144
|
+
"condition": {
|
|
1145
|
+
"property": "authentication.type",
|
|
1146
|
+
"equals": "oauth-refresh-token",
|
|
1147
|
+
"type": "simple"
|
|
1148
|
+
},
|
|
1149
|
+
"type": "String"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"id": "authentication.refreshToken.oauthTokenEndpoint",
|
|
1153
|
+
"value": "=\"https://login.microsoftonline.com/\"+refreshToken_tenantId+\"/oauth2/v2.0/token\"",
|
|
1154
|
+
"group": "authentication",
|
|
1155
|
+
"binding": {
|
|
1156
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
1157
|
+
"type": "zeebe:input"
|
|
1158
|
+
},
|
|
1159
|
+
"condition": {
|
|
1160
|
+
"property": "authentication.type",
|
|
1161
|
+
"equals": "oauth-refresh-token",
|
|
1162
|
+
"type": "simple"
|
|
1163
|
+
},
|
|
1164
|
+
"type": "Hidden"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "authentication.refreshToken.scopes",
|
|
1168
|
+
"value": "https://graph.microsoft.com/.default",
|
|
1169
|
+
"group": "authentication",
|
|
1170
|
+
"binding": {
|
|
1171
|
+
"name": "authentication.scopes",
|
|
1172
|
+
"type": "zeebe:input"
|
|
1173
|
+
},
|
|
1174
|
+
"condition": {
|
|
1175
|
+
"property": "authentication.type",
|
|
1176
|
+
"equals": "oauth-refresh-token",
|
|
1177
|
+
"type": "simple"
|
|
1178
|
+
},
|
|
1179
|
+
"type": "Hidden"
|
|
1180
|
+
},
|
|
1062
1181
|
{
|
|
1063
1182
|
"id": "users.ListMailFolders_user_id",
|
|
1064
1183
|
"label": "User ID",
|
|
@@ -1637,7 +1756,7 @@
|
|
|
1637
1756
|
"id": "retryBackoff",
|
|
1638
1757
|
"label": "Retry backoff",
|
|
1639
1758
|
"description": "ISO-8601 duration to wait between retries",
|
|
1640
|
-
"value": "
|
|
1759
|
+
"value": "PT30S",
|
|
1641
1760
|
"feel": "optional",
|
|
1642
1761
|
"group": "retries",
|
|
1643
1762
|
"binding": {
|
|
@@ -1650,7 +1769,7 @@
|
|
|
1650
1769
|
"id": "version",
|
|
1651
1770
|
"label": "Version",
|
|
1652
1771
|
"description": "Version of the element template",
|
|
1653
|
-
"value": "
|
|
1772
|
+
"value": "5",
|
|
1654
1773
|
"group": "connector",
|
|
1655
1774
|
"binding": {
|
|
1656
1775
|
"key": "elementTemplateVersion",
|
|
@@ -1680,8 +1799,23 @@
|
|
|
1680
1799
|
"name": "Microsoft Office 365 Mail Connector",
|
|
1681
1800
|
"id": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
1682
1801
|
"description": "Work with Office 365 Mail via your BPMN process",
|
|
1802
|
+
"keywords": [
|
|
1803
|
+
"get mail folders",
|
|
1804
|
+
"create mail folder",
|
|
1805
|
+
"list messages",
|
|
1806
|
+
"get messages",
|
|
1807
|
+
"send email",
|
|
1808
|
+
"send on behalf of",
|
|
1809
|
+
"read email",
|
|
1810
|
+
"inbox",
|
|
1811
|
+
"compose email",
|
|
1812
|
+
"email notification"
|
|
1813
|
+
],
|
|
1683
1814
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
1684
|
-
"version":
|
|
1815
|
+
"version": 3,
|
|
1816
|
+
"engines": {
|
|
1817
|
+
"camunda": "^8.4"
|
|
1818
|
+
},
|
|
1685
1819
|
"category": {
|
|
1686
1820
|
"id": "connectors",
|
|
1687
1821
|
"name": "Connectors"
|
|
@@ -1690,9 +1824,6 @@
|
|
|
1690
1824
|
"elementType": {
|
|
1691
1825
|
"value": "bpmn:ServiceTask"
|
|
1692
1826
|
},
|
|
1693
|
-
"engines": {
|
|
1694
|
-
"camunda": "^8.4"
|
|
1695
|
-
},
|
|
1696
1827
|
"groups": [
|
|
1697
1828
|
{
|
|
1698
1829
|
"id": "server",
|
|
@@ -2500,6 +2631,30 @@
|
|
|
2500
2631
|
"type": "zeebe:taskHeader"
|
|
2501
2632
|
},
|
|
2502
2633
|
"type": "String"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"id": "version",
|
|
2637
|
+
"label": "Version",
|
|
2638
|
+
"description": "Version of the element template",
|
|
2639
|
+
"value": "3",
|
|
2640
|
+
"group": "connector",
|
|
2641
|
+
"binding": {
|
|
2642
|
+
"key": "elementTemplateVersion",
|
|
2643
|
+
"type": "zeebe:taskHeader"
|
|
2644
|
+
},
|
|
2645
|
+
"type": "Hidden"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"id": "id",
|
|
2649
|
+
"label": "ID",
|
|
2650
|
+
"description": "ID of the element template",
|
|
2651
|
+
"value": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
2652
|
+
"group": "connector",
|
|
2653
|
+
"binding": {
|
|
2654
|
+
"key": "elementTemplateId",
|
|
2655
|
+
"type": "zeebe:taskHeader"
|
|
2656
|
+
},
|
|
2657
|
+
"type": "Hidden"
|
|
2503
2658
|
}
|
|
2504
2659
|
],
|
|
2505
2660
|
"icon": {
|
|
@@ -2511,23 +2666,8 @@
|
|
|
2511
2666
|
"name": "Microsoft Office 365 Mail Connector",
|
|
2512
2667
|
"id": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
2513
2668
|
"description": "Work with Office 365 Mail via your BPMN process",
|
|
2514
|
-
"keywords": [
|
|
2515
|
-
"get mail folders",
|
|
2516
|
-
"create mail folder",
|
|
2517
|
-
"list messages",
|
|
2518
|
-
"get messages",
|
|
2519
|
-
"send email",
|
|
2520
|
-
"send on behalf of",
|
|
2521
|
-
"read email",
|
|
2522
|
-
"inbox",
|
|
2523
|
-
"compose email",
|
|
2524
|
-
"email notification"
|
|
2525
|
-
],
|
|
2526
2669
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
2527
|
-
"version":
|
|
2528
|
-
"engines": {
|
|
2529
|
-
"camunda": "^8.4"
|
|
2530
|
-
},
|
|
2670
|
+
"version": 2,
|
|
2531
2671
|
"category": {
|
|
2532
2672
|
"id": "connectors",
|
|
2533
2673
|
"name": "Connectors"
|
|
@@ -2536,6 +2676,9 @@
|
|
|
2536
2676
|
"elementType": {
|
|
2537
2677
|
"value": "bpmn:ServiceTask"
|
|
2538
2678
|
},
|
|
2679
|
+
"engines": {
|
|
2680
|
+
"camunda": "^8.4"
|
|
2681
|
+
},
|
|
2539
2682
|
"groups": [
|
|
2540
2683
|
{
|
|
2541
2684
|
"id": "server",
|
|
@@ -2561,10 +2704,6 @@
|
|
|
2561
2704
|
"id": "url",
|
|
2562
2705
|
"label": "URL"
|
|
2563
2706
|
},
|
|
2564
|
-
{
|
|
2565
|
-
"id": "connector",
|
|
2566
|
-
"label": "Connector"
|
|
2567
|
-
},
|
|
2568
2707
|
{
|
|
2569
2708
|
"id": "output",
|
|
2570
2709
|
"label": "Output mapping"
|
|
@@ -3347,21 +3486,1848 @@
|
|
|
3347
3486
|
"type": "zeebe:taskHeader"
|
|
3348
3487
|
},
|
|
3349
3488
|
"type": "String"
|
|
3489
|
+
}
|
|
3490
|
+
],
|
|
3491
|
+
"icon": {
|
|
3492
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='-274.66275 -425.834 2380.4105 2555.004'%3E%3Cpath d='M1831.083 894.25a40.879 40.879 0 00-19.503-35.131h-.213l-.767-.426-634.492-375.585a86.175 86.175 0 00-8.517-5.067 85.17 85.17 0 00-78.098 0 86.37 86.37 0 00-8.517 5.067l-634.49 375.585-.766.426c-19.392 12.059-25.337 37.556-13.278 56.948a41.346 41.346 0 0014.257 13.868l634.492 375.585a95.617 95.617 0 008.517 5.068 85.17 85.17 0 0078.098 0 95.52 95.52 0 008.517-5.068l634.492-375.585a40.84 40.84 0 0020.268-35.685z' fill='%230A2767'/%3E%3Cpath d='M520.453 643.477h416.38v381.674h-416.38zM1745.917 255.5V80.908c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552 1.046 510 37.256 511 80.908V255.5l638.75 170.333z' fill='%230364B8'/%3E%3Cpath d='M511 255.5h425.833v383.25H511z' fill='%230078D4'/%3E%3Cpath d='M1362.667 255.5H936.833v383.25L1362.667 1022h383.25V638.75z' fill='%2328A8EA'/%3E%3Cpath d='M936.833 638.75h425.833V1022H936.833z' fill='%230078D4'/%3E%3Cpath d='M936.833 1022h425.833v383.25H936.833z' fill='%230364B8'/%3E%3Cpath d='M520.453 1025.151h416.38v346.969h-416.38z' fill='%2314447D'/%3E%3Cpath d='M1362.667 1022h383.25v383.25h-383.25z' fill='%230078D4'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='1.998' x2='1128.458' y1='811.083' x1='1128.458' gradientUnits='userSpaceOnUse' id='a'%3E%3Cstop offset='0' stop-color='%2335b8f1'/%3E%3Cstop offset='1' stop-color='%2328a8ea'/%3E%3C/linearGradient%3E%3Cpath d='M1811.58 927.593l-.809.426-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.437 88.437 0 01-34.407 8.517l-34.663-20.27a86.706 86.706 0 01-8.517-4.897L447.167 906.003h-.298l-21.036-11.753v722.384c.328 48.196 39.653 87.006 87.849 86.7h1230.914c.724 0 1.363-.341 2.129-.341a107.79 107.79 0 0029.808-6.217 86.066 86.066 0 0011.966-6.217c2.853-1.618 7.75-5.152 7.75-5.152a85.974 85.974 0 0034.833-68.772V894.25a38.323 38.323 0 01-19.502 33.343z' fill='url(%23a)'/%3E%3Cpath d='M1797.017 891.397v44.287l-663.448 456.791-686.87-486.174a.426.426 0 00-.426-.426l-63.023-37.899v-31.938l25.976-.426 54.932 31.512 1.277.426 4.684 2.981s645.563 368.346 647.267 369.197l24.698 14.478c2.129-.852 4.258-1.703 6.813-2.555 1.278-.852 640.879-360.681 640.879-360.681z' fill='%230A2767' opacity='.5'/%3E%3Cpath d='M1811.58 927.593l-.809.468-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.96 88.96 0 01-78.098 0 96.578 96.578 0 01-8.517-4.769l-634.49-356.848-.766-.468a38.326 38.326 0 01-20.057-33.343v722.384c.305 48.188 39.616 87.004 87.803 86.7h1229.64c48.188.307 87.5-38.509 87.807-86.696 0-.001 0 0 0 0V894.25a38.33 38.33 0 01-19.504 33.343z' fill='%231490DF'/%3E%3Cpath d='M1185.52 1279.629l-9.496 5.323a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l241.405 285.479 421.107 101.476a86.785 86.785 0 0026.7-33.343z' opacity='.1'/%3E%3Cpath d='M1228.529 1255.442l-52.505 29.51a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l113.101 311.838 549.538 74.989a86.104 86.104 0 0034.407-68.815v-9.326z' opacity='.05'/%3E%3Cpath d='M514.833 1703.333h1228.316a88.316 88.316 0 0052.59-17.033l-697.089-408.331a86.706 86.706 0 01-8.517-4.897L447.125 906.088h-.298l-20.993-11.838v719.914c-.048 49.2 39.798 89.122 88.999 89.169-.001 0-.001 0 0 0z' fill='%2328A8EA'/%3E%3Cpath d='M1022 418.722v908.303c-.076 31.846-19.44 60.471-48.971 72.392a73.382 73.382 0 01-28.957 5.962H425.833V383.25H511v-42.583h433.073c43.019.163 77.834 35.035 77.927 78.055z' opacity='.1'/%3E%3Cpath d='M979.417 461.305v908.302a69.36 69.36 0 01-6.388 29.808c-11.826 29.149-40.083 48.273-71.54 48.417H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M979.417 461.305v823.136c-.208 43-34.928 77.853-77.927 78.225H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M936.833 461.305v823.136c-.046 43.067-34.861 78.015-77.927 78.225H425.833V383.25h433.072c43.062.023 77.951 34.951 77.927 78.013a.589.589 0 01.001.042z' opacity='.2'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='324.259' x2='774.086' y1='1383.074' x1='162.747' gradientUnits='userSpaceOnUse' id='b'%3E%3Cstop offset='0' stop-color='%231784d9'/%3E%3Cstop offset='.5' stop-color='%23107ad5'/%3E%3Cstop offset='1' stop-color='%230a63c9'/%3E%3C/linearGradient%3E%3Cpath d='M78.055 383.25h780.723c43.109 0 78.055 34.947 78.055 78.055v780.723c0 43.109-34.946 78.055-78.055 78.055H78.055c-43.109 0-78.055-34.947-78.055-78.055V461.305c0-43.108 34.947-78.055 78.055-78.055z' fill='url(%23b)'/%3E%3Cpath d='M243.96 710.631a227.05 227.05 0 0189.17-98.495 269.56 269.56 0 01141.675-35.515 250.91 250.91 0 01131.114 33.683 225.014 225.014 0 0186.742 94.109 303.751 303.751 0 0130.405 138.396 320.567 320.567 0 01-31.299 144.783 230.37 230.37 0 01-89.425 97.388 260.864 260.864 0 01-136.011 34.578 256.355 256.355 0 01-134.01-34.067 228.497 228.497 0 01-87.892-94.28 296.507 296.507 0 01-30.745-136.735 329.29 329.29 0 0130.276-143.845zm95.046 231.227a147.386 147.386 0 0050.163 64.812 131.028 131.028 0 0078.353 23.591 137.244 137.244 0 0083.634-24.358 141.156 141.156 0 0048.715-64.812 251.594 251.594 0 0015.543-90.404 275.198 275.198 0 00-14.649-91.554 144.775 144.775 0 00-47.182-67.537 129.58 129.58 0 00-82.91-25.55 135.202 135.202 0 00-80.184 23.804 148.626 148.626 0 00-51.1 65.365 259.759 259.759 0 00-.341 186.728z' fill='%23FFF'/%3E%3Cpath d='M1362.667 255.5h383.25v383.25h-383.25z' fill='%2350D9FF'/%3E%3C/svg%3E"
|
|
3493
|
+
}
|
|
3494
|
+
},
|
|
3495
|
+
{
|
|
3496
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3497
|
+
"name": "Microsoft Office 365 Mail Connector",
|
|
3498
|
+
"id": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
3499
|
+
"description": "Work with Office 365 Mail via your BPMN process",
|
|
3500
|
+
"keywords": [
|
|
3501
|
+
"get mail folders",
|
|
3502
|
+
"create mail folder",
|
|
3503
|
+
"list messages",
|
|
3504
|
+
"get messages",
|
|
3505
|
+
"send email",
|
|
3506
|
+
"send on behalf of",
|
|
3507
|
+
"read email",
|
|
3508
|
+
"inbox",
|
|
3509
|
+
"compose email",
|
|
3510
|
+
"email notification"
|
|
3511
|
+
],
|
|
3512
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
3513
|
+
"version": 4,
|
|
3514
|
+
"engines": {
|
|
3515
|
+
"camunda": "^8.4"
|
|
3516
|
+
},
|
|
3517
|
+
"category": {
|
|
3518
|
+
"id": "connectors",
|
|
3519
|
+
"name": "Connectors"
|
|
3520
|
+
},
|
|
3521
|
+
"appliesTo": ["bpmn:Task"],
|
|
3522
|
+
"elementType": {
|
|
3523
|
+
"value": "bpmn:ServiceTask"
|
|
3524
|
+
},
|
|
3525
|
+
"groups": [
|
|
3526
|
+
{
|
|
3527
|
+
"id": "server",
|
|
3528
|
+
"label": "Server"
|
|
3350
3529
|
},
|
|
3351
3530
|
{
|
|
3352
|
-
"id": "
|
|
3353
|
-
"label": "
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
"
|
|
3531
|
+
"id": "authentication",
|
|
3532
|
+
"label": "Authentication"
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"id": "operation",
|
|
3536
|
+
"label": "Operation"
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"id": "requestBody",
|
|
3540
|
+
"label": "Request"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"id": "parameters",
|
|
3544
|
+
"label": "Parameters"
|
|
3545
|
+
},
|
|
3546
|
+
{
|
|
3547
|
+
"id": "url",
|
|
3548
|
+
"label": "URL"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"id": "connector",
|
|
3552
|
+
"label": "Connector"
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"id": "output",
|
|
3556
|
+
"label": "Output mapping"
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"id": "error",
|
|
3560
|
+
"label": "Error handling"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"id": "retries",
|
|
3564
|
+
"label": "Retries"
|
|
3565
|
+
}
|
|
3566
|
+
],
|
|
3567
|
+
"properties": [
|
|
3568
|
+
{
|
|
3569
|
+
"value": "io.camunda:http-json:1",
|
|
3357
3570
|
"binding": {
|
|
3358
|
-
"
|
|
3359
|
-
"type": "zeebe:
|
|
3571
|
+
"property": "type",
|
|
3572
|
+
"type": "zeebe:taskDefinition"
|
|
3360
3573
|
},
|
|
3361
3574
|
"type": "Hidden"
|
|
3362
3575
|
},
|
|
3363
3576
|
{
|
|
3364
|
-
"id": "
|
|
3577
|
+
"id": "baseUrl",
|
|
3578
|
+
"value": "https://graph.microsoft.com/v1.0",
|
|
3579
|
+
"group": "server",
|
|
3580
|
+
"binding": {
|
|
3581
|
+
"name": "baseUrl",
|
|
3582
|
+
"type": "zeebe:input"
|
|
3583
|
+
},
|
|
3584
|
+
"type": "Hidden"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"id": "operationId",
|
|
3588
|
+
"value": "users.ListMailFolders",
|
|
3589
|
+
"group": "operation",
|
|
3590
|
+
"binding": {
|
|
3591
|
+
"name": "operationId",
|
|
3592
|
+
"type": "zeebe:input"
|
|
3593
|
+
},
|
|
3594
|
+
"type": "Dropdown",
|
|
3595
|
+
"choices": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "Get user's folders",
|
|
3598
|
+
"value": "users.ListMailFolders"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "Create mail folder for user",
|
|
3602
|
+
"value": "users.CreateMailFolders"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "Get user's messages",
|
|
3606
|
+
"value": "users.ListMessages"
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"name": "Send mail on behalf of user",
|
|
3610
|
+
"value": "users.user.sendMail"
|
|
3611
|
+
}
|
|
3612
|
+
]
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"id": "authentication.type",
|
|
3616
|
+
"label": "Type",
|
|
3617
|
+
"description": "Authentication type",
|
|
3618
|
+
"value": "oauth-client-credentials-flow",
|
|
3619
|
+
"group": "authentication",
|
|
3620
|
+
"binding": {
|
|
3621
|
+
"name": "authentication.type",
|
|
3622
|
+
"type": "zeebe:input"
|
|
3623
|
+
},
|
|
3624
|
+
"type": "Dropdown",
|
|
3625
|
+
"choices": [
|
|
3626
|
+
{
|
|
3627
|
+
"name": "Bearer token",
|
|
3628
|
+
"value": "bearer"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"name": "OAuth 2.0",
|
|
3632
|
+
"value": "oauth-client-credentials-flow"
|
|
3633
|
+
}
|
|
3634
|
+
]
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"id": "authentication.token",
|
|
3638
|
+
"label": "Bearer token",
|
|
3639
|
+
"optional": false,
|
|
3640
|
+
"constraints": {
|
|
3641
|
+
"notEmpty": true
|
|
3642
|
+
},
|
|
3643
|
+
"feel": "optional",
|
|
3644
|
+
"group": "authentication",
|
|
3645
|
+
"binding": {
|
|
3646
|
+
"name": "authentication.token",
|
|
3647
|
+
"type": "zeebe:input"
|
|
3648
|
+
},
|
|
3649
|
+
"condition": {
|
|
3650
|
+
"property": "authentication.type",
|
|
3651
|
+
"equals": "bearer",
|
|
3652
|
+
"type": "simple"
|
|
3653
|
+
},
|
|
3654
|
+
"type": "String"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"id": "authentication.oauthTokenEndpoint",
|
|
3658
|
+
"label": "OAuth token endpoint",
|
|
3659
|
+
"description": "The OAuth token endpoint",
|
|
3660
|
+
"optional": false,
|
|
3661
|
+
"constraints": {
|
|
3662
|
+
"notEmpty": true
|
|
3663
|
+
},
|
|
3664
|
+
"feel": "optional",
|
|
3665
|
+
"group": "authentication",
|
|
3666
|
+
"binding": {
|
|
3667
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
3668
|
+
"type": "zeebe:input"
|
|
3669
|
+
},
|
|
3670
|
+
"condition": {
|
|
3671
|
+
"property": "authentication.type",
|
|
3672
|
+
"equals": "oauth-client-credentials-flow",
|
|
3673
|
+
"type": "simple"
|
|
3674
|
+
},
|
|
3675
|
+
"type": "String"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"id": "authentication.clientId",
|
|
3679
|
+
"label": "Client ID",
|
|
3680
|
+
"description": "Your application's client ID from the OAuth client",
|
|
3681
|
+
"optional": false,
|
|
3682
|
+
"constraints": {
|
|
3683
|
+
"notEmpty": true
|
|
3684
|
+
},
|
|
3685
|
+
"feel": "optional",
|
|
3686
|
+
"group": "authentication",
|
|
3687
|
+
"binding": {
|
|
3688
|
+
"name": "authentication.clientId",
|
|
3689
|
+
"type": "zeebe:input"
|
|
3690
|
+
},
|
|
3691
|
+
"condition": {
|
|
3692
|
+
"property": "authentication.type",
|
|
3693
|
+
"equals": "oauth-client-credentials-flow",
|
|
3694
|
+
"type": "simple"
|
|
3695
|
+
},
|
|
3696
|
+
"type": "String"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"id": "authentication.clientSecret",
|
|
3700
|
+
"label": "Client secret",
|
|
3701
|
+
"description": "Your application's client secret from the OAuth client",
|
|
3702
|
+
"optional": false,
|
|
3703
|
+
"constraints": {
|
|
3704
|
+
"notEmpty": true
|
|
3705
|
+
},
|
|
3706
|
+
"feel": "optional",
|
|
3707
|
+
"group": "authentication",
|
|
3708
|
+
"binding": {
|
|
3709
|
+
"name": "authentication.clientSecret",
|
|
3710
|
+
"type": "zeebe:input"
|
|
3711
|
+
},
|
|
3712
|
+
"condition": {
|
|
3713
|
+
"property": "authentication.type",
|
|
3714
|
+
"equals": "oauth-client-credentials-flow",
|
|
3715
|
+
"type": "simple"
|
|
3716
|
+
},
|
|
3717
|
+
"type": "String"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"id": "authentication.clientAuthentication",
|
|
3721
|
+
"optional": false,
|
|
3722
|
+
"value": "credentialsBody",
|
|
3723
|
+
"group": "authentication",
|
|
3724
|
+
"type": "Hidden",
|
|
3725
|
+
"binding": {
|
|
3726
|
+
"name": "authentication.clientAuthentication",
|
|
3727
|
+
"type": "zeebe:input"
|
|
3728
|
+
},
|
|
3729
|
+
"condition": {
|
|
3730
|
+
"property": "authentication.type",
|
|
3731
|
+
"equals": "oauth-client-credentials-flow",
|
|
3732
|
+
"type": "simple"
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"id": "authentication.scopes",
|
|
3737
|
+
"group": "authentication",
|
|
3738
|
+
"value": "https://graph.microsoft.com/.default",
|
|
3739
|
+
"binding": {
|
|
3740
|
+
"name": "authentication.scopes",
|
|
3741
|
+
"type": "zeebe:input"
|
|
3742
|
+
},
|
|
3743
|
+
"condition": {
|
|
3744
|
+
"property": "authentication.type",
|
|
3745
|
+
"equals": "oauth-client-credentials-flow",
|
|
3746
|
+
"type": "simple"
|
|
3747
|
+
},
|
|
3748
|
+
"type": "Hidden"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"id": "users.ListMailFolders_user_id",
|
|
3752
|
+
"label": "User ID",
|
|
3753
|
+
"description": "The unique identifier of user. Can be UUID or email",
|
|
3754
|
+
"optional": false,
|
|
3755
|
+
"value": "myuser@mycompany.com",
|
|
3756
|
+
"constraints": {
|
|
3757
|
+
"notEmpty": true
|
|
3758
|
+
},
|
|
3759
|
+
"feel": "optional",
|
|
3760
|
+
"group": "parameters",
|
|
3761
|
+
"binding": {
|
|
3762
|
+
"name": "user_id",
|
|
3763
|
+
"type": "zeebe:input"
|
|
3764
|
+
},
|
|
3765
|
+
"condition": {
|
|
3766
|
+
"property": "operationId",
|
|
3767
|
+
"equals": "users.ListMailFolders",
|
|
3768
|
+
"type": "simple"
|
|
3769
|
+
},
|
|
3770
|
+
"type": "String"
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"id": "users.ListMailFolders_odata_path",
|
|
3774
|
+
"value": "=\"/users/\"+user_id+\"/mailFolders\"",
|
|
3775
|
+
"group": "parameters",
|
|
3776
|
+
"binding": {
|
|
3777
|
+
"name": "operationPath",
|
|
3778
|
+
"type": "zeebe:input"
|
|
3779
|
+
},
|
|
3780
|
+
"condition": {
|
|
3781
|
+
"property": "operationId",
|
|
3782
|
+
"equals": "users.ListMailFolders",
|
|
3783
|
+
"type": "simple"
|
|
3784
|
+
},
|
|
3785
|
+
"type": "Hidden"
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"id": "users.ListMailFolders_odata_headers",
|
|
3789
|
+
"value": "={}",
|
|
3790
|
+
"group": "parameters",
|
|
3791
|
+
"binding": {
|
|
3792
|
+
"name": "headers",
|
|
3793
|
+
"type": "zeebe:input"
|
|
3794
|
+
},
|
|
3795
|
+
"condition": {
|
|
3796
|
+
"property": "operationId",
|
|
3797
|
+
"equals": "users.ListMailFolders",
|
|
3798
|
+
"type": "simple"
|
|
3799
|
+
},
|
|
3800
|
+
"type": "Hidden"
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"id": "users.ListMailFolders_odata_queryParameters",
|
|
3804
|
+
"label": "Query parameters",
|
|
3805
|
+
"description": "Query parameters. Supporting <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
|
|
3806
|
+
"group": "parameters",
|
|
3807
|
+
"optional": true,
|
|
3808
|
+
"feel": "required",
|
|
3809
|
+
"binding": {
|
|
3810
|
+
"name": "queryParameters",
|
|
3811
|
+
"type": "zeebe:input"
|
|
3812
|
+
},
|
|
3813
|
+
"condition": {
|
|
3814
|
+
"property": "operationId",
|
|
3815
|
+
"equals": "users.ListMailFolders",
|
|
3816
|
+
"type": "simple"
|
|
3817
|
+
},
|
|
3818
|
+
"type": "Text"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"id": "users.ListMailFolders_odata_method",
|
|
3822
|
+
"value": "GET",
|
|
3823
|
+
"group": "parameters",
|
|
3824
|
+
"binding": {
|
|
3825
|
+
"name": "method",
|
|
3826
|
+
"type": "zeebe:input"
|
|
3827
|
+
},
|
|
3828
|
+
"condition": {
|
|
3829
|
+
"property": "operationId",
|
|
3830
|
+
"equals": "users.ListMailFolders",
|
|
3831
|
+
"type": "simple"
|
|
3832
|
+
},
|
|
3833
|
+
"type": "Hidden"
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"id": "users.CreateMailFolders_user_id",
|
|
3837
|
+
"label": "User ID",
|
|
3838
|
+
"description": "The unique identifier of user. Can be UUID or email",
|
|
3839
|
+
"optional": false,
|
|
3840
|
+
"value": "myuser@mycompany.com",
|
|
3841
|
+
"constraints": {
|
|
3842
|
+
"notEmpty": true
|
|
3843
|
+
},
|
|
3844
|
+
"feel": "optional",
|
|
3845
|
+
"group": "parameters",
|
|
3846
|
+
"binding": {
|
|
3847
|
+
"name": "user_id",
|
|
3848
|
+
"type": "zeebe:input"
|
|
3849
|
+
},
|
|
3850
|
+
"condition": {
|
|
3851
|
+
"property": "operationId",
|
|
3852
|
+
"equals": "users.CreateMailFolders",
|
|
3853
|
+
"type": "simple"
|
|
3854
|
+
},
|
|
3855
|
+
"type": "String"
|
|
3856
|
+
},
|
|
3857
|
+
{
|
|
3858
|
+
"id": "users.CreateMailFolders_folder_name",
|
|
3859
|
+
"label": "Folder display name",
|
|
3860
|
+
"description": "A folder name to be created",
|
|
3861
|
+
"optional": false,
|
|
3862
|
+
"value": "",
|
|
3863
|
+
"constraints": {
|
|
3864
|
+
"notEmpty": true
|
|
3865
|
+
},
|
|
3866
|
+
"feel": "optional",
|
|
3867
|
+
"group": "requestBody",
|
|
3868
|
+
"binding": {
|
|
3869
|
+
"name": "CreateMailFolders_folder_name",
|
|
3870
|
+
"type": "zeebe:input"
|
|
3871
|
+
},
|
|
3872
|
+
"condition": {
|
|
3873
|
+
"property": "operationId",
|
|
3874
|
+
"equals": "users.CreateMailFolders",
|
|
3875
|
+
"type": "simple"
|
|
3876
|
+
},
|
|
3877
|
+
"type": "String"
|
|
3878
|
+
},
|
|
3879
|
+
{
|
|
3880
|
+
"id": "users.CreateMailFolders_odata_path",
|
|
3881
|
+
"value": "=\"/users/\"+user_id+\"/mailFolders\"",
|
|
3882
|
+
"group": "parameters",
|
|
3883
|
+
"binding": {
|
|
3884
|
+
"name": "operationPath",
|
|
3885
|
+
"type": "zeebe:input"
|
|
3886
|
+
},
|
|
3887
|
+
"condition": {
|
|
3888
|
+
"property": "operationId",
|
|
3889
|
+
"equals": "users.CreateMailFolders",
|
|
3890
|
+
"type": "simple"
|
|
3891
|
+
},
|
|
3892
|
+
"type": "Hidden"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"id": "users.CreateMailFolders_odata_headers",
|
|
3896
|
+
"value": "={}",
|
|
3897
|
+
"group": "parameters",
|
|
3898
|
+
"binding": {
|
|
3899
|
+
"name": "headers",
|
|
3900
|
+
"type": "zeebe:input"
|
|
3901
|
+
},
|
|
3902
|
+
"condition": {
|
|
3903
|
+
"property": "operationId",
|
|
3904
|
+
"equals": "users.CreateMailFolders",
|
|
3905
|
+
"type": "simple"
|
|
3906
|
+
},
|
|
3907
|
+
"type": "Hidden"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"id": "users.CreateMailFolders_odata_queryParameters",
|
|
3911
|
+
"value": "={}",
|
|
3912
|
+
"group": "parameters",
|
|
3913
|
+
"binding": {
|
|
3914
|
+
"name": "queryParameters",
|
|
3915
|
+
"type": "zeebe:input"
|
|
3916
|
+
},
|
|
3917
|
+
"condition": {
|
|
3918
|
+
"property": "operationId",
|
|
3919
|
+
"equals": "users.CreateMailFolders",
|
|
3920
|
+
"type": "simple"
|
|
3921
|
+
},
|
|
3922
|
+
"type": "Hidden"
|
|
3923
|
+
},
|
|
3924
|
+
{
|
|
3925
|
+
"id": "users.CreateMailFolders_odata_method",
|
|
3926
|
+
"value": "POST",
|
|
3927
|
+
"group": "parameters",
|
|
3928
|
+
"binding": {
|
|
3929
|
+
"name": "method",
|
|
3930
|
+
"type": "zeebe:input"
|
|
3931
|
+
},
|
|
3932
|
+
"condition": {
|
|
3933
|
+
"property": "operationId",
|
|
3934
|
+
"equals": "users.CreateMailFolders",
|
|
3935
|
+
"type": "simple"
|
|
3936
|
+
},
|
|
3937
|
+
"type": "Hidden"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"id": "users.ListMessages_user_id",
|
|
3941
|
+
"label": "User ID",
|
|
3942
|
+
"description": "The unique identifier of user. Can be UUID or email",
|
|
3943
|
+
"optional": false,
|
|
3944
|
+
"value": "myuser@mycompany.com",
|
|
3945
|
+
"constraints": {
|
|
3946
|
+
"notEmpty": true
|
|
3947
|
+
},
|
|
3948
|
+
"feel": "optional",
|
|
3949
|
+
"group": "parameters",
|
|
3950
|
+
"binding": {
|
|
3951
|
+
"name": "user_id",
|
|
3952
|
+
"type": "zeebe:input"
|
|
3953
|
+
},
|
|
3954
|
+
"condition": {
|
|
3955
|
+
"property": "operationId",
|
|
3956
|
+
"equals": "users.ListMessages",
|
|
3957
|
+
"type": "simple"
|
|
3958
|
+
},
|
|
3959
|
+
"type": "String"
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"id": "users.ListMessages_odata_path",
|
|
3963
|
+
"value": "=\"/users/\"+user_id+\"/messages\"",
|
|
3964
|
+
"group": "parameters",
|
|
3965
|
+
"binding": {
|
|
3966
|
+
"name": "operationPath",
|
|
3967
|
+
"type": "zeebe:input"
|
|
3968
|
+
},
|
|
3969
|
+
"condition": {
|
|
3970
|
+
"property": "operationId",
|
|
3971
|
+
"equals": "users.ListMessages",
|
|
3972
|
+
"type": "simple"
|
|
3973
|
+
},
|
|
3974
|
+
"type": "Hidden"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"id": "users.ListMessages_odata_headers",
|
|
3978
|
+
"value": "={}",
|
|
3979
|
+
"group": "parameters",
|
|
3980
|
+
"binding": {
|
|
3981
|
+
"name": "headers",
|
|
3982
|
+
"type": "zeebe:input"
|
|
3983
|
+
},
|
|
3984
|
+
"condition": {
|
|
3985
|
+
"property": "operationId",
|
|
3986
|
+
"equals": "users.ListMessages",
|
|
3987
|
+
"type": "simple"
|
|
3988
|
+
},
|
|
3989
|
+
"type": "Hidden"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"id": "users.ListMessages_odata_queryParameters",
|
|
3993
|
+
"label": "Query parameters",
|
|
3994
|
+
"description": "Query parameters. Supporting <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
|
|
3995
|
+
"group": "parameters",
|
|
3996
|
+
"optional": true,
|
|
3997
|
+
"feel": "required",
|
|
3998
|
+
"binding": {
|
|
3999
|
+
"name": "queryParameters",
|
|
4000
|
+
"type": "zeebe:input"
|
|
4001
|
+
},
|
|
4002
|
+
"condition": {
|
|
4003
|
+
"property": "operationId",
|
|
4004
|
+
"equals": "users.ListMessages",
|
|
4005
|
+
"type": "simple"
|
|
4006
|
+
},
|
|
4007
|
+
"type": "Text"
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"id": "users.ListMessages_odata_method",
|
|
4011
|
+
"value": "GET",
|
|
4012
|
+
"group": "parameters",
|
|
4013
|
+
"binding": {
|
|
4014
|
+
"name": "method",
|
|
4015
|
+
"type": "zeebe:input"
|
|
4016
|
+
},
|
|
4017
|
+
"condition": {
|
|
4018
|
+
"property": "operationId",
|
|
4019
|
+
"equals": "users.ListMessages",
|
|
4020
|
+
"type": "simple"
|
|
4021
|
+
},
|
|
4022
|
+
"type": "Hidden"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"id": "users.user.sendMail_user_id",
|
|
4026
|
+
"label": "User ID",
|
|
4027
|
+
"description": "The unique identifier of user. Can be UUID or email",
|
|
4028
|
+
"optional": false,
|
|
4029
|
+
"value": "myuser@mycompany.com",
|
|
4030
|
+
"constraints": {
|
|
4031
|
+
"notEmpty": true
|
|
4032
|
+
},
|
|
4033
|
+
"feel": "optional",
|
|
4034
|
+
"group": "parameters",
|
|
4035
|
+
"binding": {
|
|
4036
|
+
"name": "user_id",
|
|
4037
|
+
"type": "zeebe:input"
|
|
4038
|
+
},
|
|
4039
|
+
"condition": {
|
|
4040
|
+
"property": "operationId",
|
|
4041
|
+
"equals": "users.user.sendMail",
|
|
4042
|
+
"type": "simple"
|
|
4043
|
+
},
|
|
4044
|
+
"type": "String"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"id": "users.user.sendMail_subject",
|
|
4048
|
+
"label": "Subject",
|
|
4049
|
+
"description": "Mail subject",
|
|
4050
|
+
"optional": false,
|
|
4051
|
+
"constraints": {
|
|
4052
|
+
"notEmpty": true
|
|
4053
|
+
},
|
|
4054
|
+
"feel": "optional",
|
|
4055
|
+
"group": "requestBody",
|
|
4056
|
+
"binding": {
|
|
4057
|
+
"name": "sendMail_subject",
|
|
4058
|
+
"type": "zeebe:input"
|
|
4059
|
+
},
|
|
4060
|
+
"condition": {
|
|
4061
|
+
"property": "operationId",
|
|
4062
|
+
"equals": "users.user.sendMail",
|
|
4063
|
+
"type": "simple"
|
|
4064
|
+
},
|
|
4065
|
+
"type": "String"
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"id": "users.user.sendMail_body_content_type",
|
|
4069
|
+
"label": "Body content type",
|
|
4070
|
+
"group": "requestBody",
|
|
4071
|
+
"value": "text",
|
|
4072
|
+
"binding": {
|
|
4073
|
+
"name": "sendMail_body_content_type",
|
|
4074
|
+
"type": "zeebe:input"
|
|
4075
|
+
},
|
|
4076
|
+
"condition": {
|
|
4077
|
+
"property": "operationId",
|
|
4078
|
+
"equals": "users.user.sendMail",
|
|
4079
|
+
"type": "simple"
|
|
4080
|
+
},
|
|
4081
|
+
"type": "Dropdown",
|
|
4082
|
+
"choices": [
|
|
4083
|
+
{
|
|
4084
|
+
"name": "Text",
|
|
4085
|
+
"value": "text"
|
|
4086
|
+
},
|
|
4087
|
+
{
|
|
4088
|
+
"name": "HTML",
|
|
4089
|
+
"value": "html"
|
|
4090
|
+
}
|
|
4091
|
+
]
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"id": "users.user.sendMail_body_content",
|
|
4095
|
+
"label": "Body content",
|
|
4096
|
+
"description": "Mail body content",
|
|
4097
|
+
"optional": false,
|
|
4098
|
+
"constraints": {
|
|
4099
|
+
"notEmpty": true
|
|
4100
|
+
},
|
|
4101
|
+
"feel": "optional",
|
|
4102
|
+
"group": "requestBody",
|
|
4103
|
+
"binding": {
|
|
4104
|
+
"name": "sendMail_body_content",
|
|
4105
|
+
"type": "zeebe:input"
|
|
4106
|
+
},
|
|
4107
|
+
"condition": {
|
|
4108
|
+
"property": "operationId",
|
|
4109
|
+
"equals": "users.user.sendMail",
|
|
4110
|
+
"type": "simple"
|
|
4111
|
+
},
|
|
4112
|
+
"type": "Text"
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"id": "users.user.sendMail_attachments",
|
|
4116
|
+
"label": "Attachments",
|
|
4117
|
+
"description": "Attachments. Must be an array of document objects or an empty array",
|
|
4118
|
+
"optional": false,
|
|
4119
|
+
"constraints": {
|
|
4120
|
+
"notEmpty": true
|
|
4121
|
+
},
|
|
4122
|
+
"value": "=[]",
|
|
4123
|
+
"feel": "required",
|
|
4124
|
+
"group": "requestBody",
|
|
4125
|
+
"binding": {
|
|
4126
|
+
"name": "sendMail_attachments",
|
|
4127
|
+
"type": "zeebe:input"
|
|
4128
|
+
},
|
|
4129
|
+
"condition": {
|
|
4130
|
+
"property": "operationId",
|
|
4131
|
+
"equals": "users.user.sendMail",
|
|
4132
|
+
"type": "simple"
|
|
4133
|
+
},
|
|
4134
|
+
"type": "String"
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"id": "users.user.sendMail_to_recipients",
|
|
4138
|
+
"label": "To recipients",
|
|
4139
|
+
"description": "Target recipients. Must be an array of emails",
|
|
4140
|
+
"optional": false,
|
|
4141
|
+
"value": "=[\"myuser@mycompany.com\"]",
|
|
4142
|
+
"constraints": {
|
|
4143
|
+
"notEmpty": true
|
|
4144
|
+
},
|
|
4145
|
+
"feel": "required",
|
|
4146
|
+
"group": "requestBody",
|
|
4147
|
+
"binding": {
|
|
4148
|
+
"name": "sendMail_to_recipients",
|
|
4149
|
+
"type": "zeebe:input"
|
|
4150
|
+
},
|
|
4151
|
+
"condition": {
|
|
4152
|
+
"property": "operationId",
|
|
4153
|
+
"equals": "users.user.sendMail",
|
|
4154
|
+
"type": "simple"
|
|
4155
|
+
},
|
|
4156
|
+
"type": "String"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"id": "users.user.sendMail_cc_recipients",
|
|
4160
|
+
"label": "CC recipients",
|
|
4161
|
+
"description": "Copy recipients. Must be an array of emails",
|
|
4162
|
+
"optional": true,
|
|
4163
|
+
"value": "=[\"myuser@mycompany.com\"]",
|
|
4164
|
+
"feel": "required",
|
|
4165
|
+
"group": "requestBody",
|
|
4166
|
+
"binding": {
|
|
4167
|
+
"name": "sendMail_cc_recipients",
|
|
4168
|
+
"type": "zeebe:input"
|
|
4169
|
+
},
|
|
4170
|
+
"condition": {
|
|
4171
|
+
"property": "operationId",
|
|
4172
|
+
"equals": "users.user.sendMail",
|
|
4173
|
+
"type": "simple"
|
|
4174
|
+
},
|
|
4175
|
+
"type": "String"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"id": "users.user.sendMail_odata_path",
|
|
4179
|
+
"value": "=\"/users/\"+user_id+\"/sendMail\"",
|
|
4180
|
+
"group": "parameters",
|
|
4181
|
+
"binding": {
|
|
4182
|
+
"name": "operationPath",
|
|
4183
|
+
"type": "zeebe:input"
|
|
4184
|
+
},
|
|
4185
|
+
"condition": {
|
|
4186
|
+
"property": "operationId",
|
|
4187
|
+
"equals": "users.user.sendMail",
|
|
4188
|
+
"type": "simple"
|
|
4189
|
+
},
|
|
4190
|
+
"type": "Hidden"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"id": "users.user.sendMail_odata_headers",
|
|
4194
|
+
"value": "={}",
|
|
4195
|
+
"group": "parameters",
|
|
4196
|
+
"binding": {
|
|
4197
|
+
"name": "headers",
|
|
4198
|
+
"type": "zeebe:input"
|
|
4199
|
+
},
|
|
4200
|
+
"condition": {
|
|
4201
|
+
"property": "operationId",
|
|
4202
|
+
"equals": "users.user.sendMail",
|
|
4203
|
+
"type": "simple"
|
|
4204
|
+
},
|
|
4205
|
+
"type": "Hidden"
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"id": "users.user.sendMail_odata_queryParameters",
|
|
4209
|
+
"value": "={}",
|
|
4210
|
+
"group": "parameters",
|
|
4211
|
+
"binding": {
|
|
4212
|
+
"name": "queryParameters",
|
|
4213
|
+
"type": "zeebe:input"
|
|
4214
|
+
},
|
|
4215
|
+
"condition": {
|
|
4216
|
+
"property": "operationId",
|
|
4217
|
+
"equals": "users.user.sendMail",
|
|
4218
|
+
"type": "simple"
|
|
4219
|
+
},
|
|
4220
|
+
"type": "Hidden"
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"id": "users.user.sendMail_odata_method",
|
|
4224
|
+
"value": "POST",
|
|
4225
|
+
"group": "parameters",
|
|
4226
|
+
"binding": {
|
|
4227
|
+
"name": "method",
|
|
4228
|
+
"type": "zeebe:input"
|
|
4229
|
+
},
|
|
4230
|
+
"condition": {
|
|
4231
|
+
"property": "operationId",
|
|
4232
|
+
"equals": "users.user.sendMail",
|
|
4233
|
+
"type": "simple"
|
|
4234
|
+
},
|
|
4235
|
+
"type": "Hidden"
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"id": "users.CreateMailFolders_body",
|
|
4239
|
+
"value": "={\"displayName\": CreateMailFolders_folder_name, \"isHidden\": false}",
|
|
4240
|
+
"binding": {
|
|
4241
|
+
"name": "body",
|
|
4242
|
+
"type": "zeebe:input"
|
|
4243
|
+
},
|
|
4244
|
+
"condition": {
|
|
4245
|
+
"property": "operationId",
|
|
4246
|
+
"equals": "users.CreateMailFolders",
|
|
4247
|
+
"type": "simple"
|
|
4248
|
+
},
|
|
4249
|
+
"type": "Hidden"
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"id": "users.user.sendMail_body",
|
|
4253
|
+
"value": "={\"message\":{\"subject\":sendMail_subject,\"body\":{\"contentType\":sendMail_body_content_type,\"content\":sendMail_body_content},\"toRecipients\": for currentEmail in sendMail_to_recipients return {\"emailAddress\":{\"address\":currentEmail}},\"ccRecipients\": if sendMail_cc_recipients != null then for currentEmailCC in sendMail_cc_recipients return {\"emailAddress\":{\"address\":currentEmailCC}} else null,\"attachments\": if sendMail_attachments != null then for document in sendMail_attachments return {\"@odata.type\":\"#microsoft.graph.fileAttachment\",\"name\":document.metadata.fileName,\"contentType\":document.metadata.contentType,\"contentBytes\":{\"camunda.function.type\":\"base64\",\"params\":[document]}} else null},\"saveToSentItems\":\"false\"}",
|
|
4254
|
+
"group": "requestBody",
|
|
4255
|
+
"binding": {
|
|
4256
|
+
"name": "body",
|
|
4257
|
+
"type": "zeebe:input"
|
|
4258
|
+
},
|
|
4259
|
+
"condition": {
|
|
4260
|
+
"property": "operationId",
|
|
4261
|
+
"equals": "users.user.sendMail",
|
|
4262
|
+
"type": "simple"
|
|
4263
|
+
},
|
|
4264
|
+
"type": "Hidden"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"id": "url",
|
|
4268
|
+
"value": "= baseUrl + operationPath",
|
|
4269
|
+
"group": "url",
|
|
4270
|
+
"binding": {
|
|
4271
|
+
"name": "url",
|
|
4272
|
+
"type": "zeebe:input"
|
|
4273
|
+
},
|
|
4274
|
+
"type": "Hidden"
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"id": "resultVariable",
|
|
4278
|
+
"label": "Result variable",
|
|
4279
|
+
"description": "Name of variable to store the response in",
|
|
4280
|
+
"group": "output",
|
|
4281
|
+
"binding": {
|
|
4282
|
+
"key": "resultVariable",
|
|
4283
|
+
"type": "zeebe:taskHeader"
|
|
4284
|
+
},
|
|
4285
|
+
"type": "String"
|
|
4286
|
+
},
|
|
4287
|
+
{
|
|
4288
|
+
"id": "resultExpression",
|
|
4289
|
+
"label": "Result expression",
|
|
4290
|
+
"description": "Expression to map the response into process variables",
|
|
4291
|
+
"feel": "required",
|
|
4292
|
+
"group": "output",
|
|
4293
|
+
"binding": {
|
|
4294
|
+
"key": "resultExpression",
|
|
4295
|
+
"type": "zeebe:taskHeader"
|
|
4296
|
+
},
|
|
4297
|
+
"type": "Text"
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"id": "errorExpression",
|
|
4301
|
+
"label": "Error expression",
|
|
4302
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
4303
|
+
"feel": "required",
|
|
4304
|
+
"group": "error",
|
|
4305
|
+
"binding": {
|
|
4306
|
+
"key": "errorExpression",
|
|
4307
|
+
"type": "zeebe:taskHeader"
|
|
4308
|
+
},
|
|
4309
|
+
"type": "Text"
|
|
4310
|
+
},
|
|
4311
|
+
{
|
|
4312
|
+
"id": "retryCount",
|
|
4313
|
+
"label": "Retries",
|
|
4314
|
+
"description": "Number of retries",
|
|
4315
|
+
"value": "3",
|
|
4316
|
+
"feel": "optional",
|
|
4317
|
+
"group": "retries",
|
|
4318
|
+
"binding": {
|
|
4319
|
+
"property": "retries",
|
|
4320
|
+
"type": "zeebe:taskDefinition"
|
|
4321
|
+
},
|
|
4322
|
+
"type": "String"
|
|
4323
|
+
},
|
|
4324
|
+
{
|
|
4325
|
+
"id": "retryBackoff",
|
|
4326
|
+
"label": "Retry backoff",
|
|
4327
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
4328
|
+
"value": "PT0S",
|
|
4329
|
+
"feel": "optional",
|
|
4330
|
+
"group": "retries",
|
|
4331
|
+
"binding": {
|
|
4332
|
+
"key": "retryBackoff",
|
|
4333
|
+
"type": "zeebe:taskHeader"
|
|
4334
|
+
},
|
|
4335
|
+
"type": "String"
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"id": "version",
|
|
4339
|
+
"label": "Version",
|
|
4340
|
+
"description": "Version of the element template",
|
|
4341
|
+
"value": "4",
|
|
4342
|
+
"group": "connector",
|
|
4343
|
+
"binding": {
|
|
4344
|
+
"key": "elementTemplateVersion",
|
|
4345
|
+
"type": "zeebe:taskHeader"
|
|
4346
|
+
},
|
|
4347
|
+
"type": "Hidden"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"id": "id",
|
|
4351
|
+
"label": "ID",
|
|
4352
|
+
"description": "ID of the element template",
|
|
4353
|
+
"value": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
4354
|
+
"group": "connector",
|
|
4355
|
+
"binding": {
|
|
4356
|
+
"key": "elementTemplateId",
|
|
4357
|
+
"type": "zeebe:taskHeader"
|
|
4358
|
+
},
|
|
4359
|
+
"type": "Hidden"
|
|
4360
|
+
}
|
|
4361
|
+
],
|
|
4362
|
+
"icon": {
|
|
4363
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='-274.66275 -425.834 2380.4105 2555.004'%3E%3Cpath d='M1831.083 894.25a40.879 40.879 0 00-19.503-35.131h-.213l-.767-.426-634.492-375.585a86.175 86.175 0 00-8.517-5.067 85.17 85.17 0 00-78.098 0 86.37 86.37 0 00-8.517 5.067l-634.49 375.585-.766.426c-19.392 12.059-25.337 37.556-13.278 56.948a41.346 41.346 0 0014.257 13.868l634.492 375.585a95.617 95.617 0 008.517 5.068 85.17 85.17 0 0078.098 0 95.52 95.52 0 008.517-5.068l634.492-375.585a40.84 40.84 0 0020.268-35.685z' fill='%230A2767'/%3E%3Cpath d='M520.453 643.477h416.38v381.674h-416.38zM1745.917 255.5V80.908c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552 1.046 510 37.256 511 80.908V255.5l638.75 170.333z' fill='%230364B8'/%3E%3Cpath d='M511 255.5h425.833v383.25H511z' fill='%230078D4'/%3E%3Cpath d='M1362.667 255.5H936.833v383.25L1362.667 1022h383.25V638.75z' fill='%2328A8EA'/%3E%3Cpath d='M936.833 638.75h425.833V1022H936.833z' fill='%230078D4'/%3E%3Cpath d='M936.833 1022h425.833v383.25H936.833z' fill='%230364B8'/%3E%3Cpath d='M520.453 1025.151h416.38v346.969h-416.38z' fill='%2314447D'/%3E%3Cpath d='M1362.667 1022h383.25v383.25h-383.25z' fill='%230078D4'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='1.998' x2='1128.458' y1='811.083' x1='1128.458' gradientUnits='userSpaceOnUse' id='a'%3E%3Cstop offset='0' stop-color='%2335b8f1'/%3E%3Cstop offset='1' stop-color='%2328a8ea'/%3E%3C/linearGradient%3E%3Cpath d='M1811.58 927.593l-.809.426-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.437 88.437 0 01-34.407 8.517l-34.663-20.27a86.706 86.706 0 01-8.517-4.897L447.167 906.003h-.298l-21.036-11.753v722.384c.328 48.196 39.653 87.006 87.849 86.7h1230.914c.724 0 1.363-.341 2.129-.341a107.79 107.79 0 0029.808-6.217 86.066 86.066 0 0011.966-6.217c2.853-1.618 7.75-5.152 7.75-5.152a85.974 85.974 0 0034.833-68.772V894.25a38.323 38.323 0 01-19.502 33.343z' fill='url(%23a)'/%3E%3Cpath d='M1797.017 891.397v44.287l-663.448 456.791-686.87-486.174a.426.426 0 00-.426-.426l-63.023-37.899v-31.938l25.976-.426 54.932 31.512 1.277.426 4.684 2.981s645.563 368.346 647.267 369.197l24.698 14.478c2.129-.852 4.258-1.703 6.813-2.555 1.278-.852 640.879-360.681 640.879-360.681z' fill='%230A2767' opacity='.5'/%3E%3Cpath d='M1811.58 927.593l-.809.468-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.96 88.96 0 01-78.098 0 96.578 96.578 0 01-8.517-4.769l-634.49-356.848-.766-.468a38.326 38.326 0 01-20.057-33.343v722.384c.305 48.188 39.616 87.004 87.803 86.7h1229.64c48.188.307 87.5-38.509 87.807-86.696 0-.001 0 0 0 0V894.25a38.33 38.33 0 01-19.504 33.343z' fill='%231490DF'/%3E%3Cpath d='M1185.52 1279.629l-9.496 5.323a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l241.405 285.479 421.107 101.476a86.785 86.785 0 0026.7-33.343z' opacity='.1'/%3E%3Cpath d='M1228.529 1255.442l-52.505 29.51a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l113.101 311.838 549.538 74.989a86.104 86.104 0 0034.407-68.815v-9.326z' opacity='.05'/%3E%3Cpath d='M514.833 1703.333h1228.316a88.316 88.316 0 0052.59-17.033l-697.089-408.331a86.706 86.706 0 01-8.517-4.897L447.125 906.088h-.298l-20.993-11.838v719.914c-.048 49.2 39.798 89.122 88.999 89.169-.001 0-.001 0 0 0z' fill='%2328A8EA'/%3E%3Cpath d='M1022 418.722v908.303c-.076 31.846-19.44 60.471-48.971 72.392a73.382 73.382 0 01-28.957 5.962H425.833V383.25H511v-42.583h433.073c43.019.163 77.834 35.035 77.927 78.055z' opacity='.1'/%3E%3Cpath d='M979.417 461.305v908.302a69.36 69.36 0 01-6.388 29.808c-11.826 29.149-40.083 48.273-71.54 48.417H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M979.417 461.305v823.136c-.208 43-34.928 77.853-77.927 78.225H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M936.833 461.305v823.136c-.046 43.067-34.861 78.015-77.927 78.225H425.833V383.25h433.072c43.062.023 77.951 34.951 77.927 78.013a.589.589 0 01.001.042z' opacity='.2'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='324.259' x2='774.086' y1='1383.074' x1='162.747' gradientUnits='userSpaceOnUse' id='b'%3E%3Cstop offset='0' stop-color='%231784d9'/%3E%3Cstop offset='.5' stop-color='%23107ad5'/%3E%3Cstop offset='1' stop-color='%230a63c9'/%3E%3C/linearGradient%3E%3Cpath d='M78.055 383.25h780.723c43.109 0 78.055 34.947 78.055 78.055v780.723c0 43.109-34.946 78.055-78.055 78.055H78.055c-43.109 0-78.055-34.947-78.055-78.055V461.305c0-43.108 34.947-78.055 78.055-78.055z' fill='url(%23b)'/%3E%3Cpath d='M243.96 710.631a227.05 227.05 0 0189.17-98.495 269.56 269.56 0 01141.675-35.515 250.91 250.91 0 01131.114 33.683 225.014 225.014 0 0186.742 94.109 303.751 303.751 0 0130.405 138.396 320.567 320.567 0 01-31.299 144.783 230.37 230.37 0 01-89.425 97.388 260.864 260.864 0 01-136.011 34.578 256.355 256.355 0 01-134.01-34.067 228.497 228.497 0 01-87.892-94.28 296.507 296.507 0 01-30.745-136.735 329.29 329.29 0 0130.276-143.845zm95.046 231.227a147.386 147.386 0 0050.163 64.812 131.028 131.028 0 0078.353 23.591 137.244 137.244 0 0083.634-24.358 141.156 141.156 0 0048.715-64.812 251.594 251.594 0 0015.543-90.404 275.198 275.198 0 00-14.649-91.554 144.775 144.775 0 00-47.182-67.537 129.58 129.58 0 00-82.91-25.55 135.202 135.202 0 00-80.184 23.804 148.626 148.626 0 00-51.1 65.365 259.759 259.759 0 00-.341 186.728z' fill='%23FFF'/%3E%3Cpath d='M1362.667 255.5h383.25v383.25h-383.25z' fill='%2350D9FF'/%3E%3C/svg%3E"
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4368
|
+
"name": "Microsoft Office 365 Mail Connector",
|
|
4369
|
+
"id": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
4370
|
+
"description": "Work with Office 365 Mail via your BPMN process",
|
|
4371
|
+
"keywords": [
|
|
4372
|
+
"get mail folders",
|
|
4373
|
+
"create mail folder",
|
|
4374
|
+
"list messages",
|
|
4375
|
+
"get messages",
|
|
4376
|
+
"send email",
|
|
4377
|
+
"send on behalf of",
|
|
4378
|
+
"read email",
|
|
4379
|
+
"inbox",
|
|
4380
|
+
"compose email",
|
|
4381
|
+
"email notification"
|
|
4382
|
+
],
|
|
4383
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/microsoft-o365-mail/",
|
|
4384
|
+
"version": 6,
|
|
4385
|
+
"engines": {
|
|
4386
|
+
"camunda": "^8.4"
|
|
4387
|
+
},
|
|
4388
|
+
"category": {
|
|
4389
|
+
"id": "connectors",
|
|
4390
|
+
"name": "Connectors"
|
|
4391
|
+
},
|
|
4392
|
+
"appliesTo": ["bpmn:Task"],
|
|
4393
|
+
"elementType": {
|
|
4394
|
+
"value": "bpmn:ServiceTask"
|
|
4395
|
+
},
|
|
4396
|
+
"groups": [
|
|
4397
|
+
{
|
|
4398
|
+
"id": "operation",
|
|
4399
|
+
"label": "Operation"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"id": "server",
|
|
4403
|
+
"label": "Server"
|
|
4404
|
+
},
|
|
4405
|
+
{
|
|
4406
|
+
"id": "authentication",
|
|
4407
|
+
"label": "Authentication"
|
|
4408
|
+
},
|
|
4409
|
+
{
|
|
4410
|
+
"id": "requestBody",
|
|
4411
|
+
"label": "Request"
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
"id": "parameters",
|
|
4415
|
+
"label": "Parameters"
|
|
4416
|
+
},
|
|
4417
|
+
{
|
|
4418
|
+
"id": "url",
|
|
4419
|
+
"label": "URL"
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"id": "connector",
|
|
4423
|
+
"label": "Connector"
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"id": "output",
|
|
4427
|
+
"label": "Output mapping"
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"id": "error",
|
|
4431
|
+
"label": "Error handling"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"id": "retries",
|
|
4435
|
+
"label": "Retries"
|
|
4436
|
+
}
|
|
4437
|
+
],
|
|
4438
|
+
"properties": [
|
|
4439
|
+
{
|
|
4440
|
+
"value": "io.camunda:http-json:1",
|
|
4441
|
+
"binding": {
|
|
4442
|
+
"property": "type",
|
|
4443
|
+
"type": "zeebe:taskDefinition"
|
|
4444
|
+
},
|
|
4445
|
+
"type": "Hidden"
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"id": "baseUrl",
|
|
4449
|
+
"value": "https://graph.microsoft.com/v1.0",
|
|
4450
|
+
"group": "server",
|
|
4451
|
+
"binding": {
|
|
4452
|
+
"name": "baseUrl",
|
|
4453
|
+
"type": "zeebe:input"
|
|
4454
|
+
},
|
|
4455
|
+
"type": "Hidden"
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"id": "operationId",
|
|
4459
|
+
"value": "users.ListMailFolders",
|
|
4460
|
+
"group": "operation",
|
|
4461
|
+
"binding": {
|
|
4462
|
+
"name": "operationId",
|
|
4463
|
+
"type": "zeebe:input"
|
|
4464
|
+
},
|
|
4465
|
+
"type": "Dropdown",
|
|
4466
|
+
"choices": [
|
|
4467
|
+
{
|
|
4468
|
+
"name": "Get user's folders",
|
|
4469
|
+
"value": "users.ListMailFolders"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"name": "Create mail folder for user",
|
|
4473
|
+
"value": "users.CreateMailFolders"
|
|
4474
|
+
},
|
|
4475
|
+
{
|
|
4476
|
+
"name": "Get user's messages",
|
|
4477
|
+
"value": "users.ListMessages"
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
"name": "Send mail on behalf of user",
|
|
4481
|
+
"value": "users.user.sendMail"
|
|
4482
|
+
}
|
|
4483
|
+
]
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"id": "authentication.type",
|
|
4487
|
+
"label": "Type",
|
|
4488
|
+
"tooltip": "Authentication type",
|
|
4489
|
+
"value": "oauth-client-credentials-flow",
|
|
4490
|
+
"group": "authentication",
|
|
4491
|
+
"binding": {
|
|
4492
|
+
"name": "authentication.type",
|
|
4493
|
+
"type": "zeebe:input"
|
|
4494
|
+
},
|
|
4495
|
+
"type": "Dropdown",
|
|
4496
|
+
"choices": [
|
|
4497
|
+
{
|
|
4498
|
+
"name": "Bearer token",
|
|
4499
|
+
"value": "bearer"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "OAuth 2.0",
|
|
4503
|
+
"value": "oauth-client-credentials-flow"
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "Refresh token",
|
|
4507
|
+
"value": "oauth-refresh-token"
|
|
4508
|
+
}
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"id": "authentication.token",
|
|
4513
|
+
"label": "Bearer token",
|
|
4514
|
+
"optional": false,
|
|
4515
|
+
"constraints": {
|
|
4516
|
+
"notEmpty": true
|
|
4517
|
+
},
|
|
4518
|
+
"feel": "optional",
|
|
4519
|
+
"group": "authentication",
|
|
4520
|
+
"binding": {
|
|
4521
|
+
"name": "authentication.token",
|
|
4522
|
+
"type": "zeebe:input"
|
|
4523
|
+
},
|
|
4524
|
+
"condition": {
|
|
4525
|
+
"property": "authentication.type",
|
|
4526
|
+
"equals": "bearer",
|
|
4527
|
+
"type": "simple"
|
|
4528
|
+
},
|
|
4529
|
+
"type": "String"
|
|
4530
|
+
},
|
|
4531
|
+
{
|
|
4532
|
+
"id": "authentication.oauthTokenEndpoint",
|
|
4533
|
+
"label": "OAuth token endpoint",
|
|
4534
|
+
"optional": false,
|
|
4535
|
+
"constraints": {
|
|
4536
|
+
"notEmpty": true
|
|
4537
|
+
},
|
|
4538
|
+
"feel": "optional",
|
|
4539
|
+
"group": "authentication",
|
|
4540
|
+
"binding": {
|
|
4541
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
4542
|
+
"type": "zeebe:input"
|
|
4543
|
+
},
|
|
4544
|
+
"condition": {
|
|
4545
|
+
"property": "authentication.type",
|
|
4546
|
+
"equals": "oauth-client-credentials-flow",
|
|
4547
|
+
"type": "simple"
|
|
4548
|
+
},
|
|
4549
|
+
"type": "String"
|
|
4550
|
+
},
|
|
4551
|
+
{
|
|
4552
|
+
"id": "authentication.clientId",
|
|
4553
|
+
"label": "Client ID",
|
|
4554
|
+
"tooltip": "Your application's client ID from the OAuth client",
|
|
4555
|
+
"optional": false,
|
|
4556
|
+
"constraints": {
|
|
4557
|
+
"notEmpty": true
|
|
4558
|
+
},
|
|
4559
|
+
"feel": "optional",
|
|
4560
|
+
"group": "authentication",
|
|
4561
|
+
"binding": {
|
|
4562
|
+
"name": "authentication.clientId",
|
|
4563
|
+
"type": "zeebe:input"
|
|
4564
|
+
},
|
|
4565
|
+
"condition": {
|
|
4566
|
+
"property": "authentication.type",
|
|
4567
|
+
"equals": "oauth-client-credentials-flow",
|
|
4568
|
+
"type": "simple"
|
|
4569
|
+
},
|
|
4570
|
+
"type": "String"
|
|
4571
|
+
},
|
|
4572
|
+
{
|
|
4573
|
+
"id": "authentication.clientSecret",
|
|
4574
|
+
"label": "Client secret",
|
|
4575
|
+
"tooltip": "Your application's client secret from the OAuth client",
|
|
4576
|
+
"optional": false,
|
|
4577
|
+
"constraints": {
|
|
4578
|
+
"notEmpty": true
|
|
4579
|
+
},
|
|
4580
|
+
"feel": "optional",
|
|
4581
|
+
"group": "authentication",
|
|
4582
|
+
"binding": {
|
|
4583
|
+
"name": "authentication.clientSecret",
|
|
4584
|
+
"type": "zeebe:input"
|
|
4585
|
+
},
|
|
4586
|
+
"condition": {
|
|
4587
|
+
"property": "authentication.type",
|
|
4588
|
+
"equals": "oauth-client-credentials-flow",
|
|
4589
|
+
"type": "simple"
|
|
4590
|
+
},
|
|
4591
|
+
"type": "String"
|
|
4592
|
+
},
|
|
4593
|
+
{
|
|
4594
|
+
"id": "authentication.clientAuthentication",
|
|
4595
|
+
"optional": false,
|
|
4596
|
+
"value": "credentialsBody",
|
|
4597
|
+
"group": "authentication",
|
|
4598
|
+
"type": "Hidden",
|
|
4599
|
+
"binding": {
|
|
4600
|
+
"name": "authentication.clientAuthentication",
|
|
4601
|
+
"type": "zeebe:input"
|
|
4602
|
+
},
|
|
4603
|
+
"condition": {
|
|
4604
|
+
"property": "authentication.type",
|
|
4605
|
+
"equals": "oauth-client-credentials-flow",
|
|
4606
|
+
"type": "simple"
|
|
4607
|
+
}
|
|
4608
|
+
},
|
|
4609
|
+
{
|
|
4610
|
+
"id": "authentication.scopes",
|
|
4611
|
+
"group": "authentication",
|
|
4612
|
+
"value": "https://graph.microsoft.com/.default",
|
|
4613
|
+
"binding": {
|
|
4614
|
+
"name": "authentication.scopes",
|
|
4615
|
+
"type": "zeebe:input"
|
|
4616
|
+
},
|
|
4617
|
+
"condition": {
|
|
4618
|
+
"property": "authentication.type",
|
|
4619
|
+
"equals": "oauth-client-credentials-flow",
|
|
4620
|
+
"type": "simple"
|
|
4621
|
+
},
|
|
4622
|
+
"type": "Hidden"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"id": "authentication.refreshToken.tenantId",
|
|
4626
|
+
"label": "Tenant ID",
|
|
4627
|
+
"tooltip": "The tenant ID of the Microsoft Entra (Azure AD) application",
|
|
4628
|
+
"optional": false,
|
|
4629
|
+
"constraints": {
|
|
4630
|
+
"notEmpty": true
|
|
4631
|
+
},
|
|
4632
|
+
"feel": "optional",
|
|
4633
|
+
"group": "authentication",
|
|
4634
|
+
"binding": {
|
|
4635
|
+
"name": "refreshToken_tenantId",
|
|
4636
|
+
"type": "zeebe:input"
|
|
4637
|
+
},
|
|
4638
|
+
"condition": {
|
|
4639
|
+
"property": "authentication.type",
|
|
4640
|
+
"equals": "oauth-refresh-token",
|
|
4641
|
+
"type": "simple"
|
|
4642
|
+
},
|
|
4643
|
+
"type": "String"
|
|
4644
|
+
},
|
|
4645
|
+
{
|
|
4646
|
+
"id": "authentication.refreshToken.clientId",
|
|
4647
|
+
"label": "Client ID",
|
|
4648
|
+
"optional": false,
|
|
4649
|
+
"constraints": {
|
|
4650
|
+
"notEmpty": true
|
|
4651
|
+
},
|
|
4652
|
+
"feel": "optional",
|
|
4653
|
+
"group": "authentication",
|
|
4654
|
+
"binding": {
|
|
4655
|
+
"name": "authentication.clientId",
|
|
4656
|
+
"type": "zeebe:input"
|
|
4657
|
+
},
|
|
4658
|
+
"condition": {
|
|
4659
|
+
"property": "authentication.type",
|
|
4660
|
+
"equals": "oauth-refresh-token",
|
|
4661
|
+
"type": "simple"
|
|
4662
|
+
},
|
|
4663
|
+
"type": "String"
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"id": "authentication.refreshToken.clientSecret",
|
|
4667
|
+
"label": "Client secret",
|
|
4668
|
+
"description": "The secret value of the Azure AD application; optional for public clients",
|
|
4669
|
+
"optional": true,
|
|
4670
|
+
"feel": "optional",
|
|
4671
|
+
"group": "authentication",
|
|
4672
|
+
"binding": {
|
|
4673
|
+
"name": "authentication.clientSecret",
|
|
4674
|
+
"type": "zeebe:input"
|
|
4675
|
+
},
|
|
4676
|
+
"condition": {
|
|
4677
|
+
"property": "authentication.type",
|
|
4678
|
+
"equals": "oauth-refresh-token",
|
|
4679
|
+
"type": "simple"
|
|
4680
|
+
},
|
|
4681
|
+
"type": "String"
|
|
4682
|
+
},
|
|
4683
|
+
{
|
|
4684
|
+
"id": "authentication.refreshToken.token",
|
|
4685
|
+
"label": "Refresh token",
|
|
4686
|
+
"tooltip": "The OAuth 2.0 refresh token used to obtain a new access token",
|
|
4687
|
+
"optional": false,
|
|
4688
|
+
"constraints": {
|
|
4689
|
+
"notEmpty": true
|
|
4690
|
+
},
|
|
4691
|
+
"feel": "optional",
|
|
4692
|
+
"group": "authentication",
|
|
4693
|
+
"binding": {
|
|
4694
|
+
"name": "authentication.refreshToken",
|
|
4695
|
+
"type": "zeebe:input"
|
|
4696
|
+
},
|
|
4697
|
+
"condition": {
|
|
4698
|
+
"property": "authentication.type",
|
|
4699
|
+
"equals": "oauth-refresh-token",
|
|
4700
|
+
"type": "simple"
|
|
4701
|
+
},
|
|
4702
|
+
"type": "String"
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"id": "authentication.refreshToken.oauthTokenEndpoint",
|
|
4706
|
+
"value": "=\"https://login.microsoftonline.com/\"+refreshToken_tenantId+\"/oauth2/v2.0/token\"",
|
|
4707
|
+
"group": "authentication",
|
|
4708
|
+
"binding": {
|
|
4709
|
+
"name": "authentication.oauthTokenEndpoint",
|
|
4710
|
+
"type": "zeebe:input"
|
|
4711
|
+
},
|
|
4712
|
+
"condition": {
|
|
4713
|
+
"property": "authentication.type",
|
|
4714
|
+
"equals": "oauth-refresh-token",
|
|
4715
|
+
"type": "simple"
|
|
4716
|
+
},
|
|
4717
|
+
"type": "Hidden"
|
|
4718
|
+
},
|
|
4719
|
+
{
|
|
4720
|
+
"id": "authentication.refreshToken.scopes",
|
|
4721
|
+
"value": "https://graph.microsoft.com/.default",
|
|
4722
|
+
"group": "authentication",
|
|
4723
|
+
"binding": {
|
|
4724
|
+
"name": "authentication.scopes",
|
|
4725
|
+
"type": "zeebe:input"
|
|
4726
|
+
},
|
|
4727
|
+
"condition": {
|
|
4728
|
+
"property": "authentication.type",
|
|
4729
|
+
"equals": "oauth-refresh-token",
|
|
4730
|
+
"type": "simple"
|
|
4731
|
+
},
|
|
4732
|
+
"type": "Hidden"
|
|
4733
|
+
},
|
|
4734
|
+
{
|
|
4735
|
+
"id": "users.ListMailFolders_user_id",
|
|
4736
|
+
"label": "User ID",
|
|
4737
|
+
"description": "The unique identifier of the user. Can be a UUID or an email address",
|
|
4738
|
+
"optional": false,
|
|
4739
|
+
"value": "myuser@mycompany.com",
|
|
4740
|
+
"constraints": {
|
|
4741
|
+
"notEmpty": true
|
|
4742
|
+
},
|
|
4743
|
+
"feel": "optional",
|
|
4744
|
+
"group": "parameters",
|
|
4745
|
+
"binding": {
|
|
4746
|
+
"name": "user_id",
|
|
4747
|
+
"type": "zeebe:input"
|
|
4748
|
+
},
|
|
4749
|
+
"condition": {
|
|
4750
|
+
"property": "operationId",
|
|
4751
|
+
"equals": "users.ListMailFolders",
|
|
4752
|
+
"type": "simple"
|
|
4753
|
+
},
|
|
4754
|
+
"type": "String"
|
|
4755
|
+
},
|
|
4756
|
+
{
|
|
4757
|
+
"id": "users.ListMailFolders_odata_path",
|
|
4758
|
+
"value": "=\"/users/\"+user_id+\"/mailFolders\"",
|
|
4759
|
+
"group": "parameters",
|
|
4760
|
+
"binding": {
|
|
4761
|
+
"name": "operationPath",
|
|
4762
|
+
"type": "zeebe:input"
|
|
4763
|
+
},
|
|
4764
|
+
"condition": {
|
|
4765
|
+
"property": "operationId",
|
|
4766
|
+
"equals": "users.ListMailFolders",
|
|
4767
|
+
"type": "simple"
|
|
4768
|
+
},
|
|
4769
|
+
"type": "Hidden"
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"id": "users.ListMailFolders_odata_headers",
|
|
4773
|
+
"value": "={}",
|
|
4774
|
+
"group": "parameters",
|
|
4775
|
+
"binding": {
|
|
4776
|
+
"name": "headers",
|
|
4777
|
+
"type": "zeebe:input"
|
|
4778
|
+
},
|
|
4779
|
+
"condition": {
|
|
4780
|
+
"property": "operationId",
|
|
4781
|
+
"equals": "users.ListMailFolders",
|
|
4782
|
+
"type": "simple"
|
|
4783
|
+
},
|
|
4784
|
+
"type": "Hidden"
|
|
4785
|
+
},
|
|
4786
|
+
{
|
|
4787
|
+
"id": "users.ListMailFolders_odata_queryParameters",
|
|
4788
|
+
"label": "Query parameters",
|
|
4789
|
+
"tooltip": "Supports <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
|
|
4790
|
+
"group": "parameters",
|
|
4791
|
+
"optional": true,
|
|
4792
|
+
"feel": "required",
|
|
4793
|
+
"binding": {
|
|
4794
|
+
"name": "queryParameters",
|
|
4795
|
+
"type": "zeebe:input"
|
|
4796
|
+
},
|
|
4797
|
+
"condition": {
|
|
4798
|
+
"property": "operationId",
|
|
4799
|
+
"equals": "users.ListMailFolders",
|
|
4800
|
+
"type": "simple"
|
|
4801
|
+
},
|
|
4802
|
+
"type": "Text"
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"id": "users.ListMailFolders_odata_method",
|
|
4806
|
+
"value": "GET",
|
|
4807
|
+
"group": "parameters",
|
|
4808
|
+
"binding": {
|
|
4809
|
+
"name": "method",
|
|
4810
|
+
"type": "zeebe:input"
|
|
4811
|
+
},
|
|
4812
|
+
"condition": {
|
|
4813
|
+
"property": "operationId",
|
|
4814
|
+
"equals": "users.ListMailFolders",
|
|
4815
|
+
"type": "simple"
|
|
4816
|
+
},
|
|
4817
|
+
"type": "Hidden"
|
|
4818
|
+
},
|
|
4819
|
+
{
|
|
4820
|
+
"id": "users.CreateMailFolders_user_id",
|
|
4821
|
+
"label": "User ID",
|
|
4822
|
+
"description": "The unique identifier of the user. Can be a UUID or an email address",
|
|
4823
|
+
"optional": false,
|
|
4824
|
+
"value": "myuser@mycompany.com",
|
|
4825
|
+
"constraints": {
|
|
4826
|
+
"notEmpty": true
|
|
4827
|
+
},
|
|
4828
|
+
"feel": "optional",
|
|
4829
|
+
"group": "parameters",
|
|
4830
|
+
"binding": {
|
|
4831
|
+
"name": "user_id",
|
|
4832
|
+
"type": "zeebe:input"
|
|
4833
|
+
},
|
|
4834
|
+
"condition": {
|
|
4835
|
+
"property": "operationId",
|
|
4836
|
+
"equals": "users.CreateMailFolders",
|
|
4837
|
+
"type": "simple"
|
|
4838
|
+
},
|
|
4839
|
+
"type": "String"
|
|
4840
|
+
},
|
|
4841
|
+
{
|
|
4842
|
+
"id": "users.CreateMailFolders_folder_name",
|
|
4843
|
+
"label": "Folder display name",
|
|
4844
|
+
"optional": false,
|
|
4845
|
+
"value": "",
|
|
4846
|
+
"constraints": {
|
|
4847
|
+
"notEmpty": true
|
|
4848
|
+
},
|
|
4849
|
+
"feel": "optional",
|
|
4850
|
+
"group": "requestBody",
|
|
4851
|
+
"binding": {
|
|
4852
|
+
"name": "CreateMailFolders_folder_name",
|
|
4853
|
+
"type": "zeebe:input"
|
|
4854
|
+
},
|
|
4855
|
+
"condition": {
|
|
4856
|
+
"property": "operationId",
|
|
4857
|
+
"equals": "users.CreateMailFolders",
|
|
4858
|
+
"type": "simple"
|
|
4859
|
+
},
|
|
4860
|
+
"type": "String"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"id": "users.CreateMailFolders_odata_path",
|
|
4864
|
+
"value": "=\"/users/\"+user_id+\"/mailFolders\"",
|
|
4865
|
+
"group": "parameters",
|
|
4866
|
+
"binding": {
|
|
4867
|
+
"name": "operationPath",
|
|
4868
|
+
"type": "zeebe:input"
|
|
4869
|
+
},
|
|
4870
|
+
"condition": {
|
|
4871
|
+
"property": "operationId",
|
|
4872
|
+
"equals": "users.CreateMailFolders",
|
|
4873
|
+
"type": "simple"
|
|
4874
|
+
},
|
|
4875
|
+
"type": "Hidden"
|
|
4876
|
+
},
|
|
4877
|
+
{
|
|
4878
|
+
"id": "users.CreateMailFolders_odata_headers",
|
|
4879
|
+
"value": "={}",
|
|
4880
|
+
"group": "parameters",
|
|
4881
|
+
"binding": {
|
|
4882
|
+
"name": "headers",
|
|
4883
|
+
"type": "zeebe:input"
|
|
4884
|
+
},
|
|
4885
|
+
"condition": {
|
|
4886
|
+
"property": "operationId",
|
|
4887
|
+
"equals": "users.CreateMailFolders",
|
|
4888
|
+
"type": "simple"
|
|
4889
|
+
},
|
|
4890
|
+
"type": "Hidden"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"id": "users.CreateMailFolders_odata_queryParameters",
|
|
4894
|
+
"value": "={}",
|
|
4895
|
+
"group": "parameters",
|
|
4896
|
+
"binding": {
|
|
4897
|
+
"name": "queryParameters",
|
|
4898
|
+
"type": "zeebe:input"
|
|
4899
|
+
},
|
|
4900
|
+
"condition": {
|
|
4901
|
+
"property": "operationId",
|
|
4902
|
+
"equals": "users.CreateMailFolders",
|
|
4903
|
+
"type": "simple"
|
|
4904
|
+
},
|
|
4905
|
+
"type": "Hidden"
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"id": "users.CreateMailFolders_odata_method",
|
|
4909
|
+
"value": "POST",
|
|
4910
|
+
"group": "parameters",
|
|
4911
|
+
"binding": {
|
|
4912
|
+
"name": "method",
|
|
4913
|
+
"type": "zeebe:input"
|
|
4914
|
+
},
|
|
4915
|
+
"condition": {
|
|
4916
|
+
"property": "operationId",
|
|
4917
|
+
"equals": "users.CreateMailFolders",
|
|
4918
|
+
"type": "simple"
|
|
4919
|
+
},
|
|
4920
|
+
"type": "Hidden"
|
|
4921
|
+
},
|
|
4922
|
+
{
|
|
4923
|
+
"id": "users.ListMessages_user_id",
|
|
4924
|
+
"label": "User ID",
|
|
4925
|
+
"description": "The unique identifier of the user. Can be a UUID or an email address",
|
|
4926
|
+
"optional": false,
|
|
4927
|
+
"value": "myuser@mycompany.com",
|
|
4928
|
+
"constraints": {
|
|
4929
|
+
"notEmpty": true
|
|
4930
|
+
},
|
|
4931
|
+
"feel": "optional",
|
|
4932
|
+
"group": "parameters",
|
|
4933
|
+
"binding": {
|
|
4934
|
+
"name": "user_id",
|
|
4935
|
+
"type": "zeebe:input"
|
|
4936
|
+
},
|
|
4937
|
+
"condition": {
|
|
4938
|
+
"property": "operationId",
|
|
4939
|
+
"equals": "users.ListMessages",
|
|
4940
|
+
"type": "simple"
|
|
4941
|
+
},
|
|
4942
|
+
"type": "String"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"id": "users.ListMessages_odata_path",
|
|
4946
|
+
"value": "=\"/users/\"+user_id+\"/messages\"",
|
|
4947
|
+
"group": "parameters",
|
|
4948
|
+
"binding": {
|
|
4949
|
+
"name": "operationPath",
|
|
4950
|
+
"type": "zeebe:input"
|
|
4951
|
+
},
|
|
4952
|
+
"condition": {
|
|
4953
|
+
"property": "operationId",
|
|
4954
|
+
"equals": "users.ListMessages",
|
|
4955
|
+
"type": "simple"
|
|
4956
|
+
},
|
|
4957
|
+
"type": "Hidden"
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"id": "users.ListMessages_odata_headers",
|
|
4961
|
+
"value": "={}",
|
|
4962
|
+
"group": "parameters",
|
|
4963
|
+
"binding": {
|
|
4964
|
+
"name": "headers",
|
|
4965
|
+
"type": "zeebe:input"
|
|
4966
|
+
},
|
|
4967
|
+
"condition": {
|
|
4968
|
+
"property": "operationId",
|
|
4969
|
+
"equals": "users.ListMessages",
|
|
4970
|
+
"type": "simple"
|
|
4971
|
+
},
|
|
4972
|
+
"type": "Hidden"
|
|
4973
|
+
},
|
|
4974
|
+
{
|
|
4975
|
+
"id": "users.ListMessages_odata_queryParameters",
|
|
4976
|
+
"label": "Query parameters",
|
|
4977
|
+
"tooltip": "Supports <a href='https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http' target='_blank'>OData query parameters</a>",
|
|
4978
|
+
"group": "parameters",
|
|
4979
|
+
"optional": true,
|
|
4980
|
+
"feel": "required",
|
|
4981
|
+
"binding": {
|
|
4982
|
+
"name": "queryParameters",
|
|
4983
|
+
"type": "zeebe:input"
|
|
4984
|
+
},
|
|
4985
|
+
"condition": {
|
|
4986
|
+
"property": "operationId",
|
|
4987
|
+
"equals": "users.ListMessages",
|
|
4988
|
+
"type": "simple"
|
|
4989
|
+
},
|
|
4990
|
+
"type": "Text"
|
|
4991
|
+
},
|
|
4992
|
+
{
|
|
4993
|
+
"id": "users.ListMessages_odata_method",
|
|
4994
|
+
"value": "GET",
|
|
4995
|
+
"group": "parameters",
|
|
4996
|
+
"binding": {
|
|
4997
|
+
"name": "method",
|
|
4998
|
+
"type": "zeebe:input"
|
|
4999
|
+
},
|
|
5000
|
+
"condition": {
|
|
5001
|
+
"property": "operationId",
|
|
5002
|
+
"equals": "users.ListMessages",
|
|
5003
|
+
"type": "simple"
|
|
5004
|
+
},
|
|
5005
|
+
"type": "Hidden"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"id": "users.user.sendMail_user_id",
|
|
5009
|
+
"label": "User ID",
|
|
5010
|
+
"description": "The unique identifier of the user. Can be a UUID or an email address",
|
|
5011
|
+
"optional": false,
|
|
5012
|
+
"value": "myuser@mycompany.com",
|
|
5013
|
+
"constraints": {
|
|
5014
|
+
"notEmpty": true
|
|
5015
|
+
},
|
|
5016
|
+
"feel": "optional",
|
|
5017
|
+
"group": "parameters",
|
|
5018
|
+
"binding": {
|
|
5019
|
+
"name": "user_id",
|
|
5020
|
+
"type": "zeebe:input"
|
|
5021
|
+
},
|
|
5022
|
+
"condition": {
|
|
5023
|
+
"property": "operationId",
|
|
5024
|
+
"equals": "users.user.sendMail",
|
|
5025
|
+
"type": "simple"
|
|
5026
|
+
},
|
|
5027
|
+
"type": "String"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"id": "users.user.sendMail_subject",
|
|
5031
|
+
"label": "Subject",
|
|
5032
|
+
"optional": false,
|
|
5033
|
+
"constraints": {
|
|
5034
|
+
"notEmpty": true
|
|
5035
|
+
},
|
|
5036
|
+
"feel": "optional",
|
|
5037
|
+
"group": "requestBody",
|
|
5038
|
+
"binding": {
|
|
5039
|
+
"name": "sendMail_subject",
|
|
5040
|
+
"type": "zeebe:input"
|
|
5041
|
+
},
|
|
5042
|
+
"condition": {
|
|
5043
|
+
"property": "operationId",
|
|
5044
|
+
"equals": "users.user.sendMail",
|
|
5045
|
+
"type": "simple"
|
|
5046
|
+
},
|
|
5047
|
+
"type": "String"
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"id": "users.user.sendMail_body_content_type",
|
|
5051
|
+
"label": "Body content type",
|
|
5052
|
+
"group": "requestBody",
|
|
5053
|
+
"value": "text",
|
|
5054
|
+
"binding": {
|
|
5055
|
+
"name": "sendMail_body_content_type",
|
|
5056
|
+
"type": "zeebe:input"
|
|
5057
|
+
},
|
|
5058
|
+
"condition": {
|
|
5059
|
+
"property": "operationId",
|
|
5060
|
+
"equals": "users.user.sendMail",
|
|
5061
|
+
"type": "simple"
|
|
5062
|
+
},
|
|
5063
|
+
"type": "Dropdown",
|
|
5064
|
+
"choices": [
|
|
5065
|
+
{
|
|
5066
|
+
"name": "Text",
|
|
5067
|
+
"value": "text"
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"name": "HTML",
|
|
5071
|
+
"value": "html"
|
|
5072
|
+
}
|
|
5073
|
+
]
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"id": "users.user.sendMail_body_content",
|
|
5077
|
+
"label": "Body content",
|
|
5078
|
+
"optional": false,
|
|
5079
|
+
"constraints": {
|
|
5080
|
+
"notEmpty": true
|
|
5081
|
+
},
|
|
5082
|
+
"feel": "optional",
|
|
5083
|
+
"group": "requestBody",
|
|
5084
|
+
"binding": {
|
|
5085
|
+
"name": "sendMail_body_content",
|
|
5086
|
+
"type": "zeebe:input"
|
|
5087
|
+
},
|
|
5088
|
+
"condition": {
|
|
5089
|
+
"property": "operationId",
|
|
5090
|
+
"equals": "users.user.sendMail",
|
|
5091
|
+
"type": "simple"
|
|
5092
|
+
},
|
|
5093
|
+
"type": "Text"
|
|
5094
|
+
},
|
|
5095
|
+
{
|
|
5096
|
+
"id": "users.user.sendMail_attachments",
|
|
5097
|
+
"label": "Attachments",
|
|
5098
|
+
"description": "Attachments. Must be an array of document objects or an empty array",
|
|
5099
|
+
"optional": false,
|
|
5100
|
+
"constraints": {
|
|
5101
|
+
"notEmpty": true
|
|
5102
|
+
},
|
|
5103
|
+
"value": "=[]",
|
|
5104
|
+
"feel": "required",
|
|
5105
|
+
"group": "requestBody",
|
|
5106
|
+
"binding": {
|
|
5107
|
+
"name": "sendMail_attachments",
|
|
5108
|
+
"type": "zeebe:input"
|
|
5109
|
+
},
|
|
5110
|
+
"condition": {
|
|
5111
|
+
"property": "operationId",
|
|
5112
|
+
"equals": "users.user.sendMail",
|
|
5113
|
+
"type": "simple"
|
|
5114
|
+
},
|
|
5115
|
+
"type": "String"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"id": "users.user.sendMail_to_recipients",
|
|
5119
|
+
"label": "To recipients",
|
|
5120
|
+
"description": "Target recipients. Must be an array of emails",
|
|
5121
|
+
"optional": false,
|
|
5122
|
+
"value": "=[\"myuser@mycompany.com\"]",
|
|
5123
|
+
"constraints": {
|
|
5124
|
+
"notEmpty": true
|
|
5125
|
+
},
|
|
5126
|
+
"feel": "required",
|
|
5127
|
+
"group": "requestBody",
|
|
5128
|
+
"binding": {
|
|
5129
|
+
"name": "sendMail_to_recipients",
|
|
5130
|
+
"type": "zeebe:input"
|
|
5131
|
+
},
|
|
5132
|
+
"condition": {
|
|
5133
|
+
"property": "operationId",
|
|
5134
|
+
"equals": "users.user.sendMail",
|
|
5135
|
+
"type": "simple"
|
|
5136
|
+
},
|
|
5137
|
+
"type": "String"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"id": "users.user.sendMail_cc_recipients",
|
|
5141
|
+
"label": "CC recipients",
|
|
5142
|
+
"description": "Copy recipients. Must be an array of emails",
|
|
5143
|
+
"optional": true,
|
|
5144
|
+
"value": "=[\"myuser@mycompany.com\"]",
|
|
5145
|
+
"feel": "required",
|
|
5146
|
+
"group": "requestBody",
|
|
5147
|
+
"binding": {
|
|
5148
|
+
"name": "sendMail_cc_recipients",
|
|
5149
|
+
"type": "zeebe:input"
|
|
5150
|
+
},
|
|
5151
|
+
"condition": {
|
|
5152
|
+
"property": "operationId",
|
|
5153
|
+
"equals": "users.user.sendMail",
|
|
5154
|
+
"type": "simple"
|
|
5155
|
+
},
|
|
5156
|
+
"type": "String"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"id": "users.user.sendMail_odata_path",
|
|
5160
|
+
"value": "=\"/users/\"+user_id+\"/sendMail\"",
|
|
5161
|
+
"group": "parameters",
|
|
5162
|
+
"binding": {
|
|
5163
|
+
"name": "operationPath",
|
|
5164
|
+
"type": "zeebe:input"
|
|
5165
|
+
},
|
|
5166
|
+
"condition": {
|
|
5167
|
+
"property": "operationId",
|
|
5168
|
+
"equals": "users.user.sendMail",
|
|
5169
|
+
"type": "simple"
|
|
5170
|
+
},
|
|
5171
|
+
"type": "Hidden"
|
|
5172
|
+
},
|
|
5173
|
+
{
|
|
5174
|
+
"id": "users.user.sendMail_odata_headers",
|
|
5175
|
+
"value": "={}",
|
|
5176
|
+
"group": "parameters",
|
|
5177
|
+
"binding": {
|
|
5178
|
+
"name": "headers",
|
|
5179
|
+
"type": "zeebe:input"
|
|
5180
|
+
},
|
|
5181
|
+
"condition": {
|
|
5182
|
+
"property": "operationId",
|
|
5183
|
+
"equals": "users.user.sendMail",
|
|
5184
|
+
"type": "simple"
|
|
5185
|
+
},
|
|
5186
|
+
"type": "Hidden"
|
|
5187
|
+
},
|
|
5188
|
+
{
|
|
5189
|
+
"id": "users.user.sendMail_odata_queryParameters",
|
|
5190
|
+
"value": "={}",
|
|
5191
|
+
"group": "parameters",
|
|
5192
|
+
"binding": {
|
|
5193
|
+
"name": "queryParameters",
|
|
5194
|
+
"type": "zeebe:input"
|
|
5195
|
+
},
|
|
5196
|
+
"condition": {
|
|
5197
|
+
"property": "operationId",
|
|
5198
|
+
"equals": "users.user.sendMail",
|
|
5199
|
+
"type": "simple"
|
|
5200
|
+
},
|
|
5201
|
+
"type": "Hidden"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"id": "users.user.sendMail_odata_method",
|
|
5205
|
+
"value": "POST",
|
|
5206
|
+
"group": "parameters",
|
|
5207
|
+
"binding": {
|
|
5208
|
+
"name": "method",
|
|
5209
|
+
"type": "zeebe:input"
|
|
5210
|
+
},
|
|
5211
|
+
"condition": {
|
|
5212
|
+
"property": "operationId",
|
|
5213
|
+
"equals": "users.user.sendMail",
|
|
5214
|
+
"type": "simple"
|
|
5215
|
+
},
|
|
5216
|
+
"type": "Hidden"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"id": "users.CreateMailFolders_body",
|
|
5220
|
+
"value": "={\"displayName\": CreateMailFolders_folder_name, \"isHidden\": false}",
|
|
5221
|
+
"binding": {
|
|
5222
|
+
"name": "body",
|
|
5223
|
+
"type": "zeebe:input"
|
|
5224
|
+
},
|
|
5225
|
+
"condition": {
|
|
5226
|
+
"property": "operationId",
|
|
5227
|
+
"equals": "users.CreateMailFolders",
|
|
5228
|
+
"type": "simple"
|
|
5229
|
+
},
|
|
5230
|
+
"type": "Hidden"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"id": "users.user.sendMail_body",
|
|
5234
|
+
"value": "={\"message\":{\"subject\":sendMail_subject,\"body\":{\"contentType\":sendMail_body_content_type,\"content\":sendMail_body_content},\"toRecipients\": for currentEmail in sendMail_to_recipients return {\"emailAddress\":{\"address\":currentEmail}},\"ccRecipients\": if sendMail_cc_recipients != null then for currentEmailCC in sendMail_cc_recipients return {\"emailAddress\":{\"address\":currentEmailCC}} else null,\"attachments\": if sendMail_attachments != null then for document in sendMail_attachments return {\"@odata.type\":\"#microsoft.graph.fileAttachment\",\"name\":document.metadata.fileName,\"contentType\":document.metadata.contentType,\"contentBytes\":{\"camunda.function.type\":\"base64\",\"params\":[document]}} else null},\"saveToSentItems\":\"false\"}",
|
|
5235
|
+
"group": "requestBody",
|
|
5236
|
+
"binding": {
|
|
5237
|
+
"name": "body",
|
|
5238
|
+
"type": "zeebe:input"
|
|
5239
|
+
},
|
|
5240
|
+
"condition": {
|
|
5241
|
+
"property": "operationId",
|
|
5242
|
+
"equals": "users.user.sendMail",
|
|
5243
|
+
"type": "simple"
|
|
5244
|
+
},
|
|
5245
|
+
"type": "Hidden"
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"id": "url",
|
|
5249
|
+
"value": "= baseUrl + operationPath",
|
|
5250
|
+
"group": "url",
|
|
5251
|
+
"binding": {
|
|
5252
|
+
"name": "url",
|
|
5253
|
+
"type": "zeebe:input"
|
|
5254
|
+
},
|
|
5255
|
+
"type": "Hidden"
|
|
5256
|
+
},
|
|
5257
|
+
{
|
|
5258
|
+
"id": "resultVariable",
|
|
5259
|
+
"label": "Result variable",
|
|
5260
|
+
"tooltip": "Name of variable to store the response in",
|
|
5261
|
+
"group": "output",
|
|
5262
|
+
"binding": {
|
|
5263
|
+
"key": "resultVariable",
|
|
5264
|
+
"type": "zeebe:taskHeader"
|
|
5265
|
+
},
|
|
5266
|
+
"type": "String"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"id": "resultExpression",
|
|
5270
|
+
"label": "Result expression",
|
|
5271
|
+
"tooltip": "Expression to map the response into process variables",
|
|
5272
|
+
"feel": "required",
|
|
5273
|
+
"group": "output",
|
|
5274
|
+
"binding": {
|
|
5275
|
+
"key": "resultExpression",
|
|
5276
|
+
"type": "zeebe:taskHeader"
|
|
5277
|
+
},
|
|
5278
|
+
"type": "Text"
|
|
5279
|
+
},
|
|
5280
|
+
{
|
|
5281
|
+
"id": "errorExpression",
|
|
5282
|
+
"label": "Error expression",
|
|
5283
|
+
"tooltip": "<a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">BPMN error handling documentation</a>",
|
|
5284
|
+
"feel": "required",
|
|
5285
|
+
"group": "error",
|
|
5286
|
+
"binding": {
|
|
5287
|
+
"key": "errorExpression",
|
|
5288
|
+
"type": "zeebe:taskHeader"
|
|
5289
|
+
},
|
|
5290
|
+
"type": "Text"
|
|
5291
|
+
},
|
|
5292
|
+
{
|
|
5293
|
+
"id": "retryCount",
|
|
5294
|
+
"label": "Retries",
|
|
5295
|
+
"value": "3",
|
|
5296
|
+
"feel": "optional",
|
|
5297
|
+
"group": "retries",
|
|
5298
|
+
"binding": {
|
|
5299
|
+
"property": "retries",
|
|
5300
|
+
"type": "zeebe:taskDefinition"
|
|
5301
|
+
},
|
|
5302
|
+
"type": "String"
|
|
5303
|
+
},
|
|
5304
|
+
{
|
|
5305
|
+
"id": "retryBackoff",
|
|
5306
|
+
"label": "Retry backoff",
|
|
5307
|
+
"tooltip": "ISO-8601 duration to wait between retries",
|
|
5308
|
+
"value": "PT30S",
|
|
5309
|
+
"feel": "optional",
|
|
5310
|
+
"group": "retries",
|
|
5311
|
+
"binding": {
|
|
5312
|
+
"key": "retryBackoff",
|
|
5313
|
+
"type": "zeebe:taskHeader"
|
|
5314
|
+
},
|
|
5315
|
+
"type": "String"
|
|
5316
|
+
},
|
|
5317
|
+
{
|
|
5318
|
+
"id": "version",
|
|
5319
|
+
"label": "Version",
|
|
5320
|
+
"description": "Version of the element template",
|
|
5321
|
+
"value": "6",
|
|
5322
|
+
"group": "connector",
|
|
5323
|
+
"binding": {
|
|
5324
|
+
"key": "elementTemplateVersion",
|
|
5325
|
+
"type": "zeebe:taskHeader"
|
|
5326
|
+
},
|
|
5327
|
+
"type": "Hidden"
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"id": "id",
|
|
3365
5331
|
"label": "ID",
|
|
3366
5332
|
"description": "ID of the element template",
|
|
3367
5333
|
"value": "io.camunda.connectors.MSFT.O365.Mail.v1",
|
|
@@ -3373,6 +5339,82 @@
|
|
|
3373
5339
|
"type": "Hidden"
|
|
3374
5340
|
}
|
|
3375
5341
|
],
|
|
5342
|
+
"steps": [
|
|
5343
|
+
{
|
|
5344
|
+
"name": "Get user's folders",
|
|
5345
|
+
"description": "List the mail folders in a user's mailbox with Microsoft 365 Mail",
|
|
5346
|
+
"keywords": [
|
|
5347
|
+
"list mail folders",
|
|
5348
|
+
"get folders",
|
|
5349
|
+
"mailbox folders",
|
|
5350
|
+
"browse folders",
|
|
5351
|
+
"inbox folders"
|
|
5352
|
+
],
|
|
5353
|
+
"presetId": "operationId_users.ListMailFolders"
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "Create mail folder for user",
|
|
5357
|
+
"description": "Create a new mail folder in a user's mailbox with Microsoft 365 Mail",
|
|
5358
|
+
"keywords": [
|
|
5359
|
+
"create mail folder",
|
|
5360
|
+
"new folder",
|
|
5361
|
+
"add folder",
|
|
5362
|
+
"make folder",
|
|
5363
|
+
"organize mailbox"
|
|
5364
|
+
],
|
|
5365
|
+
"presetId": "operationId_users.CreateMailFolders"
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"name": "Get user's messages",
|
|
5369
|
+
"description": "List the email messages in a user's mailbox with Microsoft 365 Mail",
|
|
5370
|
+
"keywords": [
|
|
5371
|
+
"list messages",
|
|
5372
|
+
"get messages",
|
|
5373
|
+
"read emails",
|
|
5374
|
+
"fetch mail",
|
|
5375
|
+
"inbox messages"
|
|
5376
|
+
],
|
|
5377
|
+
"presetId": "operationId_users.ListMessages"
|
|
5378
|
+
},
|
|
5379
|
+
{
|
|
5380
|
+
"name": "Send mail on behalf of user",
|
|
5381
|
+
"description": "Send an email message on behalf of a user with Microsoft 365 Mail",
|
|
5382
|
+
"keywords": [
|
|
5383
|
+
"send mail",
|
|
5384
|
+
"send email",
|
|
5385
|
+
"compose email",
|
|
5386
|
+
"deliver message",
|
|
5387
|
+
"email notification"
|
|
5388
|
+
],
|
|
5389
|
+
"presetId": "operationId_users.user.sendMail"
|
|
5390
|
+
}
|
|
5391
|
+
],
|
|
5392
|
+
"presets": [
|
|
5393
|
+
{
|
|
5394
|
+
"id": "operationId_users.ListMailFolders",
|
|
5395
|
+
"properties": {
|
|
5396
|
+
"operationId": "users.ListMailFolders"
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"id": "operationId_users.CreateMailFolders",
|
|
5401
|
+
"properties": {
|
|
5402
|
+
"operationId": "users.CreateMailFolders"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"id": "operationId_users.ListMessages",
|
|
5407
|
+
"properties": {
|
|
5408
|
+
"operationId": "users.ListMessages"
|
|
5409
|
+
}
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
"id": "operationId_users.user.sendMail",
|
|
5413
|
+
"properties": {
|
|
5414
|
+
"operationId": "users.user.sendMail"
|
|
5415
|
+
}
|
|
5416
|
+
}
|
|
5417
|
+
],
|
|
3376
5418
|
"icon": {
|
|
3377
5419
|
"contents": "data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='-274.66275 -425.834 2380.4105 2555.004'%3E%3Cpath d='M1831.083 894.25a40.879 40.879 0 00-19.503-35.131h-.213l-.767-.426-634.492-375.585a86.175 86.175 0 00-8.517-5.067 85.17 85.17 0 00-78.098 0 86.37 86.37 0 00-8.517 5.067l-634.49 375.585-.766.426c-19.392 12.059-25.337 37.556-13.278 56.948a41.346 41.346 0 0014.257 13.868l634.492 375.585a95.617 95.617 0 008.517 5.068 85.17 85.17 0 0078.098 0 95.52 95.52 0 008.517-5.068l634.492-375.585a40.84 40.84 0 0020.268-35.685z' fill='%230A2767'/%3E%3Cpath d='M520.453 643.477h416.38v381.674h-416.38zM1745.917 255.5V80.908c1-43.652-33.552-79.862-77.203-80.908H588.204C544.552 1.046 510 37.256 511 80.908V255.5l638.75 170.333z' fill='%230364B8'/%3E%3Cpath d='M511 255.5h425.833v383.25H511z' fill='%230078D4'/%3E%3Cpath d='M1362.667 255.5H936.833v383.25L1362.667 1022h383.25V638.75z' fill='%2328A8EA'/%3E%3Cpath d='M936.833 638.75h425.833V1022H936.833z' fill='%230078D4'/%3E%3Cpath d='M936.833 1022h425.833v383.25H936.833z' fill='%230364B8'/%3E%3Cpath d='M520.453 1025.151h416.38v346.969h-416.38z' fill='%2314447D'/%3E%3Cpath d='M1362.667 1022h383.25v383.25h-383.25z' fill='%230078D4'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='1.998' x2='1128.458' y1='811.083' x1='1128.458' gradientUnits='userSpaceOnUse' id='a'%3E%3Cstop offset='0' stop-color='%2335b8f1'/%3E%3Cstop offset='1' stop-color='%2328a8ea'/%3E%3C/linearGradient%3E%3Cpath d='M1811.58 927.593l-.809.426-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.437 88.437 0 01-34.407 8.517l-34.663-20.27a86.706 86.706 0 01-8.517-4.897L447.167 906.003h-.298l-21.036-11.753v722.384c.328 48.196 39.653 87.006 87.849 86.7h1230.914c.724 0 1.363-.341 2.129-.341a107.79 107.79 0 0029.808-6.217 86.066 86.066 0 0011.966-6.217c2.853-1.618 7.75-5.152 7.75-5.152a85.974 85.974 0 0034.833-68.772V894.25a38.323 38.323 0 01-19.502 33.343z' fill='url(%23a)'/%3E%3Cpath d='M1797.017 891.397v44.287l-663.448 456.791-686.87-486.174a.426.426 0 00-.426-.426l-63.023-37.899v-31.938l25.976-.426 54.932 31.512 1.277.426 4.684 2.981s645.563 368.346 647.267 369.197l24.698 14.478c2.129-.852 4.258-1.703 6.813-2.555 1.278-.852 640.879-360.681 640.879-360.681z' fill='%230A2767' opacity='.5'/%3E%3Cpath d='M1811.58 927.593l-.809.468-634.492 356.848c-2.768 1.703-5.578 3.321-8.517 4.769a88.96 88.96 0 01-78.098 0 96.578 96.578 0 01-8.517-4.769l-634.49-356.848-.766-.468a38.326 38.326 0 01-20.057-33.343v722.384c.305 48.188 39.616 87.004 87.803 86.7h1229.64c48.188.307 87.5-38.509 87.807-86.696 0-.001 0 0 0 0V894.25a38.33 38.33 0 01-19.504 33.343z' fill='%231490DF'/%3E%3Cpath d='M1185.52 1279.629l-9.496 5.323a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l241.405 285.479 421.107 101.476a86.785 86.785 0 0026.7-33.343z' opacity='.1'/%3E%3Cpath d='M1228.529 1255.442l-52.505 29.51a92.806 92.806 0 01-8.517 4.812 88.173 88.173 0 01-33.47 8.857l113.101 311.838 549.538 74.989a86.104 86.104 0 0034.407-68.815v-9.326z' opacity='.05'/%3E%3Cpath d='M514.833 1703.333h1228.316a88.316 88.316 0 0052.59-17.033l-697.089-408.331a86.706 86.706 0 01-8.517-4.897L447.125 906.088h-.298l-20.993-11.838v719.914c-.048 49.2 39.798 89.122 88.999 89.169-.001 0-.001 0 0 0z' fill='%2328A8EA'/%3E%3Cpath d='M1022 418.722v908.303c-.076 31.846-19.44 60.471-48.971 72.392a73.382 73.382 0 01-28.957 5.962H425.833V383.25H511v-42.583h433.073c43.019.163 77.834 35.035 77.927 78.055z' opacity='.1'/%3E%3Cpath d='M979.417 461.305v908.302a69.36 69.36 0 01-6.388 29.808c-11.826 29.149-40.083 48.273-71.54 48.417H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M979.417 461.305v823.136c-.208 43-34.928 77.853-77.927 78.225H425.833V383.25h475.656a71.493 71.493 0 0135.344 8.943c26.104 13.151 42.574 39.883 42.584 69.112z' opacity='.2'/%3E%3Cpath d='M936.833 461.305v823.136c-.046 43.067-34.861 78.015-77.927 78.225H425.833V383.25h433.072c43.062.023 77.951 34.951 77.927 78.013a.589.589 0 01.001.042z' opacity='.2'/%3E%3ClinearGradient gradientTransform='matrix(1 0 0 -1 0 1705.333)' y2='324.259' x2='774.086' y1='1383.074' x1='162.747' gradientUnits='userSpaceOnUse' id='b'%3E%3Cstop offset='0' stop-color='%231784d9'/%3E%3Cstop offset='.5' stop-color='%23107ad5'/%3E%3Cstop offset='1' stop-color='%230a63c9'/%3E%3C/linearGradient%3E%3Cpath d='M78.055 383.25h780.723c43.109 0 78.055 34.947 78.055 78.055v780.723c0 43.109-34.946 78.055-78.055 78.055H78.055c-43.109 0-78.055-34.947-78.055-78.055V461.305c0-43.108 34.947-78.055 78.055-78.055z' fill='url(%23b)'/%3E%3Cpath d='M243.96 710.631a227.05 227.05 0 0189.17-98.495 269.56 269.56 0 01141.675-35.515 250.91 250.91 0 01131.114 33.683 225.014 225.014 0 0186.742 94.109 303.751 303.751 0 0130.405 138.396 320.567 320.567 0 01-31.299 144.783 230.37 230.37 0 01-89.425 97.388 260.864 260.864 0 01-136.011 34.578 256.355 256.355 0 01-134.01-34.067 228.497 228.497 0 01-87.892-94.28 296.507 296.507 0 01-30.745-136.735 329.29 329.29 0 0130.276-143.845zm95.046 231.227a147.386 147.386 0 0050.163 64.812 131.028 131.028 0 0078.353 23.591 137.244 137.244 0 0083.634-24.358 141.156 141.156 0 0048.715-64.812 251.594 251.594 0 0015.543-90.404 275.198 275.198 0 00-14.649-91.554 144.775 144.775 0 00-47.182-67.537 129.58 129.58 0 00-82.91-25.55 135.202 135.202 0 00-80.184 23.804 148.626 148.626 0 00-51.1 65.365 259.759 259.759 0 00-.341 186.728z' fill='%23FFF'/%3E%3Cpath d='M1362.667 255.5h383.25v383.25h-383.25z' fill='%2350D9FF'/%3E%3C/svg%3E"
|
|
3378
5420
|
}
|