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 'Destinations' resource and the 'Get Destination' operation, it retrieves details of a destination by its unique identifier. This node is useful for workflows that need to fetch destination data from the Billing Booth One system, such as for reporting, data synchronization, or further processing in automation pipelines.

Use Case Examples

  1. Retrieve a destination's details by its ID to update a CRM system.
  2. Fetch destination information to generate billing reports.
  3. Use destination data to trigger notifications or alerts based on specific criteria.

Properties

Name Meaning
Id Unique identifier of the destination to retrieve.

Output

JSON

  • json - The JSON response containing the destination details retrieved from the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; missing or invalid IDs will cause errors.
  • Check that the API base URL and credentials are correctly configured to avoid authentication failures.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Destinations' and 'Get Destination' respectively.

Discussion