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 'Customer Access Banner' resource and the 'Update Customer Access Banner Image' operation, it updates the image associated with a customer access banner by sending a properly authenticated HTTP request to the API. This node is useful for automating updates to customer access banners in billing or customer management systems, such as changing banner images programmatically based on workflow triggers.

Use Case Examples

  1. Automatically update the customer access banner image when a new marketing campaign starts.
  2. Change the banner image based on customer subscription status or tier.
  3. Integrate with a content management system to keep customer-facing banners up to date without manual intervention.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose customer access banner image is to be updated.
Id Unique identifier of the specific customer access banner image to update.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the customer access banner image.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token for authentication.

Troubleshooting

  • Common issues include missing or invalid binary property when uploading image data, resulting in errors about the binary property not existing on the input item.
  • Errors may occur if routing information for the specified resource and operation is missing or incorrect, causing the node to throw a 'No routing information found' error.
  • HTTP request failures due to invalid credentials, network issues, or API errors will be surfaced as node operation errors.
  • Ensure the 'Organisation Id' and 'Id' parameters are correctly set and valid to avoid API errors related to resource identification.

Discussion