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 retrieve data related to various resources, including integrations. Specifically, the 'Get All Integrations' operation fetches a list of integrations with options to limit the number of results, set an offset for pagination, and sort the results by specified fields. This is useful for users who want to programmatically access and manage their integrations data from Billing Booth One within an n8n workflow.

Use Case Examples

  1. Retrieve a list of all integrations with a maximum of 10 entries, sorted by name.
  2. Fetch integrations starting from an offset of 20, limiting the results to 5 entries, sorted by description in descending order.

Properties

Name Meaning
Limit Maximum number of entries to return in the response.
Offset Starting offset for the list of entries, useful for pagination.
Sort Sort order of results. Multiple values can be specified using comma separation, e.g., 'name,reference'. Possible values include 'name', '-name', 'description', '-description'.

Output

JSON

  • json - The JSON output contains the response data from the Billing Booth One API, representing the list of integrations retrieved based on the specified query parameters.

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.
  • Incorrect or unsupported query parameters (limit, offset, sort) may cause the API to return errors or unexpected results.
  • Network connectivity issues can prevent the node from reaching the Billing Booth One API endpoint.
  • Error messages from the node typically include the API error message or a generic 'Unknown error occurred'. To resolve, verify credentials, check parameter values, and ensure network access.

Links

Discussion