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 revenue data. Specifically, the 'Get Bottom Customers By Revenue' operation retrieves a list of customers with the lowest revenue within a specified date range. This is useful for businesses aiming to analyze customer revenue distribution, identify low-performing customers, or tailor marketing strategies accordingly.

Use Case Examples

  1. A business wants to identify customers generating the least revenue between January 1, 2023, and March 31, 2023, to target them with special offers.
  2. A financial analyst uses the node to extract bottom revenue customers for quarterly reporting and trend analysis.

Properties

Name Meaning
Additional Fields Optional parameters to specify the analysis start and end dates for the revenue data.

Output

JSON

  • data - The main response data from the API containing the bottom customers by revenue.

Dependencies

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

Troubleshooting

  • Ensure the API base URL is correctly configured in the credentials; otherwise, requests may fail.
  • If the 'start' or 'end' date parameters are incorrectly formatted or missing, the API may return errors or incomplete data.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.

Discussion