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 'Email Settings' resource and 'Email O Auth' operation, it allows users to configure email delivery methods such as SMTP, Mailgun, or Microsoft 365 by providing an organisation ID and optional additional fields. This node is useful for automating email configuration tasks within billing workflows, enabling seamless integration of email delivery services.

Use Case Examples

  1. Configure email delivery method for an organisation using SMTP.
  2. Switch email delivery to Mailgun for transactional emails.
  3. Set up Microsoft 365 as the email delivery method for organisational notifications.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation, required to specify which organisation's email settings to configure.
Additional Fields Optional additional settings for email configuration, including the choice of email delivery method (smtp, mailgun, microsoft365).

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the result of the email settings operation.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid organisation ID, incorrect API credentials, or unsupported email delivery method values.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests misconfiguration of the node parameters.
  • Ensure the API key credential is correctly set up and the base URL is valid to avoid authentication errors.

Discussion