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 billing and customer data. Specifically, for the 'Customers' resource and 'Get Customer Growth Count' operation, it retrieves the count of customer growth within a specified billing period. This is useful for businesses to track customer acquisition trends over time by specifying start and end dates for the billing period.

Use Case Examples

  1. A business wants to analyze how many new customers were acquired between January 1, 2023, and March 31, 2023. They use this node to fetch the customer growth count for that period.
  2. A subscription service tracks monthly customer growth to adjust marketing strategies. They use this node to get customer growth counts for each billing cycle.

Properties

Name Meaning
Additional Fields Optional parameters to specify the billing period start and end dates for the customer growth count query.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the customer growth count data for the specified billing period.

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access customer data.
  • Verify that the 'start' and 'end' date fields are in the correct format and represent valid dates; invalid dates may cause API errors.
  • If the node throws a 'No routing information found' error, check that the resource and operation parameters are correctly set to 'Customers' and 'Get Customer Growth Count' respectively.

Discussion