PipedreamHQ / PipedreamHQ/pipedream

[Components] teamwave

Open
#13,381 1 comment 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# teamwave
## URLs
## Webhook Sources
### new-person-instant
#### Prompt
Emit new event when a new person is created. Required props include the person's details like name, email, etc. An optional prop can be the organization this person belongs to.
### new-deal-instant
#### Prompt
Emit new event when a new deal is created. Required props include deal details like name, value, currency, etc. Optional props may include associated person or organization.
### new-project-instant
#### Prompt
Emit new event when a new project is created. Required props are the project name and details. Optional props can include task lists, team members involved or associated organizations.
## Actions
### create-deal
#### Prompt
Creates a new deal. Required props are 'deal-name', 'deal-value', 'deal-currency'. Optional prop could be 'deal-note' to add additional information.
### update-deal
#### Prompt
Updates an existing deal. Required prop is 'deal-id' to identify the deal. Additional optional props could be 'new-deal-name', 'new-deal-value', 'new-deal-currency', 'new-deal-note' to update the corresponding details.
### find-person
#### Prompt
Finds an existing person using the 'person-name' prop. If person does not exist, returns an error message.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.