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 account management. Specifically, for the 'Email Settings' resource and the 'Get All Email Template Types' operation, it retrieves all available email template types for a given organisation. This is useful for automating email template management within billing workflows, such as fetching templates to customize or send automated billing emails.

Use Case Examples

  1. Retrieve all email template types for a specific organisation to display or manage them in an automated billing system.
  2. Use the retrieved email template types to dynamically select and send billing-related emails based on the organisation's preferences.

Properties

Name Meaning
Organisation Id The unique identifier of the organisation for which to retrieve all email template types. This is a required string input.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of all email template types for the specified organisation.

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Common issues include missing or invalid organisation ID, resulting in API errors or empty responses.
  • Errors related to authentication failures if the API key credential is missing or incorrect.
  • Network or API endpoint errors if the base URL is misconfigured or the API service is unavailable.

Links

Discussion