-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
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
- https://www.fakturoid.cz/api/v3/invoices
- https://www.fakturoid.cz/api/v3/invoice-payments
- https://www.fakturoid.cz/api/v3/events
- https://www.fakturoid.cz/api/v3/webhooks
Polling Sources
new-contact
Prompt
Emit new event when a contact is added in fakturoid. No props required.
URLs
- https://www.fakturoid.cz/api/v3
- https://www.fakturoid.cz/api/v3/authorization
- https://www.fakturoid.cz/api/v3/users
- https://www.fakturoid.cz/api/v3/account
- https://www.fakturoid.cz/api/v3/subjects
- https://www.fakturoid.cz/api/v3/webhooks
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
- https://www.fakturoid.cz/api/v3
- https://www.fakturoid.cz/api/v3/authorization
- https://www.fakturoid.cz/api/v3/users
- https://www.fakturoid.cz/api/v3/account
- https://www.fakturoid.cz/api/v3/invoices
- https://www.fakturoid.cz/api/v3/invoice-payments
- https://www.fakturoid.cz/api/v3/invoice-messages
- https://www.fakturoid.cz/api/v3/events
- https://www.fakturoid.cz/api/v3/webhooks
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status