LavaTop icon

LavaTop

Sends data to LavaTop

Actions8

Overview

This node interacts with the LavaTop platform to retrieve product data. Specifically, the "Get Products" operation fetches a list of products with various filtering options. This is useful for workflows that need to integrate or synchronize product information from LavaTop, such as inventory management, reporting, or marketing automation.

Practical examples include:

  • Automatically retrieving all visible digital products created before a certain date.
  • Filtering products by type (e.g., courses, books) to generate targeted promotional campaigns.
  • Extracting subscription-based products with specific visibility settings for analytics.

Properties

Name Meaning
Options Collection of optional filters to refine the product query:
- Before Created At Filter products/posts created before this date (date/time).
- Content Categories Filter by content type; options: Post, Product.
- Product Types Filter by product type; multiple selections allowed among: Course, Digital Product, Book, Guide, Subscription, Audio, Mods, Consultation.
- Feed Visibility Filter by content visibility; options: All, Only Visible, Only Hidden.
- Show All Subscription Periods Boolean flag to show offers with subscription periods longer than a month (applicable for subscriptions).

Output

The node outputs JSON data representing the retrieved products matching the specified filters. Each product object typically includes details such as product ID, type, visibility status, creation date, and other relevant metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the LavaTop service.
  • The node depends on the LavaTop API endpoint to fetch product data.
  • No additional environment variables or external services are explicitly required beyond the API authentication.

Troubleshooting

  • Common Issues:

    • Incorrect or missing API credentials will cause authentication failures.
    • Using invalid filter values (e.g., unsupported product types) may result in empty responses or errors.
    • Date filters must be properly formatted; otherwise, the API might reject the request.
  • Error Messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
    • Validation errors on filters suggest checking the input formats and allowed option values.
    • Network or timeout errors imply connectivity issues with the LavaTop API; retry or check network settings.

Links and References

  • LavaTop official API documentation (not provided here, but recommended to consult for detailed API usage).
  • n8n documentation on creating and using custom nodes for API integrations.

Discussion