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 email templates within an organisation's email settings. It allows users to specify the organisation ID, select the type of email template to update (such as invoice, invoice reminder, credit note, etc.), and provide additional fields like template name, subject, and HTML body content. This node is useful for automating the customization and management of email templates used for billing and customer communication in an organisation.

Use Case Examples

  1. Updating the invoice email template to include a new subject line and HTML body content.
  2. Modifying the email template for customer access activation to change the email subject and body.
  3. Automating the update of overdue invoice reminder email templates with new messaging.

Properties

Name Meaning
Organisation Id Organisation unique identifier used to specify which organisation's email template to update.
Email Template Type Type of email template to update, such as invoice, invoicereminder, creditnote, etc.
Additional Body Fields Collection of additional fields to customize the email template, including type, name, subject, and HTML body content.

Output

JSON

  • data - Response data from the Billing Booth One API after updating the email template.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect organisation ID, invalid email template type, or malformed HTML in the email body.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests a configuration issue in the node parameters.
  • Authentication errors can occur if the API key credential is invalid or missing; ensure the correct API key is provided.

Discussion