Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to perform operations related to invoice templates, specifically to get the binary data of a credit note template. It is useful for automating the retrieval of invoice or credit note templates in binary format, which can then be used for document generation, storage, or further processing in workflows.

Use Case Examples

  1. Automatically fetch credit note templates in PDF or other binary formats for accounting automation.
  2. Retrieve customized invoice templates with specific fonts or customer reference display options for generating customer invoices.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation to specify which organisation's invoice template to retrieve.
Additional Fields Optional parameters to customize the request, including template selection, font choice, and whether to display customer reference.

Output

Binary

The node outputs the binary data of the credit note template, such as a PDF or other document format.

JSON

  • data - The main data object returned from the API, representing the credit note template details or metadata.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.
  • Needs the base URL of the Billing Booth One API, defaulting to https://api.billingbooth.app if not provided.

Troubleshooting

  • Ensure the Organisation Id is valid and exists in the Billing Booth One system to avoid errors.
  • Verify that the API key credential is correctly configured and has the necessary permissions.
  • If the binary property name is specified, ensure the binary data exists on the input item to avoid errors about missing binary property.
  • Check that the template and font parameters, if used, are valid and supported by the API to prevent request failures.

Links

Discussion