Nodefusion Portal (Preview)
A Nodefusion Portal Connector is used for various actions, such as opening support case, managing subscriptions, checking service roadmaps and other actions available in Nodefusion Portal for Nodefusion's customers
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 | Nodefusion |
URL | https://www.nodefusion.com |
nodefusion@nodefusion.com |
Connector Metadata | |
---|---|
Publisher | Nodefusion |
Website | https://www.nodefusion.com |
Privacy policy | https://www.nodefusion.com/terms |
Categories | IT Operations;Website |
Nodefusion Portal Connector
Nodefusion Portal connector is published here with the intent to provide Nodefusion customers with the actions they already have in Nodefusion Portal so they can automate their processes.
Publisher: Nodefusion
Prerequisites
- Valid Nodefusion Portal account
- Assigned permissions to organization
Supported Operations
The connector supports the following operations:
Get Organization Profile
Get your organization profile properties along with its contacts and billing services.
Get Organization's Work Services
List your work services with main properties along with consumption estimate.
Obtaining Credentials
You should use your Organization's AD Account when creating PowerApps Connection, the same one you use on Nodefusion Portal.
Known Issues and Limitations
- The connector is based on integration with Nodefusion Portal accounts.
- It is not currently possible to create, get cases
- It is not currently possible to create and update subscriptions
- It is not currently possible to create domains
- It is not currently possible to create hosting plans
- It is not currently possible to get service roadmaps
Deployment Instructions
Please use these instructions to deploy this connector as custom connector in Microsoft Power Automate and Power Apps.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get Organization Profile |
This function returns the data about the requested organization if you have permissions |
Get Work Services |
Acquire Organization's Work Services along with consumption estimate |
Get Organization Profile
This function returns the data about the requested organization if you have permissions
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
organizationId
|
organizationId | True | uuid |
This parameter is a Guid of your Organization |
Returns
Get Work Services
Acquire Organization's Work Services along with consumption estimate
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
organizationId
|
organizationId | True | uuid |
This parameter is a Guid of your Organization |
Returns
- response
- array of workServiceEstimateResponse
Definitions
organizationBillingServiceResponse
Name | Path | Type | Description |
---|---|---|---|
id
|
id | uuid | |
name
|
name | string | |
billTo
|
billTo | string | |
businessUnit
|
businessUnit | string |
organizationProfileContactResponse
Name | Path | Type | Description |
---|---|---|---|
id
|
id | uuid | |
firstName
|
firstName | string | |
lastName
|
lastName | string | |
email
|
string | ||
workPhone
|
workPhone | string | |
mobilePhone
|
mobilePhone | string | |
isCoordinator
|
isCoordinator | boolean |
organizationProfileResponse
Name | Path | Type | Description |
---|---|---|---|
companyName
|
companyName | string | |
companyAddress
|
companyAddress | string | |
organizationID
|
organizationID | uuid | |
vatID
|
vatID | string | |
city
|
city | string | |
country
|
country | string | |
billingServices
|
billingServices | array of organizationBillingServiceResponse | |
contacts
|
contacts | array of organizationProfileContactResponse |
workServiceEstimateResponse
Name | Path | Type | Description |
---|---|---|---|
workServiceId
|
workServiceId | string | |
name
|
name | string | |
hoursIncluded
|
hoursIncluded | double | |
hoursSpent
|
hoursSpent | double | |
from
|
from | date-time | |
to
|
to | date-time |