PipedreamHQ / PipedreamHQ/pipedream
[Components] Cascade Strategy
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
### App
Cascade Strategy
https://www.cascade.app/
Triggers:
1. "New Update": https://api.cascade.app/api-docs/v1/#operation/Updates_GetLatest - This endpoint returns the details of the latest update added to a particular goal in Cascade, and can be used as a trigger to initiate a workflow in a connected automation platform.
2. "New Meeting": https://api.cascade.app/api-docs/v1/#operation/Meetings_GetLatest - This endpoint returns the details of the latest meeting scheduled in Cascade, and can be used as a trigger to initiate a workflow in a connected automation platform.
Actions:
1. "Create Goal": https://api.cascade.app/api-docs/v1/#operation/Goals_Create - This endpoint allows you to create a new goal in Cascade by specifying the required parameters, such as the title, description, owner, and due date, among others.
2. "Create Task": https://api.cascade.app/api-docs/v1/#operation/Tasks_Create - This endpoint allows you to create a new task in Cascade by specifying the required parameters, such as the title, description, assignee, and due date, among others.
3. "Add Update": https://api.cascade.app/api-docs/v1/#operation/Updates_Create - This endpoint allows you to add a new update to an existing goal or task in Cascade by specifying the required parameters, such as the content, completion percentage, and date, among others.
Contributor guide
Assessment
This issue has not been assessed yet.