Skip to content
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

Open
pipedream-component-development opened this issue Nov 19, 2024 · 2 comments · May be fixed by #14762
Open

[Components] clarify #14681

pipedream-component-development opened this issue Nov 19, 2024 · 2 comments · May be fixed by #14762
Assignees

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Nov 19, 2024

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.

@jcortes
Copy link
Collaborator

jcortes commented Nov 20, 2024

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
image

So I move it to blocked in the meantime

@jcortes jcortes moved this from Doing to Blocked in Component (Source and Action) Backlog Nov 20, 2024
@malexanderlim malexanderlim moved this from Blocked to Prioritized in Component (Source and Action) Backlog Nov 20, 2024
@jcortes jcortes moved this from Prioritized to Doing in Component (Source and Action) Backlog Nov 21, 2024
@jcortes
Copy link
Collaborator

jcortes commented Nov 28, 2024

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:

  1. How can I list persons and companies? what are the endpoints and parameters we need to set?
  2. What kind of settings should I use to create an instant trigger for something like "Company Added To List" using webhooks?

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!

@jcortes jcortes linked a pull request Nov 28, 2024 that will close this issue
@jcortes jcortes moved this from Doing to Blocked in Component (Source and Action) Backlog Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants