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 with the Email Integration operation, it allows users to configure email delivery methods and related settings for their organization. This is useful for automating email configurations in billing workflows, such as setting up SMTP, Mailgun, or Microsoft 365 as the email delivery method.

Use Case Examples

  1. Automate setting the email delivery method for an organization to SMTP.
  2. Configure additional email integration settings like custom codes for email handling.

Properties

Name Meaning
Organisation Id Unique identifier for the organization to which the email settings apply.
Additional Body Fields Additional optional fields for the email integration, including email delivery method and custom code.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Errors may occur if required parameters like Organisation Id are missing or invalid.
  • If the node fails to find routing information for the specified resource and operation, it throws an error indicating no routing information found.

Discussion