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 the 'Get Global Metadata' operation, it retrieves global metadata based on a provided key. This is useful for workflows that need to fetch configuration or metadata information stored globally in the Billing Booth One system, such as retrieving settings or reference data by key.

Use Case Examples

  1. Fetch global metadata by specifying a key to use in subsequent workflow steps.
  2. Retrieve configuration data stored in Billing Booth One to dynamically adjust workflow behavior.

Properties

Name Meaning
Key The key used to identify and retrieve the specific global metadata from the Billing Booth One API.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access global metadata.
  • Verify that the 'Key' parameter is correctly set and corresponds to an existing metadata key in the Billing Booth One system.
  • Common error messages include missing routing information if the resource or operation is not properly recognized, or errors related to missing binary data if binary input is expected but not provided.

Discussion