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 'Metadata' resource and 'Get Customer Metadata' operation, it retrieves metadata associated with a unique customer reference (Customer Id) and a specified key. This is useful for workflows that need to fetch detailed customer metadata for billing, reporting, or customer management purposes.

Use Case Examples

  1. Retrieve metadata for a specific customer by providing their unique Customer Id and the metadata key.
  2. Use the node to automate fetching customer-related metadata for integration with other systems or for generating reports.

Properties

Name Meaning
Customer Id Unique customer reference used to identify the customer whose metadata is being retrieved.
Key The specific metadata key to retrieve for the given customer.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the requested customer metadata.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect Customer Id or Key parameters, which will cause the API request to fail.
  • Errors related to API authentication can occur if the API key credential is invalid or missing.
  • Network or connectivity issues may prevent successful API requests.
  • If the node throws a 'No routing information found' error, it indicates that the specified resource-operation combination is not supported or incorrectly configured.

Discussion