Cascade Strategy New
Cascade is an all-in-one cloud-based strategic planning and execution platform for teams. Connect your Cascade workspace to all your tools and apps to always have the most up-to-date and relevant data that pertains to your strategy.
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 | Cascade Support |
URL | https://help.cascade.app |
support@cascade.app |
Connector Metadata | |
---|---|
Publisher | Nicolas Durik-Ha |
Website | https://www.cascade.app |
Privacy policy | https://www.cascade.app/privacy-policy |
Categories | Business Management;Collaboration |
Cascade connector allows users to create automated flows between applications and their Cascade workspaces where their strategy data is developed. The strategy is described in terms of Plans and Objectives, brought to life with the execution of Actions and its progress being tracked through Measures. Users might integrate their distinct daily applications and tools with the Cascade platform by making them communicate data and update the strategic entities.
Prerequisites
- Account on Cascade webapp.
- At least 1 Workspace created.
- At least 1 Measure created.
How to get credentials
Authentication is implemented using OAuth 2.0, the users will just need to sign up/sign in to Cascade when trying to use the connector, and the token will be provided automatically to Power Automate Connector by the triggering of the OAuth 2.0 flow itself. This token is then used by the connector on every single request sending it as value of the 'Authorization' header.
Get started with your connector
In order to use this connector, all users should:
- Sign in to Cascade
- Create at least one Workspace.
- Create a Measure for an objective of a plan in that workspace.
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Update Action |
Updates selected action value with the corresponding value. |
Update Action [DEPRECATED] |
Updates selected action value with the corresponding value. |
Update Measure |
Updates selected measure value with the corresponding value. |
Update Measure [DEPRECATED] |
Updates selected measure value with the corresponding value. |
Update Measure Historical Value |
Updates historical values of the selected measure. |
Update Measure Historical Value [DEPRECATED] |
Updates historical values of the selected measure. |
Update Action
Updates selected action value with the corresponding value.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace
|
workspace_id | True | string |
Select Workspace of the measure to be updated. |
Plan
|
plan_id | True | string |
Select Plan after selecting Workspace to update the measure. |
Action Value
|
action_value | True | double |
Value to update the action. |
Action
|
actionId | True | string |
Select Action to be updated after selecting Plan. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
Message of the result status. |
Update Action [DEPRECATED]
Updates selected action value with the corresponding value.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Action Id
|
actionId | True | string |
Select Action to be updated after selecting Plan. |
Workspace Id
|
workspace_id | True | string |
Select Workspace of the measure to be updated. |
Plan Id
|
plan_id | True | string |
Select Plan after selecting Workspace to update the measure. |
Action Value
|
action_value | True | double |
Value to update the action. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
Message of the result status. |
Update Measure
Updates selected measure value with the corresponding value.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace
|
workspace_id | True | string |
Select Workspace of the measure to be updated. |
Plan
|
plan_id | True | string |
Select Plan after selecting Workspace to update the measure. |
Measure Value
|
measure_value | True | double |
Value to update the measure. |
Measure
|
measureId | True | string |
Select Measure to be updated after selecting Plan. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
Message of the result status. |
Update Measure [DEPRECATED]
Updates selected measure value with the corresponding value.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Measure Id
|
measureId | True | string |
Select Measure to be updated after selecting Plan. |
Workspace Id
|
workspace_id | True | string |
Select Workspace of the measure to be updated. |
Plan Id
|
plan_id | True | string |
Select Plan after selecting Workspace to update the measure. |
Measure Value
|
measure_value | True | double |
Value to update the measure. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
Message of the result status. |
Update Measure Historical Value
Updates historical values of the selected measure.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Workspace
|
workspace_id | True | string |
Select Workspace of the measure to be updated. |
Plan
|
plan_id | True | string |
Select Plan after selecting Workspace to update the measure. |
Date
|
date | date |
Date of measure value. |
|
Value
|
value | integer |
Value to the entered date to update the measure. |
|
Measure
|
measureId | True | string |
Select Measure to be updated after selecting Plan. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
Message of the result status. |
Update Measure Historical Value [DEPRECATED]
Updates historical values of the selected measure.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Measure Id
|
measureId | True | string |
Select Measure to be updated after selecting Plan. |
Workspace Id
|
workspace_id | True | string |
Select Workspace of the measure to be updated. |
Plan Id
|
plan_id | True | string |
Select Plan after selecting Workspace to update the measure. |
Date
|
date | date |
Date of measure value. |
|
Value
|
value | integer |
Value to the entered date to update the measure. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Message
|
message | string |
Message of the result status. |