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 user management, specifically creating a new user in this context. It is useful for automating user creation workflows, such as onboarding new users by providing their email, description, password, and role IDs. Practical examples include integrating user creation into a CRM system or automating account setup in a billing platform.

Use Case Examples

  1. Create a new user by providing their unique email address and optional details like description, password, and roles.
  2. Automate user onboarding by integrating this node into a workflow that collects user data and creates accounts in the Billing Booth One system.

Properties

Name Meaning
Email Unique email address of the user, required for user creation.
Additional Body Fields Optional additional fields for user creation including description (user's full name or details), password (for signing in), and role IDs (list of roles assigned to the user).

Output

JSON

  • json - Response data from the Billing Booth One API representing the created user or error information if the request fails.

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 like email can cause the API to reject the request.
  • If the binary property name is specified but the binary data is missing, an error is thrown indicating the missing binary property.
  • Errors from the API are caught and returned as error messages in the output unless 'continue on fail' is enabled, which allows the workflow to continue despite errors.

Links

Discussion