Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations related to billing and invoicing. Specifically, the 'Bulk Send Invoices' operation allows users to send multiple invoices at once by providing a list of invoice IDs. This is useful for automating the process of emailing invoices to clients in bulk, saving time and reducing manual effort.

Use Case Examples

  1. A business wants to send out all pending invoices for the month to their clients via email automatically.
  2. An accounting team needs to bulk send invoices to a specific email address for record-keeping or client communication.

Properties

Name Meaning
Id A list of unique invoice IDs to be sent in bulk. This is a required field for the bulk send operation.
Additional Body Fields Optional additional fields to include in the request body, such as an email address to send the invoices to.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to bulk send invoices. This includes success or error details for each invoice sent.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid invoice IDs, which will cause the API request to fail.
  • If the API base URL is incorrect or unreachable, the node will throw an error indicating no routing information or failed HTTP request.
  • Errors from the API are captured and returned in the output JSON; users should check these messages for details on failed invoice sends.
  • Ensure the 'email' field, if used, is a valid email address format to avoid sending errors.

Links

Discussion