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] ascora #11435

Open
pipedream-component-development opened this issue Apr 12, 2024 · 1 comment · May be fixed by #11463
Open

[Components] ascora #11435

pipedream-component-development opened this issue Apr 12, 2024 · 1 comment · May be fixed by #11463
Assignees
Labels
blocked Issue is blocked pending a resolution triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Apr 12, 2024

ascora

URLs

Polling Sources

new-job-created

Prompt

Emit new event whenever a new job is created in ascora. No props required.

job-status-updated

Prompt

Emit new event whenever a job's status changes in ascora. Required props: job ID.

new-customer-created

Prompt

Emit new event whenever a new customer is created in ascora. No props required.

Actions

create-update-job

Prompt

Creates a new job or modifies an existing one. Required props: job details (new or existing). Optional props: job ID (for existing jobs).

create-update-customer

Prompt

Creates a new customer record or modifies an existing one. Required props: customer details (new or existing). Optional props: customer ID (for existing customers).

search-customers

Prompt

Facilitates the search for a specific customer in the database. Required props: customer identifier (could be name, ID, etc.).

@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Apr 12, 2024
@malexanderlim malexanderlim moved this from To Do to Prioritized in Component (Source and Action) Backlog Apr 12, 2024
@jcortes jcortes self-assigned this Apr 15, 2024
@jcortes jcortes moved this from Prioritized to Doing in Component (Source and Action) Backlog Apr 15, 2024
@jcortes jcortes linked a pull request Apr 15, 2024 that will close this issue
@jcortes
Copy link
Collaborator

jcortes commented Apr 15, 2024

@malexanderlim
It seems like the API docs are missing because whenever I try to downloaded from here I get
image
So this in going to be blocked in the meantime because there is no reference docs to work with!

@jcortes jcortes added the blocked Issue is blocked pending a resolution label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue is blocked pending a resolution triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

Successfully merging a pull request may close this issue.

3 participants