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 'Bundles' resource and the 'Get Customer Bundle' operation, it retrieves details of a specific customer bundle by using the provided customer ID and bundle ID. This node is useful for automating billing and subscription management tasks, such as fetching bundle information for customers in a billing system.

Use Case Examples

  1. Retrieve a specific bundle for a customer by providing the customer ID and bundle ID to automate billing workflows.
  2. Fetch customer bundle details to integrate with other systems like CRM or accounting software.

Properties

Name Meaning
Customer Id The identifier of the customer whose bundle is to be retrieved. This is a required option loaded dynamically from available customers.
Id The unique identifier of the bundle to retrieve for the specified customer. This is a required numeric input.

Output

JSON

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

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the 'Customer Id' and 'Id' fields are correctly set and correspond to existing records in the Billing Booth One system.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly selected.
  • Errors related to binary property names indicate that the specified binary data does not exist on the input item; check the binary property name if used.

Links

Discussion