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 create a new contact. It allows users to specify the contact's email and additional optional fields such as a unique identifier, and preferences for receiving payment notifications, digest emails, and auto collection failure emails. This node is useful for automating contact management in billing or notification systems, enabling seamless integration of contact creation into workflows.

Use Case Examples

  1. Creating a new contact with just an email address to add to a mailing list.
  2. Creating a contact with additional preferences set, such as opting in for payment notifications and digest emails.
  3. Automating the addition of contacts with specific IDs and notification preferences based on external triggers.

Properties

Name Meaning
Email The email address of the contact to be created.
Additional Body Fields Optional additional fields for the contact such as unique identifier and notification preferences.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created contact or error information if the operation 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 parameters such as the email address can cause the API to reject the request.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.
  • Error messages from the API are propagated; users should check the error details in the node output for troubleshooting.

Links

Discussion