PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.29k stars 5.26k forks source link

[Components] ascora #11435

Open pipedream-component-development opened 2 weeks ago

pipedream-component-development commented 2 weeks ago

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.).

jcortes commented 1 week ago

@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!