- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
References
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 |