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 create a new tag resource. It allows users to specify a unique alphanumerical tag name and optionally provide additional fields such as an identifier and the number of customers associated with the tag. This node is useful for automating the management of tags within the Billing Booth One system, such as categorizing customers or transactions for reporting or organizational purposes.

Use Case Examples

  1. Creating a new tag with a unique description to categorize customers.
  2. Adding a tag with a specific ID and customer count for tracking purposes.

Properties

Name Meaning
Description Unique alphanumerical tag name used to identify the tag.
Id Unique identifier for the tag, optional additional field.
Customer Count Number of customers associated with this tag, optional additional field.

Output

JSON

  • data - The response data from the Billing Booth One API after creating the tag, typically including details of the created tag such as its description, id, and customer count.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing required fields such as the description may cause the API to reject the request.
  • Network or API endpoint errors can cause request failures; ensure the base URL is correct and accessible.

Discussion