Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to perform various operations related to invoices, including retrieving the PDF version of an invoice. It is useful for automating invoice management tasks such as downloading invoice PDFs for record-keeping, sharing, or further processing. For example, a user can input an invoice ID to fetch its PDF document directly from Bexio.

Use Case Examples

  1. Retrieve the PDF of a specific invoice by providing its invoice ID.
  2. Automate invoice document downloads for accounting or auditing purposes.

Properties

Name Meaning
Invoice ID The unique identifier of the invoice to retrieve the PDF for.

Output

JSON

  • pdf - The PDF content of the requested invoice, typically encoded as a binary or base64 string.
  • invoiceId - The ID of the invoice for which the PDF was retrieved.

Dependencies

  • Requires Bexio API credentials for authentication to access invoice data.

Troubleshooting

  • Ensure the provided Invoice ID is correct and exists in Bexio; otherwise, the API will return an error.
  • Check that the Bexio API credentials are valid and have the necessary permissions to access invoice data.
  • If the PDF retrieval fails, verify network connectivity and API endpoint availability.

Links

Discussion