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 invite a user to access a customer account. It is useful for automating the process of sending invitations to users by specifying their email, name, and associated customer. Additional user details such as ID and status can also be included. Practical applications include managing customer access in billing or subscription management systems, where administrators need to invite users programmatically.

Use Case Examples

  1. Invite a new user to access a specific customer account by providing their email, name, and selecting the customer from a list.
  2. Set the user's status to 'active' or 'suspended' during the invitation process.
  3. Include a unique identifier for the user in the invitation payload.

Properties

Name Meaning
Email Unique email address of the user to invite.
Name Name of the user to invite.
Customer The customer to which the user will be granted access. Selected from a list of customers.
Additional Body Fields Optional additional fields to include in the invitation request body, such as user ID and status.

Output

JSON

  • json - The JSON response from the Billing Booth One API after inviting the customer access user, containing details about the invited user or error information.

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to invite users.
  • Verify that the email and name fields are provided and valid, as they are required.
  • Check that the selected customer ID exists and is accessible by the API key used.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Customer Access' and 'Invite Customer Access User'.
  • If binary data is referenced but not found, ensure the binary property name is correct or avoid using binary data for this operation.

Discussion