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 'Events' resource and the 'Bulk Retry Event' operation, it allows users to retry multiple events in bulk by providing a list of unique event identifiers. This is useful in scenarios where events have failed or need to be reprocessed, enabling efficient bulk handling rather than retrying events individually.

Use Case Examples

  1. Retry multiple failed events by providing their IDs in a JSON array to the 'Bulk Retry Event' operation.
  2. Automate event management workflows by bulk retrying events based on specific criteria.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a list of unique event identifiers (id) as a JSON array to retry multiple events in bulk.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to bulk retry events. This includes success or error details for each event processed.

Dependencies

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

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of event identifiers; invalid JSON will cause errors.
  • If the API base URL is incorrect or unreachable, the node will fail to connect.
  • Errors returned from the API will be included in the output; check the error messages for details on issues such as invalid IDs or permission problems.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.

Discussion