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, including Customer Groups. Specifically, the 'Delete Customer Group' operation allows users to delete a customer group by providing its unique identifier. This is useful for managing customer groups dynamically within automated workflows, such as removing obsolete or incorrect groups.

Use Case Examples

  1. Deleting a customer group by its ID to keep the customer database clean and up-to-date.
  2. Automating the removal of customer groups that are no longer needed as part of a billing or CRM process.

Properties

Name Meaning
Id Unique identifier of the customer group to be deleted

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the customer group, which may include success confirmation or error details.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is correctly set to a valid customer group identifier; otherwise, the API call will fail.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly set to 'Customer Groups' and 'Delete Customer Group'.
  • Authentication errors may occur if the API key credential is invalid or missing; verify the credential configuration in n8n.

Discussion