@uipath/maestro-builder-sdk 5.2.0
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/LICENSE +21 -0
- package/README.md +322 -0
- package/dist/bindings-v2.d.ts +37 -0
- package/dist/bindings-v2.js +155 -0
- package/dist/bindings.d.ts +6 -0
- package/dist/bindings.js +6 -0
- package/dist/bpmn/bpmn-expr-check.d.ts +41 -0
- package/dist/bpmn/bpmn-expr-check.js +218 -0
- package/dist/bpmn/bpmn-sdk.d.ts +2257 -0
- package/dist/bpmn/bpmn-sdk.js +1476 -0
- package/dist/bpmn/check-cli.d.ts +3 -0
- package/dist/bpmn/check-cli.js +32 -0
- package/dist/bpmn/check.d.ts +25 -0
- package/dist/bpmn/check.js +430 -0
- package/dist/bpmn/compile-cli.d.ts +3 -0
- package/dist/bpmn/compile-cli.js +60 -0
- package/dist/bpmn/connector.d.ts +56 -0
- package/dist/bpmn/connector.js +199 -0
- package/dist/bpmn/decompile-cli.d.ts +8 -0
- package/dist/bpmn/decompile-cli.js +54 -0
- package/dist/bpmn/decompile.d.ts +6 -0
- package/dist/bpmn/decompile.js +1108 -0
- package/dist/bpmn/format-profile.d.ts +27 -0
- package/dist/bpmn/format-profile.js +11 -0
- package/dist/bpmn/intsvc.d.ts +77 -0
- package/dist/bpmn/intsvc.js +155 -0
- package/dist/bpmn/load.d.ts +4 -0
- package/dist/bpmn/load.js +22 -0
- package/dist/bpmn/merge-cli.d.ts +3 -0
- package/dist/bpmn/merge-cli.js +45 -0
- package/dist/bpmn/merge.d.ts +19 -0
- package/dist/bpmn/merge.js +293 -0
- package/dist/bpmn/registry-types.json +1869 -0
- package/dist/bpmn/serialize.d.ts +28 -0
- package/dist/bpmn/serialize.js +757 -0
- package/dist/bpmn/tidy-cli.d.ts +2 -0
- package/dist/bpmn/tidy-cli.js +39 -0
- package/dist/bpmn/typed-node.d.ts +382 -0
- package/dist/bpmn/typed-node.js +551 -0
- package/dist/bpmn/uipath-moddle.v1.json +823 -0
- package/dist/bpmn/xml-ranges.d.ts +45 -0
- package/dist/bpmn/xml-ranges.js +151 -0
- package/dist/case/case-expr-check.d.ts +35 -0
- package/dist/case/case-expr-check.js +85 -0
- package/dist/case/case-sdk.d.ts +1282 -0
- package/dist/case/case-sdk.js +923 -0
- package/dist/case/check-cli.d.ts +3 -0
- package/dist/case/check-cli.js +31 -0
- package/dist/case/check.d.ts +18 -0
- package/dist/case/check.js +456 -0
- package/dist/case/compile-cli.d.ts +3 -0
- package/dist/case/compile-cli.js +291 -0
- package/dist/case/decompile-cli.d.ts +9 -0
- package/dist/case/decompile-cli.js +117 -0
- package/dist/case/decompile.d.ts +187 -0
- package/dist/case/decompile.js +1170 -0
- package/dist/case/entry-points.d.ts +79 -0
- package/dist/case/entry-points.js +118 -0
- package/dist/case/format-profile.d.ts +60 -0
- package/dist/case/format-profile.js +79 -0
- package/dist/case/ids.d.ts +24 -0
- package/dist/case/ids.js +76 -0
- package/dist/case/load.d.ts +12 -0
- package/dist/case/load.js +32 -0
- package/dist/case/preserve.d.ts +133 -0
- package/dist/case/preserve.js +105 -0
- package/dist/case/serialize.d.ts +10 -0
- package/dist/case/serialize.js +1414 -0
- package/dist/check-cli.d.ts +3 -0
- package/dist/check-cli.js +118 -0
- package/dist/check.d.ts +146 -0
- package/dist/check.js +4898 -0
- package/dist/cli/commands/bpmn.d.ts +2 -0
- package/dist/cli/commands/bpmn.js +73 -0
- package/dist/cli/commands/case.d.ts +2 -0
- package/dist/cli/commands/case.js +60 -0
- package/dist/cli/commands/flow.d.ts +2 -0
- package/dist/cli/commands/flow.js +99 -0
- package/dist/cli/commands/registry.d.ts +10 -0
- package/dist/cli/commands/registry.js +170 -0
- package/dist/cli/common.d.ts +30 -0
- package/dist/cli/common.js +92 -0
- package/dist/cli/index.d.ts +2 -0
- package/dist/cli/index.js +18 -0
- package/dist/cli-run.d.ts +2 -0
- package/dist/cli-run.js +42 -0
- package/dist/compile-cli.d.ts +3 -0
- package/dist/compile-cli.js +160 -0
- package/dist/config.d.ts +47 -0
- package/dist/config.js +201 -0
- package/dist/core/actions.d.ts +3244 -0
- package/dist/core/actions.js +1062 -0
- package/dist/core/binding-messages.d.ts +1 -0
- package/dist/core/binding-messages.js +16 -0
- package/dist/core/bindings.d.ts +12 -0
- package/dist/core/bindings.js +67 -0
- package/dist/core/ceql.d.ts +73 -0
- package/dist/core/ceql.js +272 -0
- package/dist/core/cli-spelling.d.ts +39 -0
- package/dist/core/cli-spelling.js +62 -0
- package/dist/core/connector-raw-node.d.ts +21 -0
- package/dist/core/connector-raw-node.js +47 -0
- package/dist/core/connectors.d.ts +184 -0
- package/dist/core/connectors.js +128 -0
- package/dist/core/expr-check.d.ts +93 -0
- package/dist/core/expr-check.js +186 -0
- package/dist/core/expr.d.ts +323 -0
- package/dist/core/expr.js +400 -0
- package/dist/core/index.d.ts +10 -0
- package/dist/core/index.js +10 -0
- package/dist/core/library.d.ts +440 -0
- package/dist/core/library.js +1183 -0
- package/dist/core/list-envelope.d.ts +45 -0
- package/dist/core/list-envelope.js +97 -0
- package/dist/core/lookup-store.d.ts +22 -0
- package/dist/core/lookup-store.js +85 -0
- package/dist/core/lookups.d.ts +227 -0
- package/dist/core/lookups.js +231 -0
- package/dist/core/node-classes.d.ts +234 -0
- package/dist/core/node-classes.js +158 -0
- package/dist/core/script-return.d.ts +68 -0
- package/dist/core/script-return.js +197 -0
- package/dist/core/stable-id.d.ts +28 -0
- package/dist/core/stable-id.js +37 -0
- package/dist/core-definitions.json +16249 -0
- package/dist/decompile-cli.d.ts +3 -0
- package/dist/decompile-cli.js +131 -0
- package/dist/decompile.d.ts +138 -0
- package/dist/decompile.js +2482 -0
- package/dist/emit.d.ts +10 -0
- package/dist/emit.js +60 -0
- package/dist/event-filters.d.ts +130 -0
- package/dist/event-filters.js +137 -0
- package/dist/flow-expr-check.d.ts +17 -0
- package/dist/flow-expr-check.js +193 -0
- package/dist/flow-sdk.d.ts +1341 -0
- package/dist/flow-sdk.js +1164 -0
- package/dist/flow-variables.d.ts +13 -0
- package/dist/flow-variables.js +42 -0
- package/dist/format-profile.d.ts +72 -0
- package/dist/format-profile.js +97 -0
- package/dist/generators/_connections.py +287 -0
- package/dist/generators/_events.py +355 -0
- package/dist/generators/_lookups.py +114 -0
- package/dist/generators/_naming.py +185 -0
- package/dist/generators/_objects.py +299 -0
- package/dist/generators/_resolve.py +273 -0
- package/dist/generators/convert_library_to_md.py +1441 -0
- package/dist/generators/extract_library.py +125 -0
- package/dist/generators/generate_connectors_ts.py +936 -0
- package/dist/generators/generate_library_json.py +2527 -0
- package/dist/generators/generate_triggers_ts.py +110 -0
- package/dist/generators/materialize_registry.py +155 -0
- package/dist/generators/prepare_connector.py +1688 -0
- package/dist/index.d.ts +35 -0
- package/dist/index.js +35 -0
- package/dist/ixp-definition.json +1982 -0
- package/dist/library.d.ts +6 -0
- package/dist/library.js +6 -0
- package/dist/load.d.ts +16 -0
- package/dist/load.js +95 -0
- package/dist/merge-cli.d.ts +3 -0
- package/dist/merge-cli.js +47 -0
- package/dist/merge.d.ts +125 -0
- package/dist/merge.js +0 -0
- package/dist/migrate.d.ts +15 -0
- package/dist/migrate.js +245 -0
- package/dist/node-runtime.d.ts +3 -0
- package/dist/node-runtime.js +22 -0
- package/dist/package-name.d.ts +17 -0
- package/dist/package-name.js +17 -0
- package/dist/ref-resolve.d.ts +77 -0
- package/dist/ref-resolve.js +170 -0
- package/dist/registry/cache.d.ts +55 -0
- package/dist/registry/cache.js +134 -0
- package/dist/registry/curated-overlay.d.ts +16 -0
- package/dist/registry/curated-overlay.js +62 -0
- package/dist/registry/extractor.d.ts +22 -0
- package/dist/registry/extractor.js +18 -0
- package/dist/registry/materialize-bin.d.ts +2 -0
- package/dist/registry/materialize-bin.js +7 -0
- package/dist/registry/materialize-cli.d.ts +1 -0
- package/dist/registry/materialize-cli.js +46 -0
- package/dist/registry/materializer.d.ts +23 -0
- package/dist/registry/materializer.js +34 -0
- package/dist/registry/path-cli.d.ts +1 -0
- package/dist/registry/path-cli.js +56 -0
- package/dist/registry/prepare-cli.d.ts +62 -0
- package/dist/registry/prepare-cli.js +185 -0
- package/dist/registry/pull-cli.d.ts +1 -0
- package/dist/registry/pull-cli.js +274 -0
- package/dist/registry/python.d.ts +26 -0
- package/dist/registry/python.js +46 -0
- package/dist/registry/search-cli.d.ts +52 -0
- package/dist/registry/search-cli.js +159 -0
- package/dist/schema-version.d.ts +165 -0
- package/dist/schema-version.js +148 -0
- package/dist/serialize.d.ts +64 -0
- package/dist/serialize.js +6398 -0
- package/lib/README.md +112 -0
- package/lib/library-json.samples/index.json +158 -0
- package/lib/library-json.samples/invariant-collections.json +83 -0
- package/lib/library-json.samples/list-envelopes.json +123 -0
- package/lib/library-json.samples/uipath-atlassian-jira/create-issue@1.0.0.json +131 -0
- package/lib/library-json.samples/uipath-atlassian-jira/create-issue@1.0.0.v1def.json +306 -0
- package/lib/library-json.samples/uipath-atlassian-jira/generic/create_issue/create@1.0.0.json +86 -0
- package/lib/library-json.samples/uipath-atlassian-jira/generic/create_issue/create@1.0.0.v1def.json +208 -0
- package/lib/library-json.samples/uipath-atlassian-jira/get-issue@1.0.0.json +2040 -0
- package/lib/library-json.samples/uipath-atlassian-jira/get-issue@1.0.0.v1def.json +195 -0
- package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.json +169 -0
- package/lib/library-json.samples/uipath-google-vertex/execute-google-vertex-agent@1.0.0.v1def.json +209 -0
- package/lib/library-json.samples/uipath-http-webhook/event-http-webhook@1.0.0.json +63 -0
- package/lib/library-json.samples/uipath-http-webhook/event-http-webhook@1.0.0.v1def.json +262 -0
- package/lib/library-json.samples/uipath-http-webhook/trigger-http-webhook@1.0.0.json +63 -0
- package/lib/library-json.samples/uipath-http-webhook/trigger-http-webhook@1.0.0.v1def.json +213 -0
- package/lib/library-json.samples/uipath-microsoft-azureactivedirectory/list-groups@1.0.0.json +227 -0
- package/lib/library-json.samples/uipath-microsoft-azureactivedirectory/list-groups@1.0.0.v1def.json +373 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-file-created@1.0.0.json +116 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-file-created@1.0.0.v1def.json +369 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-list-item-added@1.0.0.json +56 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/event-list-item-added@1.0.0.v1def.json +256 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-file-created@1.0.0.json +116 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-file-created@1.0.0.v1def.json +320 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-list-item-added@1.0.0.json +56 -0
- package/lib/library-json.samples/uipath-microsoft-onedrive/trigger-list-item-added@1.0.0.v1def.json +207 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/event-email-received@1.0.0.json +107 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/event-email-received@1.0.0.v1def.json +264 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/send-email@1.0.0.json +142 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/send-email@1.0.0.v1def.json +306 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.json +107 -0
- package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.v1def.json +217 -0
- package/lib/library-json.samples/uipath-microsoft-powerautomate/invoke-a-microsoft-power-automate-flow@1.0.0.json +85 -0
- package/lib/library-json.samples/uipath-microsoft-powerautomate/invoke-a-microsoft-power-automate-flow@1.0.0.v1def.json +209 -0
- package/lib/library-json.samples/uipath-salesforce-slack/send-message-to-user@1.0.0.json +755 -0
- package/lib/library-json.samples/uipath-salesforce-slack/send-message-to-user@1.0.0.v1def.json +513 -0
- package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.json +122 -0
- package/lib/library-json.samples/uipath-uipath-dataservice/query-entity-records@1.0.0.v1def.json +227 -0
- package/package.json +85 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1",
|
|
3
|
+
"nodeType": "uipath.connector.uipath-microsoft-outlook365.send-email",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"category": "connector.196656",
|
|
6
|
+
"tags": [
|
|
7
|
+
"connector",
|
|
8
|
+
"activity",
|
|
9
|
+
"API.File.Upload.Optional"
|
|
10
|
+
],
|
|
11
|
+
"connector": {
|
|
12
|
+
"key": "uipath-microsoft-outlook365",
|
|
13
|
+
"name": "Microsoft Outlook 365"
|
|
14
|
+
},
|
|
15
|
+
"operation": {
|
|
16
|
+
"name": "Create",
|
|
17
|
+
"objectName": "send-mail",
|
|
18
|
+
"objectDisplayName": "Send Email",
|
|
19
|
+
"httpMethod": "POST",
|
|
20
|
+
"path": "/hubs/productivity/send-mail",
|
|
21
|
+
"subType": "standard",
|
|
22
|
+
"supportsStreaming": false,
|
|
23
|
+
"activityType": "Curated",
|
|
24
|
+
"pathTemplate": "/hubs/productivity/send-mail",
|
|
25
|
+
"parameters": []
|
|
26
|
+
},
|
|
27
|
+
"display": {
|
|
28
|
+
"label": "Send Email",
|
|
29
|
+
"description": "(Microsoft Outlook 365) Send an email message based on the input parameters",
|
|
30
|
+
"icon": "https://alpha.uipath.com/311c6049-4966-4ef2-a6f3-8ceccaf38d54/studio_/typecache/icons/160499b52f7cea190b530fe6f40da7ee03455a8d3fb72dd7f4f68d61e7865a3a.svg",
|
|
31
|
+
"iconBackground": "",
|
|
32
|
+
"iconBackgroundDark": "",
|
|
33
|
+
"operationLabel": "Send Email"
|
|
34
|
+
},
|
|
35
|
+
"runtime": {
|
|
36
|
+
"bpmnType": "bpmn:SendTask",
|
|
37
|
+
"serviceType": "Intsvc.ActivityExecution",
|
|
38
|
+
"activityConfigurationVersion": "v1",
|
|
39
|
+
"requiresConnection": true,
|
|
40
|
+
"requiresFolderKey": true,
|
|
41
|
+
"requiresConnectionForSchema": false
|
|
42
|
+
},
|
|
43
|
+
"inputSchema": {
|
|
44
|
+
"fields": [
|
|
45
|
+
{
|
|
46
|
+
"name": "message.importance",
|
|
47
|
+
"type": "string",
|
|
48
|
+
"displayName": "Importance",
|
|
49
|
+
"description": "The importance of the email",
|
|
50
|
+
"enum": [
|
|
51
|
+
"high",
|
|
52
|
+
"normal",
|
|
53
|
+
"low"
|
|
54
|
+
],
|
|
55
|
+
"required": false
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "message.ccRecipients",
|
|
59
|
+
"type": "string",
|
|
60
|
+
"displayName": "CC",
|
|
61
|
+
"description": "The secondary recipients of the email, separated by comma (,)",
|
|
62
|
+
"required": false
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "message.body.contentType",
|
|
66
|
+
"type": "string",
|
|
67
|
+
"displayName": "Message body content type",
|
|
68
|
+
"description": "Specifies the format of the email body, such as plain text or HTML.",
|
|
69
|
+
"required": false
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "message.bccRecipients",
|
|
73
|
+
"type": "string",
|
|
74
|
+
"displayName": "BCC",
|
|
75
|
+
"description": "The hidden recipients of the email, separated by comma (,)",
|
|
76
|
+
"required": false
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "message.body.content",
|
|
80
|
+
"type": "string",
|
|
81
|
+
"displayName": "Body",
|
|
82
|
+
"description": "The body of the email",
|
|
83
|
+
"required": false
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "saveToSentItems",
|
|
87
|
+
"type": "boolean",
|
|
88
|
+
"displayName": "Save to sent items",
|
|
89
|
+
"description": "Indicates if the email should be saved in the sent items folder.",
|
|
90
|
+
"required": false
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "message.toRecipients",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"displayName": "To",
|
|
96
|
+
"description": "The main recipients of the email, separated by comma(,)",
|
|
97
|
+
"required": true
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "message.subject",
|
|
101
|
+
"type": "string",
|
|
102
|
+
"displayName": "Subject",
|
|
103
|
+
"description": "The subject of the email",
|
|
104
|
+
"required": false
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "message.replyTo",
|
|
108
|
+
"type": "string",
|
|
109
|
+
"displayName": "Reply to",
|
|
110
|
+
"description": "The email addresses to use when replying, separated by comma (,)",
|
|
111
|
+
"required": false
|
|
112
|
+
}
|
|
113
|
+
]
|
|
114
|
+
},
|
|
115
|
+
"outputSchema": {
|
|
116
|
+
"fields": [
|
|
117
|
+
{
|
|
118
|
+
"name": "status",
|
|
119
|
+
"type": "string",
|
|
120
|
+
"displayName": "Status"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "id",
|
|
124
|
+
"type": "string",
|
|
125
|
+
"displayName": "Message ID",
|
|
126
|
+
"description": "A unique identifier for the sent email or saved draft."
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "conversationId",
|
|
130
|
+
"type": "string",
|
|
131
|
+
"displayName": "Conversation Id",
|
|
132
|
+
"description": "Unique identifier for the email conversation thread. Use this with the List Emails / Get Newest Email Conversation ID filter to track incoming replies."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "internetMessageId",
|
|
136
|
+
"type": "string",
|
|
137
|
+
"displayName": "Internet message Id",
|
|
138
|
+
"description": "A unique identifier for the email message on the internet."
|
|
139
|
+
}
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
{
|
|
2
|
+
"nodeType": "uipath.connector.uipath-microsoft-outlook365.send-email",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"category": "connector.196656",
|
|
5
|
+
"tags": [
|
|
6
|
+
"connector",
|
|
7
|
+
"activity",
|
|
8
|
+
"API.File.Upload.Optional"
|
|
9
|
+
],
|
|
10
|
+
"sortOrder": 515,
|
|
11
|
+
"supportsErrorHandling": true,
|
|
12
|
+
"description": "(Microsoft Outlook 365) Send an email message based on the input parameters",
|
|
13
|
+
"display": {
|
|
14
|
+
"label": "Send Email",
|
|
15
|
+
"description": "(Microsoft Outlook 365) Send an email message based on the input parameters",
|
|
16
|
+
"icon": "https://alpha.uipath.com/311c6049-4966-4ef2-a6f3-8ceccaf38d54/studio_/typecache/icons/160499b52f7cea190b530fe6f40da7ee03455a8d3fb72dd7f4f68d61e7865a3a.svg"
|
|
17
|
+
},
|
|
18
|
+
"handleConfiguration": [
|
|
19
|
+
{
|
|
20
|
+
"position": "left",
|
|
21
|
+
"handles": [
|
|
22
|
+
{
|
|
23
|
+
"id": "input",
|
|
24
|
+
"type": "target",
|
|
25
|
+
"handleType": "input",
|
|
26
|
+
"label": ""
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"position": "right",
|
|
32
|
+
"handles": [
|
|
33
|
+
{
|
|
34
|
+
"id": "output",
|
|
35
|
+
"type": "source",
|
|
36
|
+
"handleType": "output",
|
|
37
|
+
"label": ""
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "error",
|
|
41
|
+
"label": "Error",
|
|
42
|
+
"type": "source",
|
|
43
|
+
"handleType": "output",
|
|
44
|
+
"visible": "{inputs.errorHandlingEnabled}",
|
|
45
|
+
"constraints": {
|
|
46
|
+
"maxConnections": 1
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"model": {
|
|
53
|
+
"type": "bpmn:SendTask",
|
|
54
|
+
"serviceType": "Intsvc.ActivityExecution",
|
|
55
|
+
"bindings": {
|
|
56
|
+
"resource": "connection",
|
|
57
|
+
"resourceKey": "",
|
|
58
|
+
"values": [
|
|
59
|
+
{
|
|
60
|
+
"name": "uipath-microsoft-outlook365 connection",
|
|
61
|
+
"propertyAttribute": "ConnectionId"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "FolderKey",
|
|
65
|
+
"propertyAttribute": "FolderKey"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"context": [
|
|
70
|
+
{
|
|
71
|
+
"name": "connectorKey",
|
|
72
|
+
"type": "string",
|
|
73
|
+
"value": "uipath-microsoft-outlook365"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "operation",
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "objectName",
|
|
81
|
+
"value": "send-mail",
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "method",
|
|
86
|
+
"type": "string",
|
|
87
|
+
"value": "POST"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "connection",
|
|
91
|
+
"type": "string",
|
|
92
|
+
"value": "<bindings.uipath-microsoft-outlook365 connection>"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "folderKey",
|
|
96
|
+
"type": "string",
|
|
97
|
+
"value": "<bindings.FolderKey>"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "activityConfigurationVersion",
|
|
101
|
+
"type": "string",
|
|
102
|
+
"value": "v1"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "metadata",
|
|
106
|
+
"body": {
|
|
107
|
+
"telemetryData": {
|
|
108
|
+
"connectorKey": "uipath-microsoft-outlook365",
|
|
109
|
+
"connectorName": "Send Email"
|
|
110
|
+
},
|
|
111
|
+
"inputMetadata": {},
|
|
112
|
+
"errorState": {
|
|
113
|
+
"hasError": true
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"type": "json"
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"form": {
|
|
121
|
+
"id": "connector-properties",
|
|
122
|
+
"title": "Connector configuration",
|
|
123
|
+
"sections": [
|
|
124
|
+
{
|
|
125
|
+
"id": "connector",
|
|
126
|
+
"title": "Connector",
|
|
127
|
+
"collapsible": true,
|
|
128
|
+
"defaultExpanded": true,
|
|
129
|
+
"fields": [
|
|
130
|
+
{
|
|
131
|
+
"label": "",
|
|
132
|
+
"name": "inputs.detail",
|
|
133
|
+
"type": "custom",
|
|
134
|
+
"component": "dap-config",
|
|
135
|
+
"componentProps": {
|
|
136
|
+
"connectorDetail": {
|
|
137
|
+
"isAppActivity": false,
|
|
138
|
+
"packageId": "196656",
|
|
139
|
+
"svgIconUrl": "icons/160499b52f7cea190b530fe6f40da7ee03455a8d3fb72dd7f4f68d61e7865a3a.svg",
|
|
140
|
+
"displayName": "Send Email",
|
|
141
|
+
"assemblyQualifiedName": "UiPath.IntegrationService.Activities.Runtime.Activities.ConnectorActivity, UiPath.IntegrationService.Activities.Runtime, Version=1.30.0.0, Culture=neutral, PublicKeyToken=null",
|
|
142
|
+
"description": "Send an email message based on the input parameters",
|
|
143
|
+
"category": "",
|
|
144
|
+
"activityColor": "#E56D5C",
|
|
145
|
+
"configuration": "{\"connectorKey\":\"uipath-microsoft-outlook365\",\"objectName\":\"send-mail\",\"httpMethod\":\"POST\",\"activityType\":\"Curated\",\"version\":\"1.0.0\",\"supportsStreaming\":false,\"subType\":\"standard\"}",
|
|
146
|
+
"uiPathActivityTypeId": "c7ce0a96-2091-3d94-b16f-706ebb1eb351",
|
|
147
|
+
"isExperimental": false,
|
|
148
|
+
"helpUrlTemplate": "https://docs.uipath.com/{0}/activities/other/latest/integration-service/uipath-microsoft-outlook365-Send-Email",
|
|
149
|
+
"isEnabled": true,
|
|
150
|
+
"targetPlatform": "CrossPlatform",
|
|
151
|
+
"isAdvanced": false,
|
|
152
|
+
"isRestricted": false,
|
|
153
|
+
"hasWpfOnlyDesigner": false,
|
|
154
|
+
"tags": [
|
|
155
|
+
"API.File.Upload.Optional"
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"inputDefinition": {
|
|
165
|
+
"fields": [
|
|
166
|
+
{
|
|
167
|
+
"name": "message.importance",
|
|
168
|
+
"displayName": "Importance",
|
|
169
|
+
"type": "string",
|
|
170
|
+
"dataType": "string",
|
|
171
|
+
"required": false,
|
|
172
|
+
"description": "The importance of the email",
|
|
173
|
+
"enum": [
|
|
174
|
+
{
|
|
175
|
+
"name": "High",
|
|
176
|
+
"value": "high"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "Normal",
|
|
180
|
+
"value": "normal"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "Low",
|
|
184
|
+
"value": "low"
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "message.ccRecipients",
|
|
190
|
+
"displayName": "CC",
|
|
191
|
+
"type": "string",
|
|
192
|
+
"dataType": "string",
|
|
193
|
+
"required": false,
|
|
194
|
+
"description": "The secondary recipients of the email, separated by comma (,)"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "message.body.contentType",
|
|
198
|
+
"displayName": "Message body content type",
|
|
199
|
+
"type": "string",
|
|
200
|
+
"dataType": "string",
|
|
201
|
+
"required": false,
|
|
202
|
+
"description": "Specifies the format of the email body, such as plain text or HTML."
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "message.bccRecipients",
|
|
206
|
+
"displayName": "BCC",
|
|
207
|
+
"type": "string",
|
|
208
|
+
"dataType": "string",
|
|
209
|
+
"required": false,
|
|
210
|
+
"description": "The hidden recipients of the email, separated by comma (,)"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "message.body.content",
|
|
214
|
+
"displayName": "Body",
|
|
215
|
+
"type": "string",
|
|
216
|
+
"dataType": "string",
|
|
217
|
+
"required": false,
|
|
218
|
+
"description": "The body of the email"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "saveToSentItems",
|
|
222
|
+
"displayName": "Save to sent items",
|
|
223
|
+
"type": "boolean",
|
|
224
|
+
"dataType": "boolean",
|
|
225
|
+
"required": false,
|
|
226
|
+
"description": "Indicates if the email should be saved in the sent items folder."
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "message.toRecipients",
|
|
230
|
+
"displayName": "To",
|
|
231
|
+
"type": "string",
|
|
232
|
+
"dataType": "string",
|
|
233
|
+
"required": true,
|
|
234
|
+
"description": "The main recipients of the email, separated by comma(,)"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "message.subject",
|
|
238
|
+
"displayName": "Subject",
|
|
239
|
+
"type": "string",
|
|
240
|
+
"dataType": "string",
|
|
241
|
+
"required": false,
|
|
242
|
+
"description": "The subject of the email"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "message.replyTo",
|
|
246
|
+
"displayName": "Reply to",
|
|
247
|
+
"type": "string",
|
|
248
|
+
"dataType": "string",
|
|
249
|
+
"required": false,
|
|
250
|
+
"description": "The email addresses to use when replying, separated by comma (,)"
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
"inputDefaults": {},
|
|
255
|
+
"outputDefinition": {
|
|
256
|
+
"output": {
|
|
257
|
+
"type": "object",
|
|
258
|
+
"description": "The return value of the connector.",
|
|
259
|
+
"source": "=result.response",
|
|
260
|
+
"var": "output"
|
|
261
|
+
},
|
|
262
|
+
"error": {
|
|
263
|
+
"type": "object",
|
|
264
|
+
"description": "Error information if the node fails",
|
|
265
|
+
"source": "=Error",
|
|
266
|
+
"var": "error",
|
|
267
|
+
"schema": {
|
|
268
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
269
|
+
"type": "object",
|
|
270
|
+
"required": [
|
|
271
|
+
"code",
|
|
272
|
+
"message",
|
|
273
|
+
"detail",
|
|
274
|
+
"category",
|
|
275
|
+
"status"
|
|
276
|
+
],
|
|
277
|
+
"properties": {
|
|
278
|
+
"code": {
|
|
279
|
+
"type": "string",
|
|
280
|
+
"description": "Error code as a string"
|
|
281
|
+
},
|
|
282
|
+
"message": {
|
|
283
|
+
"type": "string",
|
|
284
|
+
"description": "High-level error message"
|
|
285
|
+
},
|
|
286
|
+
"detail": {
|
|
287
|
+
"type": "string",
|
|
288
|
+
"description": "Detailed error description"
|
|
289
|
+
},
|
|
290
|
+
"category": {
|
|
291
|
+
"type": "string",
|
|
292
|
+
"description": "Error category"
|
|
293
|
+
},
|
|
294
|
+
"status": {
|
|
295
|
+
"type": "integer",
|
|
296
|
+
"description": "HTTP status code"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"additionalProperties": false
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"debug": {
|
|
304
|
+
"runtime": "bpmnEngine"
|
|
305
|
+
}
|
|
306
|
+
}
|
package/lib/library-json.samples/uipath-microsoft-outlook365/trigger-email-received@1.0.0.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1",
|
|
3
|
+
"nodeType": "uipath.connector.trigger.uipath-microsoft-outlook365.email-received",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"category": "trigger.196656",
|
|
6
|
+
"tags": [
|
|
7
|
+
"connector",
|
|
8
|
+
"trigger",
|
|
9
|
+
"Trigger.Integrated"
|
|
10
|
+
],
|
|
11
|
+
"connector": {
|
|
12
|
+
"key": "uipath-microsoft-outlook365",
|
|
13
|
+
"name": "Microsoft Outlook 365"
|
|
14
|
+
},
|
|
15
|
+
"operation": {
|
|
16
|
+
"name": "EmailReceived",
|
|
17
|
+
"objectName": "Message",
|
|
18
|
+
"objectDisplayName": "Email Received",
|
|
19
|
+
"eventOperation": "EMAIL_RECEIVED",
|
|
20
|
+
"eventMode": "polling",
|
|
21
|
+
"activityType": "CuratedTrigger",
|
|
22
|
+
"supportsStreaming": false,
|
|
23
|
+
"httpMethod": "",
|
|
24
|
+
"path": "",
|
|
25
|
+
"pathTemplate": "",
|
|
26
|
+
"subType": "event",
|
|
27
|
+
"parameters": []
|
|
28
|
+
},
|
|
29
|
+
"display": {
|
|
30
|
+
"label": "Email Received",
|
|
31
|
+
"description": "(Microsoft Outlook 365) Triggers when an e-mail is received in your Inbox.",
|
|
32
|
+
"icon": "https://alpha.uipath.com/311c6049-4966-4ef2-a6f3-8ceccaf38d54/studio_/typecache/icons/160499b52f7cea190b530fe6f40da7ee03455a8d3fb72dd7f4f68d61e7865a3a.svg"
|
|
33
|
+
},
|
|
34
|
+
"runtime": {
|
|
35
|
+
"bpmnType": "bpmn:StartEvent",
|
|
36
|
+
"serviceType": "Intsvc.EventTrigger",
|
|
37
|
+
"activityConfigurationVersion": "v1",
|
|
38
|
+
"requiresConnection": true,
|
|
39
|
+
"requiresFolderKey": true,
|
|
40
|
+
"requiresConnectionForSchema": true
|
|
41
|
+
},
|
|
42
|
+
"inputSchema": {
|
|
43
|
+
"fields": [
|
|
44
|
+
{
|
|
45
|
+
"name": "eventParameters.parentFolderId",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"displayName": "Mail folder",
|
|
48
|
+
"required": true,
|
|
49
|
+
"description": "The mail folder to subscribe to, by id (resolve it against the bound connection: `uip is resources run list uipath-microsoft-outlook365 MailFolder --connection-id <id>`)."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "filter.subject",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"displayName": "Subject filter",
|
|
55
|
+
"required": false,
|
|
56
|
+
"description": "Deliver only emails whose subject contains this text."
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"outputSchema": {
|
|
61
|
+
"fields": [
|
|
62
|
+
{
|
|
63
|
+
"name": "subject",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"displayName": "Subject",
|
|
66
|
+
"description": "The email's subject line."
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "parentFolderId",
|
|
70
|
+
"type": "string",
|
|
71
|
+
"displayName": "Parent folder ID",
|
|
72
|
+
"description": "The id of the mail folder the email arrived in."
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "parentFolderName",
|
|
76
|
+
"type": "string",
|
|
77
|
+
"displayName": "Parent folder name",
|
|
78
|
+
"description": "The display name of the mail folder the email arrived in."
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "from.emailAddress.address",
|
|
82
|
+
"type": "string",
|
|
83
|
+
"displayName": "From address",
|
|
84
|
+
"description": "The sender's email address."
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "from.emailAddress.name",
|
|
88
|
+
"type": "string",
|
|
89
|
+
"displayName": "From name",
|
|
90
|
+
"description": "The sender's display name."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "bodyPreview",
|
|
94
|
+
"type": "string",
|
|
95
|
+
"displayName": "Body preview",
|
|
96
|
+
"description": "The first part of the email's body, as plain text."
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "importance",
|
|
100
|
+
"type": "string",
|
|
101
|
+
"displayName": "Importance",
|
|
102
|
+
"description": "The importance the sender set on the email (low | normal | high)."
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"note": "Evidenced fields only. The connector's FULL event payload schema is not available offline — `uip maestro flow registry` cannot return per-trigger filterFields/outputFields without a --connection-id (see flow-v2 integrations/registry-triggers.json's own note), so it is resolved at author time with `uip is triggers describe uipath-microsoft-outlook365 EMAIL_RECEIVED Message --connection-id <id>`. These three are the fields 64 deployed skill-flow-outlook-* flows actually read or filter on. Reading any other field is legal and raises an advisory, not an error. The four sender/preview/importance fields were resolved that way on 2026-07-30 (`uip is triggers describe uipath-microsoft-outlook365 EMAIL_RECEIVED Message --connection-id 75dfafb4-…`, which reports 73 output fields in all); the rest of that list is deliberately not copied in — declare what a flow is evidenced to read."
|
|
106
|
+
}
|
|
107
|
+
}
|