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 and the 'Activate Customer' operation, it activates a customer account by sending a request to the API with the customer's unique identifier. This node is useful in automation workflows where customer account management is required, such as activating customers after registration or payment confirmation.

Use Case Examples

  1. Activating a customer account after successful payment processing.
  2. Automating customer status updates in a billing system.

Properties

Name Meaning
Id Unique identifier of the customer to be activated.

Output

JSON

  • json - The JSON response from the Billing Booth One API after activating the customer, containing details about the activation status or customer data.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; missing or invalid Id will cause the API request to fail.
  • Check that the API base URL and access token are correctly configured in the node credentials to avoid authentication errors.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Customers' and 'Activate Customer' respectively.

Discussion