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 Favicon' operation, it retrieves the favicon associated with a customer's access settings using the provided organisation ID. This node is useful for automating the retrieval of branding assets like favicons for customer portals or dashboards.

Use Case Examples

  1. Retrieve the favicon for a specific organisation's customer access portal by providing the organisation ID.
  2. Automate the process of fetching and updating customer access branding assets in a billing system.

Properties

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

Output

JSON

  • data - The JSON response containing the customer access favicon data retrieved from the API.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid organisation ID, resulting in API errors or empty responses.
  • Errors related to authentication failures if the API key credential is not set or invalid.
  • Network or API endpoint errors if the base URL is incorrect or the API service is down.

Links

Discussion