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] agiliron #13871

Closed
pipedream-component-development opened this issue Sep 6, 2024 · 1 comment · Fixed by #13883
Closed

[Components] agiliron #13871

pipedream-component-development opened this issue Sep 6, 2024 · 1 comment · Fixed by #13883
Assignees

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Sep 6, 2024

agiliron

URLs

Polling Sources

new-contact-created

Prompt

Emit new event when a new contact is created in Agiliron. No props required.

URLs

new-lead-created

Prompt

Emit new event when a new lead is created in Agiliron. No props required.

URLs

new-task-created

Prompt

Emit new event when a new task is created in Agiliron. No props required.

URLs

Actions

create-contact

Prompt

Generates a new contact within Agiliron. The required prop is 'LastName'. The rest of the props are optional.

URLs

create-lead

Prompt

Establishes a new lead within Agiliron. The required props are 'LastName' and 'Company'. The rest of the props are optional.

URLs

create-event

Prompt

Creates a new event within Agiliron. Required props are 'Subject', 'StartDate' and 'StartTime'. The rest of the props are optional.

URLs

@luancazarine luancazarine self-assigned this Sep 10, 2024
luancazarine added a commit that referenced this issue Sep 11, 2024
Sources
 - New Contact Created
 - New Lead Created
 - New Task Created

Actions
 - Create Contact
 - Create Lead
 - Create Event
@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-agiliron-3fff10c4d0da44a780751b219bf44bfd

luancazarine added a commit that referenced this issue Sep 12, 2024
* agiliron init

* [Components] agiliron #13871
Sources
 - New Contact Created
 - New Lead Created
 - New Task Created

Actions
 - Create Contact
 - Create Lead
 - Create Event

* pnpm update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants