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 retrieve and manipulate billing-related data. Specifically, for the 'CDR Analytics' resource and the 'Get Cdr Summary By Destination' operation, it fetches summarized call detail records (CDR) filtered by destination and other optional parameters such as date range, CDR file ID, customer ID, and destination ID. This is useful for telecom or billing analysts who need to generate reports or analyze call data by destination.

Use Case Examples

  1. A telecom analyst uses this node to get a summary of call records for a specific destination within a given date range to analyze call traffic patterns.
  2. A billing department automates the retrieval of CDR summaries filtered by customer and destination to generate billing reports.

Properties

Name Meaning
Additional Fields Optional filters and parameters for the CDR summary query, including date range (from, to), CDR file ID, customer ID, and destination ID.

Output

JSON

  • data - The main response data containing the summarized CDR information by destination.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing routing information for the selected resource and operation can cause the node to throw an error indicating no routing information found.
  • If binary data is expected but the specified binary property does not exist on the input item, an error will be thrown.
  • Network or API errors will be caught and can be handled by enabling 'Continue On Fail' to prevent workflow interruption.

Discussion