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 'Delete Email Settings' operation, it deletes email settings associated with a given organisation ID. This node is useful for automating billing-related workflows, such as managing email configurations for organisations within the Billing Booth One platform.

Use Case Examples

  1. Deleting email settings for a specific organisation by providing its unique organisation ID.
  2. Automating the cleanup of email configurations when an organisation is removed or updated.

Properties

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

Output

JSON

  • json - Response from the Billing Booth One API after deleting the email settings

Dependencies

  • Billing Booth One API
  • API authentication token (access token)

Troubleshooting

  • Ensure the organisation ID provided is valid and exists in the Billing Booth One system to avoid errors.
  • Check that the API base URL and access token credentials are correctly configured to prevent authentication failures.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Email Settings' and 'Delete Email Settings' respectively.

Discussion