Lexoffice
German cloud accounting platform for invoices, contacts, articles, credit notes, delivery notes, order confirmations, and webhook events.
Helps freelancer and SMB accounting in Germany that drafts invoices and credit notes, manages contacts, and registers event subscriptions through webhooks.
Example Use Cases
These are the Lexoffice actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to create a new contact (customer or vendor) in Lexoffice. Use when you need to add a new business contact. Either company or person details must be provided, and at least one role (customer/vendor) must be assigned.
Tool to create a credit note in Lexoffice. Credit notes are created in draft mode by default; set finalize=true to create with status 'open'. Use when you need to issue a refund or credit for an invoice. Maximum 300 line items per credit note.
Create a delivery note in lexoffice. Delivery notes are created in draft mode by default (set finalize=true for open status). Use when shipping goods or providing services and need to document what was delivered without prices/payment terms. Maximum 300 line items allowed per delivery note.
Tool to create an Order Confirmation in Lexoffice/Lexware. Order confirmations are always created in draft mode and do not need to be finalized. Use when you need to confirm a customer order with line items, pricing, and shipping details.
Tool to create a quotation in Lexoffice. Quotations are created in draft mode by default. Use the finalize parameter to create a finalized quotation with status 'open'. Requires address with either contactId or name+countryCode, line items, total pricing, and tax conditions.
Tool to create a bookkeeping voucher in Lexoffice. Use when you need to create expense receipts, sales invoices, purchase invoices, or other accounting vouchers. The voucher requires line items with amounts, tax rates, and posting category IDs.
Download a file from lexoffice by its ID. Use this to retrieve PDF documents, images, or XML files associated with invoices, vouchers, or other records. The file format returned depends on the Accept header specified.
Tool to retrieve a specific contact by its ID. Use when you need to fetch detailed information about a contact.
Tool to retrieve a credit note by its UUID from Lexoffice. Use when you need to fetch details of a specific credit note. Credit notes can be in draft or finalized (open) mode.
Tool to retrieve a specific invoice by its UUID. Use when you need to fetch detailed information about an invoice including line items, pricing, and payment terms.