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 on various resources, including deleting contacts. Specifically, for the 'Delete Contact' operation under the 'Contacts' resource, it sends an authenticated HTTP request to delete a contact identified by a unique ID. This node is useful for automating contact management tasks such as removing outdated or incorrect contact entries from the Billing Booth One system.

Use Case Examples

  1. Automatically delete a contact when they unsubscribe from a mailing list.
  2. Remove contacts that are no longer active in your CRM system to keep data clean.

Properties

Name Meaning
Id Unique identifier of the contact to be deleted.

Output

JSON

  • data - Response data from the Billing Booth One API after deleting the contact.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is correctly set to a valid contact identifier; otherwise, the API call will fail.
  • Check that the API key credential is valid and has sufficient permissions to delete contacts.
  • Common error messages include 'No routing information found' if the resource or operation is misconfigured, and HTTP errors from the API indicating issues like unauthorized access or resource not found.
  • If the node throws a 'Binary property does not exist' error, verify that the binary property name is correctly specified if binary data is involved, though this is unlikely for the delete contact operation.

Discussion