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 operations on various resources, including Tags. Specifically, the 'Get Tag' operation retrieves a tag by its unique identifier. This node is useful for workflows that need to fetch detailed information about a specific tag from the Billing Booth One system, such as for reporting, auditing, or integration purposes.

Use Case Examples

  1. Retrieve a tag by its ID to display its details in a dashboard.
  2. Fetch tag information to use in conditional logic within an automation workflow.

Properties

Name Meaning
Id The unique identifier of the tag to retrieve.

Output

JSON

  • json - The JSON response containing the tag 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; otherwise, the API call will fail.
  • Check that the API base URL and access token are correctly configured in the node credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Tags' and 'Get Tag' respectively.

Discussion