PipedreamHQ / PipedreamHQ/pipedream

[Components] invoice_ninja

Open
#15,154 1 comment 0 reactions 1 assignee Claimed by @luancazarine View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# invoice_ninja
## URLs
- https://api-docs.invoicing.co/#description/why-use-the-invoice-ninja-api
## Webhook Sources
### new-client-instant
#### Prompt
Emit new event when a new client is added. Props: None required.
#### URLs
- https://api-docs.invoicing.co/#tag/webhooks/POST/api/v1/webhooks
### new-invoice-instant
#### Prompt
Emit new event when a new invoice is created. Props: None required.
#### URLs
- https://api-docs.invoicing.co/#tag/webhooks/POST/api/v1/webhooks
### new-payment-instant
#### Prompt
Emit new event when a new payment is registered. Props: None required.
#### URLs
- https://api-docs.invoicing.co/#tag/webhooks/POST/api/v1/webhooks
## Actions
### create-invoice
#### Prompt
Create a new invoice. Required props: client_id. Optional props: user_id, assigned_user_id, status_id, number, po_number, po_number, terms, public_notes, private_notes, footer, custom_value1, custom_value2, custom_value3, custom_value4, total_taxes, line_items, amount, balance, paid_to_date, discount, date, date and due_date.
#### URLs
- https://api-docs.invoicing.co/#tag/invoices/POST/api/v1/invoices
### create-client
#### Prompt
Create a new client. Required props: contacts and country_id. Optional props: name, website, private_notes, industry_id, size_id, address1, address2, city, state, postal_code, phone, vat_number, id_number, group_settings_id, and classification. Group_settings_id has async options.
#### URLs
- https://api-docs.invoicing.co/#tag/group_settings/GET/api/v1/group_settings
- https://api-docs.invoicing.co/#tag/clients/POST/api/v1/clients
### create-payment
#### Prompt
Record a payment for an invoice. Optional props: id, client_id, client_contact_id, user_id, type_id, date, amount, company_gateway_id and number. client_id, user_id and company_gateway_id have async options
#### URLs
- https://api-docs.invoicing.co/#tag/clients/GET/api/v1/clients
- https://api-docs.invoicing.co/#tag/users/GET/api/v1/users
- https://api-docs.invoicing.co/#tag/company_gateways/GET/api/v1/company_gateways
- https://api-docs.invoicing.co/#tag/payments/POST/api/v1/payments

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.