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 different resources. Specifically, for the 'Organisations' resource and the 'Get Organisation Logo' operation, it retrieves the logo of a specified organisation by its unique identifier. This is useful in scenarios where you need to display or process organisation logos within an automated workflow, such as generating reports, dashboards, or integrating with other systems that require organisation branding.

Use Case Examples

  1. Retrieve the logo of an organisation by providing its unique ID to display on a company profile page.
  2. Automate the process of fetching and storing organisation logos for use in marketing materials or internal documentation.

Properties

Name Meaning
Id Unique identifier of the organisation whose logo is to be retrieved.

Output

JSON

  • data - The JSON response containing the organisation logo data or related information returned from the API.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is correctly set to a valid organisation identifier; otherwise, the API call will fail.
  • Check that the Billing Booth One API credentials are correctly configured and have the necessary permissions.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Organisations' and 'Get Organisation Logo' respectively.

Discussion