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 operations related to Destination Groups, specifically creating a new Destination Group. It is useful for automating the management of destination groups in billing or telephony systems, allowing users to programmatically set properties such as the group's unique identifier, name, and sort priority. For example, it can be used to create destination groups dynamically based on external data or workflows.

Use Case Examples

  1. Creating a new destination group with a specific name and sort priority to organize call routing destinations.
  2. Automating the creation of multiple destination groups during system setup or migration.

Properties

Name Meaning
Id Unique identifier of the destination group.
Name Descriptive name of the destination group.
Sort Priority Sort priority of the destination group, used to order groups.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created destination group or error information.

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 routing information for the resource and operation can cause the node to throw an error indicating no routing information found.
  • If binary data is expected but the specified binary property does not exist on the input item, an error will be thrown.
  • Errors from the API are captured and returned in the output if 'Continue On Fail' is enabled, otherwise they cause the node to fail.

Discussion