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 various operations related to billing and invoicing. Specifically, for the 'Invoices' resource and the 'Get Invoice Service File Binary' operation, it retrieves the binary file associated with a specific invoice service by its unique identifier. This is useful for scenarios where users need to download or process invoice-related files in binary format, such as PDFs or other document types, directly within an n8n workflow.

Use Case Examples

  1. Downloading an invoice PDF file for record-keeping or further processing.
  2. Retrieving service-related files attached to an invoice for auditing or customer communication.

Properties

Name Meaning
Id Unique identifier of the invoice to retrieve the service file binary for.

Output

Binary

Outputs the binary data of the invoice service file, such as a PDF or other document format.

JSON

  • data - The JSON response data from the API, which may include metadata or status information related to the invoice service file retrieval.

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Ensure the 'Id' property is correctly set to a valid invoice identifier; otherwise, the API request will fail.
  • If the binary property name is specified but the binary data does not exist on the input item, an error will be thrown.
  • Check that the base URL for the API is correctly configured in the credentials; otherwise, requests may not reach the correct endpoint.
  • Common error messages include missing routing information for the specified resource and operation, which indicates a misconfiguration or unsupported operation in the node setup.

Discussion