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 related to invoices, specifically supporting a bulk operation to send invoice reminders. It is useful for automating the process of reminding customers about unpaid invoices by sending reminders in bulk, optionally specifying email addresses for the reminders. Practical examples include sending reminders for multiple overdue invoices at once or targeting specific customers with customized email addresses.

Use Case Examples

  1. Sending bulk invoice reminders to a list of invoice IDs to automate follow-ups on unpaid invoices.
  2. Specifying an optional email address to send invoice reminders directly to a customer's email.

Properties

Name Meaning
Id List of unique invoice IDs to send reminders for.
Additional Body Fields Optional additional fields for the request body, such as an email address to send the invoice reminders to.

Output

JSON

  • json - The JSON response from the Billing Booth One API after sending invoice reminders, containing details about the operation's result.

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.
  • Errors related to authentication if the API key credential is missing or incorrect.
  • If the 'email' field is provided but invalid, the API might reject the request or fail to send reminders to the specified address.
  • The node throws errors with messages from the API or generic error messages; enabling 'Continue On Fail' allows processing to continue despite individual errors.

Discussion