PipedreamHQ / PipedreamHQ/pipedream
[Components] billplz
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# billplz
## URLs
- https://www.billplz-sandbox.com/api#introduction
## Polling Sources
### new-collection
#### Prompt
Emit new event when there's a new collection. No required or optional props for this trigger as it checks for new collections automatically.
#### URLs
- https://www.billplz-sandbox.com/api
## Actions
### get-bill
#### Prompt
Retrieves information about a specific bill. Requires bill ID as a prop.
#### URLs
- https://www.billplz-sandbox.com/api
### create-bill
#### Prompt
Creates a new bill within a collection. Requires collection ID, bill details (amount, description, etc.) as required props. Optional props can include customer details, due date, etc.
#### URLs
- https://www.billplz-sandbox.com/api/collections/:id/bills
### delete-bill
#### Prompt
Deletes a specific bill from the system. Requires bill ID as a prop.
#### URLs
- https://www.billplz-sandbox.com/api
Contributor guide
Assessment
This issue has not been assessed yet.