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 'Get Customer Access Banner' operation, it retrieves a customer access banner by its unique identifier within a specified organisation. This is useful for scenarios where you need to fetch and display customer-specific banners or messages programmatically, such as in customer portals or dashboards.

Use Case Examples

  1. Retrieve a customer access banner by providing the organisation ID and banner ID to display customized messages to customers.
  2. Automate fetching of customer access banners for integration with other systems or reporting.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation to which the customer access banner belongs.
Id Unique identifier of the customer access banner to retrieve.

Output

JSON

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

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 incorrect organisation ID or banner ID, resulting in API errors or empty responses.
  • Errors related to authentication failures if the API key or access token is invalid or expired.
  • Network or connectivity issues when making HTTP requests to the Billing Booth One API.
  • If the node throws 'No routing information found' error, it indicates a misconfiguration of resource or operation parameters.

Discussion