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 different resources, including processing service files. It is useful for automating interactions with the Billing Booth One platform, such as managing service files, exporting call data records, or other billing-related tasks. For example, it can process a service file by sending the file data to the API and retrieving the processed results, facilitating automated billing workflows.

Use Case Examples

  1. Processing a service file by providing its unique identifier to the node, which sends the file to the Billing Booth One API and returns the processed data.
  2. Exporting call data records in CSV format by specifying the appropriate resource and operation.

Properties

Name Meaning
Id Unique identifier of the service file to be processed.

Output

JSON

  • data - The main response data returned from the Billing Booth One API after processing the service file or performing the requested operation.
  • error - Error information if the operation fails and continueOnFail is enabled.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the 'Id' property is provided and valid when processing a service file, as it is required.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set and supported.
  • If a binary property name is specified but the binary data is missing, the node will throw an error indicating the binary property does not exist on the item.
  • Check API credentials and base URL configuration to avoid authentication or connection errors.
  • Use the 'continueOnFail' option to handle errors gracefully and continue processing other items.

Links

Discussion