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 retrieve customer metadata. It supports fetching customer data with various filtering and sorting options, making it useful for scenarios where users need to query customer information programmatically, such as in CRM integrations, reporting, or data synchronization tasks.

Use Case Examples

  1. Retrieve a list of customers with a limit on the number of entries returned.
  2. Fetch customer metadata filtered by organisation ID or tags.
  3. Sort customer data by name or reference for organized display.

Properties

Name Meaning
Limit Maximum number of customer entries to return.
Offset Starting offset for the list of customer entries to return.
Organisation Id Filter customer metadata by organisation ID.
Tags Filter customer metadata by tags, provided as a JSON array.
Sort Sort order of the results, supporting multiple comma-separated values such as customer_name or -customer_reference.

Output

JSON

  • data - The main customer metadata returned from the API, structured as JSON.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported query parameters may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.

Discussion