PipedreamHQ / PipedreamHQ/pipedream
[Components] hiveage
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# hiveage
## URLs
## Polling Sources
### new-invoice
#### Prompt
Emits new event when a new invoice is created. Required props are invoice details, customer details, and payment details.
### new-payment
#### Prompt
Emits new event when a new payment is recorded. Required props are payment details and invoice information.
### new-contact
#### Prompt
Emits new event when a new contact is created. Required props are name, email and address of the contact.
## Actions
### create-invoice
#### Prompt
Creates a new invoice. Required props include bill details which entail amount, products or services, and tax. Optional props can include discounts, additional charges, notes, or terms.
### create-payment
#### Prompt
Records a new payment. Required props include amount and invoice number. Additional optional props can be a note on payment method and date of payment.
### create-contact
#### Prompt
Adds a new contact. This entails the mandatory prop of a name. Optional props could include firm name, email, phone, address, and notes related to the contact.
Contributor guide
Assessment
This issue has not been assessed yet.