PipedreamHQ / PipedreamHQ/pipedream
[Components] acquire
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# acquire
## URLs
## Webhook Sources
### new-case-instant
#### Prompt
Emit new event when a new case becomes available. No required or optional props needed.
## Polling Sources
### new-contact
#### Prompt
Emit new event when a new contact is created. No required or optional props needed.
### new-company
#### Prompt
Emit new event when a new company is created. No required or optional props needed.
## Actions
### create-case
#### Prompt
Generates a new case in Acquire. This action requires the user to configure the props 'caseID' and 'caseDetails', where 'caseID' is the unique identifier for the case, and 'caseDetails' captures brief information about the case.
### create-contact
#### Prompt
Sets up a new contact in Acquire. This function demands prop 'contactID' as a unique identifier for the contact and 'contactInfo' as optional props that contain further details about the contact.
### update-company
#### Prompt
Alters data for a pre-existing company in Acquire. Required props for this action are 'companyID' for identifying the company and 'newCompanyDetails' for providing new information to update the company record.
Contributor guide
Assessment
This issue has not been assessed yet.