Skip to content
New issue

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

[Components] clear_books #15253

Open
pipedream-component-development opened this issue Jan 10, 2025 · 0 comments
Open

[Components] clear_books #15253

pipedream-component-development opened this issue Jan 10, 2025 · 0 comments
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@pipedream-component-development
Copy link
Collaborator

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.

@pipedream-component-development pipedream-component-development added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

No branches or pull requests

1 participant