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 send invoice reminders. It is designed to automate the process of reminding customers about unpaid invoices by sending them notifications via email or other specified methods. This is useful for businesses that want to streamline their billing follow-up process and reduce manual effort in chasing payments.

Use Case Examples

  1. Sending a reminder email to customers for overdue invoices by specifying invoice IDs and optional email addresses.
  2. Automating invoice reminders for multiple invoices by providing a list of invoice IDs in JSON format.

Properties

Name Meaning
Id Unique identifier of the invoice to send a reminder for, or a list of unique invoice IDs in JSON format.
Additional Body Fields Optional additional fields to include in the request body, such as an email address to send the invoice reminder to.

Output

JSON

  • json - The response from the Billing Booth One API after sending the invoice reminder, typically containing confirmation or error details.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the invoice IDs provided are valid and exist in the Billing Booth One system to avoid errors.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly set to 'Invoices' and 'Send Invoice Reminder'.
  • Check that the API key credential is correctly configured and has the necessary permissions to send invoice reminders.
  • If sending an email, ensure the email address format is valid to prevent request failures.

Links

Discussion