PipedreamHQ / PipedreamHQ/pipedream
[Components] clarify
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# clarify
## URLs
- https://api.getclarify.ai/swagger#/
## Polling Sources
### new-company-instant
#### Prompt
Emits new event when a fresh company is created. No props required.
### company-added-to-list-instant
#### Prompt
Emits new event when a company was added to a list. Required props: 'Company', 'List'.
### new-person-instant
#### Prompt
Emits new event when a new person is created. No props required.
## Actions
### create-company
#### Prompt
Creates a new company record in the Clarify system. Requires a 'CompanyName' prop.
### find-user
#### Prompt
Searches within the Clarify system for a user based on the given 'email' prop. Returns the found user.
### update-person
#### Prompt
Updates existing person record in the Clarify system. Requires a 'PersonID' prop and any optional props for fields to be updated.
Contributor guide
Assessment
This issue has not been assessed yet.