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 on different resources. Specifically, for the 'Email Settings' resource with the 'Get Email Settings' operation, it retrieves the email settings for a given organisation by its unique identifier. This is useful for scenarios where you need to programmatically access or audit email configuration details of an organisation within the Billing Booth One system.

Use Case Examples

  1. Retrieve email settings for organisation ID 1 to verify or audit email configurations.
  2. Fetch email settings dynamically as part of a workflow that manages organisation billing and communication settings.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation whose email settings are to be retrieved.

Output

JSON

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

Dependencies

  • Requires an API key credential for Billing Booth One API authentication, provided via the node's credentials configuration.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'Organisation Id' parameter can cause the API to return errors or empty results.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correctly configured and accessible.
  • Error messages from the API are propagated and can be seen in the node's output; check the error details for troubleshooting.

Discussion