10,730
edits
Line 12: | Line 12: | ||
== Resco Cloud connector == | == Resco Cloud connector == | ||
The Microsoft-certified '''Resco Cloud connector''' | The Microsoft-certified '''Resco Cloud connector''' exposes a couple of operations that allow you to seamlessly create, read, update, and delete records. | ||
=== Prerequisites === | |||
In order to use this connector, you will need the following: | |||
* An organization at [[Resco Cloud]] or any affiliate product from [https://www.resco.net/ Resco website]. | |||
* You can sign up for a [https://www.resco.net/request-a-trial/ free trial]. | |||
* An user account with schema access privilege or system administrator privilege. | |||
=== Authentication === | |||
This connector uses Basic authentication. When creating a new connector (in Power Apps/Logic Apps), you must provide login credentials. You must also select a server to use with this connector and the organization name you specified during sign-up. | |||
=== Supported operations === | |||
This connector supports the following operations: | |||
* List records: Get a list of records. | |||
* Get record: Get record with a specific ID. | |||
* Create a new record: Create a new record. | |||
* Delete record: Delete record with a specific ID. | |||
* Update record: Update record with a specific ID. | |||
* Get current user: Get the current user record associated with login credentials. | |||
== Creating a sample flow using the connector == | == Creating a sample flow using the connector == |