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 'Activate Multiple Customers' operation under the 'Customers' resource, it sends a request to activate multiple customers by their unique identifiers. This is useful in scenarios where a user needs to bulk activate customer accounts in a billing system, streamlining account management and automation.

Use Case Examples

  1. Activating multiple customer accounts in a billing system by providing a list of customer IDs.
  2. Automating the activation process of customers after a batch import or data update.

Properties

Name Meaning
Additional Body Fields Allows adding extra fields to the request body, including a JSON list of unique customer IDs to activate.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to activate the customers. This includes success or error details for the operation.

Dependencies

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

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of customer IDs; invalid JSON will cause errors.
  • If the API base URL or credentials are incorrect, authentication errors will occur.
  • If the node throws 'No routing information found' error, verify the resource and operation parameters are correctly set.

Links

Discussion