Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations on billing-related resources. Specifically, for the 'Invoices' resource and the 'Get Invoice Binary' operation, it retrieves the binary data of a specified invoice by its unique identifier. This is useful for workflows that need to download or process invoice files, such as generating reports, archiving invoices, or sending invoice documents via email.

Use Case Examples

  1. Retrieve the PDF or other binary format of an invoice by its ID to attach it to an email.
  2. Download invoice files for backup or further processing in another system.

Properties

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

Output

JSON

  • data - The JSON response containing the invoice binary data or related metadata.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Error 'No routing information found for resource: Invoices, operation: Get Invoice Binary' indicates a misconfiguration or missing routing details for the selected operation; verify the node parameters and update the node if necessary.
    If the binary property specified does not exist on the input item, an error 'Binary property "" does not exist on item ' will be thrown; ensure the binary property name is correct and the input data contains the expected binary data.
  • HTTP request errors may occur due to invalid API credentials, incorrect base URL, or network issues; verify credentials and connectivity.

Discussion