-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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] fakturoid #13809
Comments
Sources - Invoice Status Change (Instant) - New Contact - New Invoice Actions - Create Invoice - Cancel Uncancel Invoice - Pay Remove Payment Invoice
Unless better opinion @dannyroosevelt
|
so maybe implement the source by api polling instead of webhook base (?) |
Yea sounds good, thanks Sergio |
Sources - Invoice Updated - New Contact - New Invoice Actions - Create Invoice - Cancel Uncancel Invoice - Pay Remove Payment Invoice
Hi everyone, all test cases are passed! Ready for release! Test report |
* fakturoid init * [Components] fakturoid #13809 Sources - Invoice Status Change (Instant) - New Contact - New Invoice Actions - Create Invoice - Cancel Uncancel Invoice - Pay Remove Payment Invoice * pnpm update * [Components] fakturoid #13809 Sources - Invoice Updated - New Contact - New Invoice Actions - Create Invoice - Cancel Uncancel Invoice - Pay Remove Payment Invoice * update @pipedream/platform dependence version * pnpm update * Update components/fakturoid/actions/create-invoice/create-invoice.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
fakturoid
URLs
Webhook Sources
invoice-status-change-instant
Prompt
Emit new event when an invoice status changes to 'Overdue' or 'Paid'. Props required: invoice_id, new_status.
URLs
Polling Sources
new-contact
Prompt
Emit new event when a contact is added in fakturoid. No props required.
URLs
new-invoice
Prompt
Emit new event when a new invoice is created in fakturoid. Optional prop: customer_id to filter invoices to a specific customer.
URLs
Actions
create-invoice
Prompt
Creates a new invoice. Requires 'contact_id' and 'lines' props to establish associated contact and invoice items. Optionally, 'number', 'due', and 'note' props may be provided to assign the invoice number, due date and additional notes.
URLs
cancel-uncancel-invoice
Prompt
Cancels an existing invoice or revokes previous cancellation. Requires 'invoice_id' prop denoting the identification number of the relevant invoice.
URLs
pay-remove-payment-invoice
Prompt
Executes payment for an invoice or removes an already applied payment. Requires 'invoice_id' prop defining the specific invoice to be targeted. Optional 'payment_value' prop can be provided to stipulate payment amount.
URLs
The text was updated successfully, but these errors were encountered: