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 apply multiple tags to customers. It allows users to specify a list of customer IDs and apply tags to these customers, either replacing existing tags or adding to them. This is useful for managing customer metadata in bulk, such as categorizing customers for marketing or organizational purposes.

Use Case Examples

  1. Apply a set of tags to multiple customers to segment them for a marketing campaign.
  2. Replace all existing tags on selected customers with a new set of tags to update their categorization.

Properties

Name Meaning
Customer Ids List of customer IDs to which the tags will be applied.
Tags List of tags to be applied to the customers.
Replace Tags Boolean flag indicating whether to replace all existing tags on the customer (true) or add the new tags to the existing ones (false).

Output

JSON

  • json - Response data from the Billing Booth One API after applying tags to customers.

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.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests misconfiguration of the node parameters.
  • If binary data is expected but not found, an error will be thrown indicating the missing binary property.

Links

Discussion