PipedreamHQ / PipedreamHQ/pipedream
[Components] sage_accounting
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# Sage Accounting
## URLs
- https://developer.sage.com/accounting/reference/
## Polling Sources
### new-contact-payment
#### Prompt
Emits an event when a new contact payment is created.
### new-customer
#### Prompt
Emits an event when a new customer is created.
### new-product
#### Prompt
Emits an event when a new product is created.
### new-sales-quote
#### Prompt
Emits an event when a new sales Quote is created.
### new-purchase-invoice
#### Prompt
Emits an event when a new purchase invoice is created.
### updated-contact
#### Prompt
Emits an event when an existing contact is updated.
### new-sales-invoice
#### Prompt
Emits an event when a new sales invoice is created.
### new-service
#### Prompt
Emits an event when a new service is created.
## Actions
### create-contact-payment
#### Prompt
Creates a new contact payment.
### create-other-receipt-money-in
#### Prompt
Creates a new other receipt/money in transaction.
### update-contact
#### Prompt
Updates an existing contact.
### create-product
#### Prompt
Creates a new product.
### create-other-payment-money-out
#### Prompt
Creates a new other payment/money out transaction.
### create-purchase-invoice
#### Prompt
Creates a new purchase invoice.
### create-customer
#### Prompt
Creates a new customer.
### create-sales-invoice
#### Prompt
Creates a new sales invoice.
Contributor guide
Assessment
This issue has not been assessed yet.