Open Experience (Preview)
Open Experience GmbH provides innovative solutions for the digitization of construction work. With this connector your construction site documentation is one step further to be fully automated, saving you the time and resources.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Open Experience Support |
URL | https://openexperience.de/de/hilfe/MS_Datenschnittstelle/MS_Power_Automation_Connector |
support@openexperience.de |
Connector Metadata | |
---|---|
Publisher | Open Experience GmbH |
Website | https://openexperience.de/ |
Privacy policy | https://openexperience.de/de/Datenschutzerklaerung |
Categories | Productivity;Website |
Prerequisites
To you this connector you will need an Open Experience Account
How to get credentials
This connector uses OAuth2 as authentication. To obtaint credentials to use this connector just login to the connector using your Open Experience Account and follow the instructions.
Known issues and limitations
None at the moment
Common errors and remedies
Any error occurred in the connector will result with a response with 400 HTTP code. In responses body will be a error code. Example response is shown below.
GET /connector/getUserServices
{
"code": "UNABLE_TO_GET_OX_TOKEN_ERROR"
}
Error Code | Description |
---|---|
PROJECT_CREATION_FAILED_UNKNOWN_CUSTOMER | Returned when user wants to create new project and a non existing customer is provided in the request |
PROJECT_CREATION_FAILED_SERVICE_INVALID | Returned when user wants to create new project and for some reason was sent a service that is not available for a user |
ACCESS_TOKEN_INVALID | Returned when the access token in Auhtorization Header is invalid |
UNABLE_TO_GET_OX_TOKEN_ERROR | Returned when the provided access token could not be used, to create oxToken, used in internal calls between our APIs |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create new project |
Creates new project in Open Experience for selected services |
Create new project
Creates new project in Open Experience for selected services
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Customer
|
customerId | True | string |
Customer, under which the project will be created |
Project ID
|
id | True | string |
Project ID |
Project Name
|
name | True | string |
Project Name |
Address
|
address | string |
Address |
|
Contact Phone
|
contactPhone | True | integer |
Contact Phone |
Contact Email
|
contactEmail | True | string |
Contact Email |
Responsible Person
|
responsible | True | string |
Responsible Person |
services
|
services | True | array of string |
services |
Can Project Admin edit subcontractors?
|
projectAdminMembersAccess | True | boolean |
Set to "Yes" if you wan't to allow Project Administrators to be able to edit subcontractors in this project. |