Open pipedream-component-development opened 3 days ago
Emits new event when a fresh company is created. No props required.
Emits new event when a company was added to a list. Required props: 'Company', 'List'.
Emits new event when a new person is created. No props required.
Creates a new company record in the Clarify system. Requires a 'CompanyName' prop.
Searches within the Clarify system for a user based on the given 'email' prop. Returns the found user.
Updates existing person record in the Clarify system. Requires a 'PersonID' prop and any optional props for fields to be updated.
Hi @malexanderlim I didn't find an account on 1pass for this app. I tried to create one with my email but I got this message form their platform
So I move it to blocked in the meantime
clarify
URLs
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.