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 on different resources. Specifically, for the 'Support Attachment Files' resource and the 'Download Support Attachment File' operation, it downloads a support attachment file by its unique identifier. This node is useful for automating the retrieval of support files from the Billing Booth One system, enabling workflows that require access to these files for processing, archiving, or further analysis.

Use Case Examples

  1. Downloading a support attachment file by its ID to save it locally or process its contents in a workflow.
  2. Automating the retrieval of support files related to customer support tickets for integration with other systems.

Properties

Name Meaning
Id Unique identifier of the support attachment file to download.

Output

JSON

  • data - The downloaded support attachment file data or response from the API.

Dependencies

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

Troubleshooting

  • If the node throws an error stating 'No routing information found for resource: Support Attachment Files, operation: Download Support Attachment File', it means the operation is not properly configured or supported in the node's routing logic.
  • If the node fails with an authorization error, verify that the Billing Booth One API credentials are correctly set and have the necessary permissions.
  • If the binary property specified does not exist on the input item, the node will throw an error; ensure the binary property name is correct and the input item contains the binary data.

Discussion