Skip to content

Commit

Permalink
OrbusInfinity (Certified Connector) (#3172)
Browse files Browse the repository at this point in the history
* init orbusinfinity

* updated apiProperties and apiDefinition.swagger

* Updated readme
  • Loading branch information
Bartek-StO authored Jan 11, 2024
1 parent 60fdc69 commit 10af5cb
Show file tree
Hide file tree
Showing 3 changed files with 5,462 additions and 0 deletions.
42 changes: 42 additions & 0 deletions certified-connectors/OrbusInfinity/README.md
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.
Loading

0 comments on commit 10af5cb

Please sign in to comment.