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 retrieve email templates based on specified parameters. It is useful for automating the retrieval of various predefined email templates such as invoices, reminders, and notifications within an organization's billing system. For example, a user can fetch an invoice email template or a customer access activation email template by specifying the organization ID and the type of email template required.

Use Case Examples

  1. Retrieve an invoice email template for a specific organization to automate billing communications.
  2. Fetch a customer password reset email template to integrate with a customer support workflow.

Properties

Name Meaning
Organisation Id Unique identifier of the organization for which the email template is requested.
Email Template Type Type of email template to retrieve, such as invoice, invoice reminder, credit note, or customer access activation.

Output

JSON

  • json - The retrieved email template data from the Billing Booth One API.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Common issues include missing or incorrect organization ID or email template type, resulting in API errors or no data returned.
  • Errors related to API authentication can occur if the API key credential is invalid or missing.
  • If the node throws a 'No routing information found' error, it indicates a misconfiguration of resource or operation parameters.

Links

Discussion