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 related to billing and customer access settings. Specifically, for the 'Customer Access Setting' resource and the 'Get Customer Access Settings' operation, it retrieves customer access settings based on a provided organisation ID. This node is useful for automating billing-related workflows, such as fetching access configurations for customers in an organisation, which can be integrated into larger automation processes for billing management or customer service.

Use Case Examples

  1. Retrieve customer access settings for a specific organisation by providing the organisation ID.
  2. Automate the process of fetching and updating billing access configurations in a CRM or ERP system.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose customer access settings are to be retrieved.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the customer access settings data.

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing organisation ID can cause the API to return errors or empty results.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correctly configured.
  • Error messages from the API are propagated and can be seen in the node output; check the error details for troubleshooting.

Links

Discussion