We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new invoice is created. Users can optionally filter by status (e.g., draft, sent, paid).
Emit new event when a payment is recorded. Users can optionally filter by payment method or invoice reference.
Emit new event when a new client is added to the system. Optionally provide filtering by specific client tags or types.
Create a new invoice. Requires client details, line items, and issue date. Optionally provide notes, due date, or tags.
Record a payment against an existing invoice. Requires payment amount, invoice ID, and payment date. Optionally specify payment method.
Create a new client. Requires client name and contact details. Optionally include notes or tags for organization purposes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clear_books
URLs
Webhook Sources
new-invoice-instant
Description
Emit new event when a new invoice is created. Users can optionally filter by status (e.g., draft, sent, paid).
new-payment-instant
Description
Emit new event when a payment is recorded. Users can optionally filter by payment method or invoice reference.
new-client-instant
Description
Emit new event when a new client is added to the system. Optionally provide filtering by specific client tags or types.
Actions
create-invoice
Description
Create a new invoice. Requires client details, line items, and issue date. Optionally provide notes, due date, or tags.
record-payment
Description
Record a payment against an existing invoice. Requires payment amount, invoice ID, and payment date. Optionally specify payment method.
create-client
Description
Create a new client. Requires client name and contact details. Optionally include notes or tags for organization purposes.
The text was updated successfully, but these errors were encountered: