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 'Delete Multiple Contacts' operation, it allows users to delete multiple contacts by providing a list of unique identifiers (IDs). This is useful for bulk management of contact data, such as cleaning up outdated or irrelevant contacts in a system.

Use Case Examples

  1. Deleting multiple contacts by specifying their IDs in a JSON array to efficiently manage contact records.
  2. Automating the removal of contacts from a CRM system based on certain criteria by integrating this node in a workflow.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of contact IDs to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified contacts. This includes success or error information for the operation.

Dependencies

  • Billing Booth One API access token credential
  • API base URL configuration

Troubleshooting

  • Ensure the provided IDs are valid and exist in the Billing Booth One system; invalid IDs may cause errors or partial failures.
  • Check that the API credentials are correctly configured and have the necessary permissions to delete contacts.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Contacts' and 'Delete Multiple Contacts'.
  • For JSON parsing errors in the 'Id' field, ensure the input is a valid JSON array format.

Links

Discussion