PipedreamHQ / PipedreamHQ/pipedream
[Components] planpoint
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# planpoint
## URLs
- https://viewerdocs.planpoint.io/api-documentation/introduction
## Webhook Sources
### new-task-instant
#### Description
Emit new event when a new task is created within a project. Requires selection of a project or workspace to monitor.
### new-project-instant
#### Description
Emit new event when a new project is created in your Planpoint account. Useful for tracking newly initiated workflows or initiatives.
### new-comment-instant
#### Description
Emit new event when a comment is added to a task or project. Optionally filter by specific project or task ID.
## Actions
### create-task
#### Description
Create a new task in a specified project. Requires project ID, task title, and optionally description, due date, assignee, and tags.
### update-task-status
#### Description
Update the status of an existing task. Requires task ID and new status value.
### add-comment
#### Description
Add a comment to a specific task or project. Requires target ID and comment text.
Contributor guide
Assessment
This issue has not been assessed yet.