Brandboom

Brandboom integration for n8n

Overview

This node integrates with Brandboom, a platform for managing and showcasing product catalogs. It is designed to facilitate operations related to Brandboom within n8n workflows, such as managing product data or interacting with Brandboom's API. The node supports request options like batching, SSL certificate handling, proxy configuration, and request timeout settings, making it suitable for scenarios where API requests need to be optimized or customized, such as bulk data processing or working in environments with strict network requirements.

Use Case Examples

  1. Automating product catalog updates by batching API requests to Brandboom.
  2. Using a proxy to route requests through a corporate network.
  3. Ignoring SSL certificate issues when working with self-signed certificates in a development environment.

Properties

Name Meaning
Request Options Settings to customize how API requests are made to Brandboom, including batching, SSL handling, proxy, and timeout.

Output

JSON

  • responseData - The data returned from Brandboom API requests, typically containing product or catalog information.

Dependencies

  • Requires Brandboom API credentials for authentication.

Troubleshooting

  • If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
  • Batching settings must be configured correctly; setting batch size to -1 disables batching, 0 is treated as 1.
  • Proxy settings must be correctly formatted; incorrect proxy URLs can cause connection failures.
  • Timeout should be set according to expected response times; too low a timeout may abort valid requests.

Links

Discussion