PipedreamHQ / PipedreamHQ/pipedream
[Components] proposify
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# proposify
## URLs
- https://apidocs.proposify.com/
## Polling Sources
### new-proposal-created-instant
#### Description
Emit new event when a proposal is created. Required props: None. Optional props: None.
### new-proposal-sent-instant
#### Description
Emit new event when a proposal is sent or marked as sent by a user. Required props: None. Optional props: None.
### new-proposal-viewed-instant
#### Description
Emit new event when a proposal is viewed by a client. Required props: None. Optional props: None.
### new-client-commented-instant
#### Description
Emit new event when a client leaves a comment on a viewed proposal. Required props: None. Optional props: None.
### new-proposal-signed-instant
#### Description
Emit new event when a proposal is signed by a client. Required props: None. Optional props: None.
## Actions
### create-proposal
#### Description
Create a new proposal by specifying required props such as proposal name and client ID. You can optionally configure details like proposal template and due date.
### create-client
#### Description
Create a new client by providing props such as client name, email, and contact details. Additional optional props include notes or tags for client categorization.
Contributor guide
Assessment
This issue has not been assessed yet.