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, including Contacts. Specifically, for the 'Get Contact' operation under the 'Contacts' resource, it retrieves detailed information about a contact using a unique identifier. This node is useful in scenarios where users need to fetch contact details from the Billing Booth One system for further processing, reporting, or integration with other workflows.

Use Case Examples

  1. Retrieve a contact's details by providing their unique ID to integrate contact information into a CRM system.
  2. Fetch contact data to generate personalized billing or communication workflows.

Properties

Name Meaning
Id Unique identifier of the contact to retrieve.

Output

JSON

  • json - The JSON response containing the contact details retrieved from the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; missing or invalid IDs will cause errors.
  • Check that the API key credential is correctly configured and has the necessary permissions to access contact data.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Contacts' and 'Get Contact' respectively.

Links

Discussion