-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OrbusInfinity (Certified Connector) (#3172)
* init orbusinfinity * updated apiProperties and apiDefinition.swagger * Updated readme
- Loading branch information
1 parent
60fdc69
commit 10af5cb
Showing
3 changed files
with
5,462 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
## OrbusInfinity Connector | ||
|
||
OrbusInfinity is a true SaaS multi-tenant solution that delivers the ultimate platform to enable your digital transformation. | ||
OrbusInfinity integrates directly with Microsoft Office to allow you easily link, exchange, visualize, and synchronize data with the OrbusInfinity repository. | ||
This connector is built on top of OrbusInfinity API, and provides operations to facilitate working with OrbusInfinity. | ||
|
||
## Publisher: Orbus Software | ||
|
||
## Prerequisites | ||
|
||
You will need the following to proceed | ||
• A Power Automate plan with custom connector feature | ||
• A OrbusInfinity subscription which includes API access | ||
|
||
## Supported Operations | ||
|
||
The connector supports the following operations: | ||
* `Get Objects and their details` | ||
* `Get details of an Object` | ||
* `Create a new Object` | ||
* `Delete an Object` | ||
* `Update Attribute values of an existing Object` | ||
* `Get Relationships and their details` | ||
* `Get details of a Relationship` | ||
* `Create a new Relationship` | ||
* `Delete a Relationship` | ||
* `Update Attribute values of an existing Relationship` | ||
* `Webhooks sent when an event occurs` | ||
* `Delete an existing webhook` | ||
|
||
## Obtaining Credentials | ||
|
||
You will need to request an OrbusInfinity [account](https://www.orbussoftware.com). | ||
|
||
## Known Issues and Limitations | ||
|
||
There are no knowing issues so far. | ||
|
||
## Deployment instructions | ||
|
||
Please refer to [these instructions](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli) to deploy this connector as custom connector in Microsoft Power Automate and Power Apps. |
Oops, something went wrong.