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 various operations related to billing and email settings. Specifically, for the 'Delete Email Template' operation under the 'Email Settings' resource, it deletes a specified email template type for a given organisation. This is useful for managing and cleaning up email templates that are no longer needed or relevant in an organisation's billing system.

Use Case Examples

  1. Deleting an invoice email template for a specific organisation to update or remove outdated communication.
  2. Removing a customer access activation email template to customize the email notifications sent to customers.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation for which the email template will be deleted.
Email Template Type Type of the email template to delete, such as invoice, invoicereminder, commissionreport, etc.

Output

JSON

  • data - Response data from the API after deleting the email template, typically confirmation of deletion or status message.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid organisation ID or email template type, resulting in API errors.
  • Errors may occur if the API base URL is incorrect or the access token is invalid or expired.
  • If the specified email template type does not exist, the API may return an error indicating the template was not found.

Discussion