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 manage customer data, specifically allowing the removal of multiple tags from customers. It is useful in scenarios where you need to update customer metadata by removing certain tags in bulk, such as cleaning up customer segments or updating marketing lists. For example, you can provide a list of customer IDs and specify which tags to remove, optionally replacing all existing tags or just removing the specified ones.

Use Case Examples

  1. Remove multiple tags from a list of customers by providing their IDs and the tags to be removed.
  2. Update customer tags by replacing all existing tags with a new set for selected customers.

Properties

Name Meaning
Customer Ids List of customer IDs to which the tag removal operation will be applied.
Tags List of tags to be removed from the specified customers.
Replace Tags Boolean flag indicating if all existing tags on the customer should be replaced (true) or if the specified tags should just be removed (false).

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing customer IDs, malformed JSON input for customer IDs or tags, and API authentication errors due to invalid or missing credentials.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests a misconfiguration in the node parameters.
  • If binary data is expected but not found, an error will be thrown indicating the missing binary property.

Discussion