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 update notes associated with customers. It allows users to modify the content of a note and optionally update additional fields such as creation date, author, and last update details. This node is useful in scenarios where customer notes need to be programmatically updated, for example, in CRM workflows or customer support automation.

Use Case Examples

  1. Updating the content of a customer note to reflect recent interactions.
  2. Modifying metadata of a note such as the author or timestamps for audit purposes.

Properties

Name Meaning
Customer Id Unique identifier of the customer to whom the note belongs.
Id Unique identifier of the note to be updated.
Content The main content or body of the note to be updated.
Additional Body Fields Optional additional fields to update on the note, such as creation date, author, last updated date, and last updated author.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the note.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the Customer Id and Note Id are correctly provided and exist in the system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has the necessary permissions to update notes.
  • If the node throws an error about missing routing information, check that the resource and operation parameters are correctly set to 'Notes' and 'Update Note'.
  • When updating binary data, ensure the specified binary property exists on the input item.

Discussion