PipedreamHQ / PipedreamHQ/pipedream
[Components] ascora
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# ascora
## URLs
- https://support.ascora.com.au/display/AS/API+Endpoints
## 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.).
Contributor guide
Assessment
This issue has not been assessed yet.