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 create a Customer Access Banner. It allows users to specify details such as organisation ID, banner description, destination URL, and additional optional fields like banner ID, title, display preferences for light or dark themes, and click counts. This node is useful for automating the creation and management of customer access banners in a billing or customer management system, enabling dynamic updates and integration within workflows.

Use Case Examples

  1. Creating a new customer access banner with a specific description and URL for an organisation.
  2. Updating banner display settings to show under light and dark themes.
  3. Tracking the number of clicks on a banner by setting the clicks count.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation under which the banner is created.
Description Text description of the banner to be displayed.
Url Destination URL that the banner redirects to when clicked.
Additional Body Fields Optional additional fields for the banner such as ID, title, display preferences, and click count.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created or updated customer access banner.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or incorrect API credentials, resulting in authentication errors.
  • Incorrect or missing required parameters such as organisationId, description, or url may cause the API request to fail.
  • Network or connectivity issues can prevent successful API calls.
  • Error messages from the API are propagated and can be seen in the node output; ensure to check the error details for troubleshooting.

Discussion