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 CLI resource with the Bulk Create Cli operation, it allows users to create multiple CLI entries in bulk by providing a list of line identifiers and optional additional fields such as description, CLI type, billing exclusions, spending caps, and associated cost or customer IDs. This is useful for automating the creation of multiple CLI records in a billing system, saving time and reducing manual entry errors.

Use Case Examples

  1. Bulk create multiple CLI entries by providing a JSON array of identifiers and optional metadata like description and cost center ID.
  2. Automate CLI management by integrating this node into workflows that handle customer onboarding or billing updates.

Properties

Name Meaning
Identifiers List of line identifiers to be created in bulk. This is a required JSON array input.
Additional Body Fields Optional additional fields to include in the request body, such as description, CLI type ID, billing exclusions, maximum spend, cost centre ID, and customer ID.

Output

JSON

  • json - The JSON response from the Billing Booth One API for the bulk CLI creation request, containing details of the created CLI entries or error information.

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 invalid API credentials, resulting in authentication errors.
  • Incorrectly formatted JSON for the identifiers list can cause request failures.
  • If required fields are missing or invalid, the API may return errors that should be handled by the node's error management.
  • Network or API endpoint issues can cause request timeouts or failures; ensure the base URL is correct and the API is reachable.

Discussion