-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Components] clarify #14681
[Components] clarify #14681
Comments
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 |
Hi @malexanderlim and @vunguyenhung I'm kind of blocked with this one because I need to solve some questions related to the API in order to test some of the components. The two main questions are:
I've already sent these questions via email to [email protected] and I'm waiting for a response. In the meantime this one is blocked! |
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.
The text was updated successfully, but these errors were encountered: