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 on various resources, including updating destination groups. Specifically, the 'Update Destination Group' operation allows users to modify properties of a destination group such as its unique identifier, name, and sort priority. This node is useful for automating updates to destination groups within the Billing Booth One system, enabling integration with workflows that manage telephony or billing configurations.

Use Case Examples

  1. Updating the name and sort priority of a specific destination group by providing its unique ID.
  2. Modifying multiple fields of a destination group in a single API call to keep the system's destination groups organized and up-to-date.

Properties

Name Meaning
Id Unique identifier of the destination group to update.
Additional Body Fields Optional additional fields to include in the update request body, such as Id, Name, and Sort Priority of the destination group.

Output

JSON

  • json - The JSON response from the Billing Booth One API after updating the destination group, containing the updated destination group data or error information.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect API credentials, resulting in authentication errors.
  • Providing an invalid or non-existent destination group ID will cause the API to return an error.
  • Ensure that required fields like 'Id' are provided and correctly formatted to avoid request validation errors.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set.

Links

Discussion