Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations on different resources. Specifically, for the 'Customers' resource with the 'Bulk Create Customers' operation, it allows users to create multiple customer records in bulk by sending a JSON array of customer data to the API. This is useful for scenarios where a user needs to import or register many customers at once, such as migrating customer data from another system or onboarding a large client base.

Use Case Examples

  1. Bulk create multiple customers by providing a JSON array of customer objects, each containing details like address, tariffs, and tags.
  2. Use the node to automate customer data import workflows in billing or CRM systems.

Properties

Name Meaning
Additional Body Fields Allows the user to specify additional fields for the bulk customers payload as a JSON array. This is where the bulk customer data is provided in JSON format under the 'bulk_customers' property.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to bulk create customers. This typically contains the created customer records or error information.

Dependencies

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

Troubleshooting

  • Common issues include malformed JSON in the 'bulk_customers' field, which will cause the API request to fail. Ensure the JSON is valid and correctly formatted.
  • If the API base URL or authentication token is incorrect or missing, the node will throw authorization or connection errors.
  • Errors from the API are returned in the JSON output; users should check the error messages for details on what went wrong.

Links

Discussion