Guru Digital Manager icon

Guru Digital Manager

Interact with Guru Digital Manager API

Actions39

Overview

This node integrates with the Guru Digital Manager API to manage various resources such as contacts, transactions, subscriptions, products, and more. Specifically for the Product - Get operation, it retrieves detailed information about a product by its unique ID.

Typical use cases include:

  • Fetching product details to display or process in workflows.
  • Integrating product data retrieval into automated business processes.
  • Synchronizing product information between Guru Digital Manager and other systems.

For example, you might use this node to get a product's name, description, price, and status by providing its Product ID, then use that data downstream in your automation.

Properties

Name Meaning
Product ID The unique identifier of the product to retrieve. This is required for the "Get" operation on the product resource.

Output

The node outputs the JSON response from the Guru Digital Manager API corresponding to the requested product. This typically includes fields such as:

  • Product name
  • Description
  • Price
  • Status (e.g., active or inactive)
  • Other metadata related to the product

The output is an array of JSON objects, each representing a product record fetched from the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for Guru Digital Manager with appropriate permissions.
  • The node uses the base URL configured in the credentials or defaults to https://digitalmanager.guru/api/v2.
  • Network access to the Guru Digital Manager API endpoint is necessary.

Troubleshooting

  • Missing Credentials Error: If no API credentials are provided, the node will throw an error indicating credentials are required.
  • Invalid Product ID: If the provided Product ID does not exist or is incorrect, the API may return a 404 error. Verify the ID and ensure it exists in Guru Digital Manager.
  • API Permission Issues: Ensure the API token has permission to access product data.
  • Network or Base URL Issues: Confirm the base URL in credentials is correct and reachable.
  • Unexpected API Errors: The node throws errors with messages from the API; check those messages for hints on resolution.

Links and References

Discussion