- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Publishing Guidelines for Process Mining app templates
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成

Marketplace User Guide
Building a connector requires the use of the Orchestrator API. The following are the three primary resources that are available to help you during development.
Because the Orchestrator API includes many different operations, the table below is intended to provide further guidance on the specific operations to use for the more common connector functions.
Function |
Operations |
References |
---|---|---|
(Cloud Orchestrator) |
|
POST Token |
(On-premise Orchestrator) |
|
POST Authenticate |
(On-premise Orchestrator) (includes a Folder where username is unknown) |
|
GET GetFolders GET GetCurrentUser GET GetUsersForFolder POST Authenticate |
(On-premise Orchestrator) (includes a Folder where username is known) |
|
GET GetFolders GET GetUsersForFolder POST Authenticate |
(Strategy: JobsCount or All) |
GET Releases POST StartJobs | |
(Strategy: Specific) |
|
GET Releases GET GetEnvironments POST StartJobs |