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 usage data. Specifically, for the 'Email Settings' resource and 'Email Status' operation, it retrieves the status of email settings for a given organisation. This node is useful for automating billing-related workflows, monitoring email configurations, and integrating billing data into other systems.

Use Case Examples

  1. Retrieve the email status for a specific organisation by providing the organisation ID.
  2. Automate monitoring of email settings to ensure configurations are correct and up to date.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation for which the email status is requested.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the email status information for the specified organisation.

Dependencies

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

Troubleshooting

  • Ensure the 'Organisation Id' is correctly provided and corresponds to a valid organisation in the Billing Booth One system.
  • Check that the API key credential is valid and has the necessary permissions to access email settings.
  • Common error: 'No routing information found for resource: Email Settings, operation: Email Status' indicates a misconfiguration or unsupported operation; verify resource and operation names.
  • If a binary property name is specified but the binary data does not exist on the input item, an error will be thrown; ensure the binary property is correctly set.

Discussion