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 call data records (CDR). Specifically, for the 'CDR Settings' resource and 'Get Cdr Settings' operation, it retrieves the CDR settings for a given organisation. This is useful for users who need to programmatically access or manage billing and call data configurations within their organisation, such as fetching current CDR settings for reporting or integration purposes.

Use Case Examples

  1. Retrieve CDR settings for organisation ID 1 to integrate with a billing dashboard.
  2. Fetch CDR settings to automate configuration checks or audits in a telecom system.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation for which to get the CDR settings.

Output

JSON

  • json - The JSON response containing the CDR settings data retrieved from the Billing Booth One API.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • If the 'resource' or 'operation' parameters are incorrect or missing routing information, the node throws an error indicating no routing information found.
  • Errors related to missing binary data properties if binary input is expected but not provided.
  • Network or API errors are caught and can be handled with 'Continue On Fail' option to prevent workflow interruption.

Links

Discussion