Brightpearl

Brightpearl integration for n8n

Overview

This node integrates with the Brightpearl platform, allowing users to perform operations related to Brightpearl within an n8n workflow. It is useful for automating tasks such as managing orders, inventory, customers, and other business data in Brightpearl. Practical examples include syncing order data from Brightpearl to another system, updating inventory levels, or retrieving customer information for marketing automation.

Use Case Examples

  1. Sync orders from Brightpearl to a CRM system.
  2. Update inventory levels in Brightpearl based on sales data from an e-commerce platform.
  3. Retrieve customer details from Brightpearl for targeted email campaigns.

Properties

Name Meaning
Request Options Settings to control how requests to Brightpearl are made, including batching, SSL certificate validation, proxy usage, and timeout settings.

Output

JSON

  • operation - The operation performed on the Brightpearl resource.
  • resource - The Brightpearl resource being accessed or manipulated.
  • data - The data returned from Brightpearl as a result of the operation.

Dependencies

  • Requires an API key credential for Brightpearl API authentication.

Troubleshooting

  • Common issues include request timeouts, which can be resolved by increasing the timeout setting.
  • SSL certificate validation errors can occur if the server's certificate is invalid; enabling 'Ignore SSL Issues' can bypass this but is insecure.
  • Proxy configuration errors may prevent requests from reaching Brightpearl; ensure proxy settings are correct.

Links

Discussion