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 various operations on different resources. Specifically, for the 'Users' resource and the 'Activate User' operation, it activates a user identified by a unique ID. This node is useful in automation workflows where user management tasks such as activating users need to be integrated with the Billing Booth One system. For example, it can be used to automatically activate users after they complete a registration process or meet certain criteria in a workflow.

Use Case Examples

  1. Activating a user account in Billing Booth One by providing the user's unique ID.
  2. Automating user activation as part of a customer onboarding process.

Properties

Name Meaning
Id Unique identifier of the user to be activated.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to activate the user. This typically contains details about the activated user or the result of the activation operation.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid user identifier; missing or invalid IDs will cause the operation to fail.
  • Check that the API key credential is correctly configured and has the necessary permissions to activate users.
  • Common error messages include 'No routing information found for resource: Users, operation: Activate User' which indicates a misconfiguration or missing operation routing in the node setup.
  • If the node throws errors related to binary property names, verify that the binary data property exists and is correctly referenced.

Links

Discussion