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 perform various operations on multiple resources such as contacts, transactions, subscriptions, affiliations, checkouts, countries, coupons, products, users, and webhooks. Specifically for the Affiliation - Get operation, it retrieves detailed information about a single affiliation by its ID.

Typical use cases include:

  • Fetching details of a specific affiliation record in your digital management system.
  • Automating workflows that require affiliation data retrieval for reporting or processing.
  • Integrating affiliation data into other systems or dashboards.

Example: You want to get the details of an affiliation with ID "aff_12345" to verify its status or related metadata before proceeding with further automation steps.

Properties

Name Meaning
Affiliation ID The unique identifier of the affiliation to retrieve. This is a required string input.

Output

The node outputs the JSON response from the Guru Digital Manager API corresponding to the requested affiliation. The structure of this JSON depends on the API's affiliation object schema but typically includes fields such as affiliation ID, name, status, creation date, and any other metadata provided by the API.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for Guru Digital Manager API authentication.
  • The base URL for the API defaults to https://digitalmanager.guru/api/v2 but can be overridden in credentials.
  • The node uses HTTP requests with Bearer token authorization.
  • Proper permissions on the API token are necessary to access affiliation data.

Troubleshooting

  • Missing Credentials Error: If no API credentials are set, the node will throw an error indicating credentials are required.
  • 404 Not Found: If the affiliation ID does not exist or is incorrect, the API will return a 404 error. Verify the ID and ensure the token has access rights.
  • Network or Authorization Errors: Check that the API token is valid and the base URL is correct.
  • Unexpected API Response: If the API changes or returns unexpected data, verify the API documentation and update the node configuration accordingly.

Links and References

Discussion