PipedreamHQ / PipedreamHQ/pipedream
[Components] uspacy
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# uspacy
## URLs
- https://uspacy.readme.io/reference/introduction
## Webhook Sources
### new-task-instant
#### Description
Emit new event when a task is created in a selected workspace or project. Requires workspace ID (required) and project ID (optional) to filter the scope of tasks.
### new-comment-instant
#### Description
Emit new event when a comment is added to a task, deal, post, or other entity. Requires workspace ID (required), and optionally an entity type or ID to narrow the scope.
### new-deal-stage-changed-instant
#### Description
Emit new event when a deal changes stages in the CRM pipeline. Requires pipeline ID (optional) and deal ID (optional) to narrow the scope.
## Actions
### create-task
#### Description
Create a new task in a specified project or workspace. Requires title (required), project ID or workspace ID (required), due date (optional), assignee (optional), and description (optional).
### create-comment
#### Description
Add a comment to a task, post, or deal. Requires target entity ID (required), entity type (task, post, deal), and comment text (required).
### update-deal-stage
#### Description
Update the stage of an existing deal. Requires deal ID (required) and target stage ID (required).
Contributor guide
Assessment
This issue has not been assessed yet.