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 related to billing and metadata management. Specifically, for the 'Create Customer Metadata' operation, it allows users to add custom metadata to a customer by specifying a unique customer ID and additional key-value pairs as metadata fields. This is useful for enriching customer records with extra information that can be used for reporting, segmentation, or custom workflows.

Use Case Examples

  1. Adding custom tags or notes to a customer profile for better categorization.
  2. Storing additional customer attributes like loyalty status, preferences, or subscription details.

Properties

Name Meaning
Customer Id Unique customer reference to identify the customer for whom metadata is being created.
Additional Body Fields Collection of additional key-value pairs representing metadata fields to be added to the customer record.

Output

JSON

  • json - The response from the Billing Booth One API after creating customer metadata, typically containing the created metadata details or status information.

Dependencies

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

Troubleshooting

  • Ensure the 'Customer Id' is valid and exists in the Billing Booth One system to avoid errors.
  • Verify that the API key credential is correctly configured and has the necessary permissions.
  • If the node throws 'No routing information found' error, check that the resource and operation parameters are correctly set to 'Metadata' and 'Create Customer Metadata' respectively.
  • Handle API errors gracefully by enabling 'Continue On Fail' to capture error details in the output for debugging.

Discussion