Guru Digital Manager icon

Guru Digital Manager

Interact with Guru Digital Manager API

Actions39

Overview

This node integrates with the Guru Digital Manager API, allowing users to perform various operations on multiple resources such as contacts, transactions, subscriptions, affiliations, checkouts, countries, coupons, products, users, and webhooks. Specifically for the User resource with the Get operation, the node retrieves detailed information about a user by their unique ID.

Common scenarios where this node is beneficial include:

  • Fetching user details for customer management or CRM workflows.
  • Integrating user data retrieval into automated processes like reporting or notifications.
  • Enriching other datasets with user-specific information from Guru Digital Manager.

Example: You want to get detailed information about a specific user in your system by providing their User ID, which can then be used to personalize communications or update records elsewhere.

Properties

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

Output

The output is a JSON object representing the user data retrieved from the Guru Digital Manager API. The structure corresponds directly to the API's user resource schema and typically includes fields such as user ID, name, email, and other user-related attributes.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Guru Digital Manager API.
  • The base URL for the API defaults to https://digitalmanager.guru/api/v2 but can be customized via credentials.
  • Proper network access to the Guru Digital Manager API endpoints is necessary.

Troubleshooting

  • Missing Credentials Error: If the API key credential is not provided or invalid, the node will throw an error indicating that credentials are required.
  • 404 Not Found: If the specified User ID does not exist, the API will return a 404 error. Verify the User ID is correct.
  • API Access Issues: Ensure the API token has permission to access user data and that the base URL is correctly configured.
  • Network Errors: Check connectivity to the Guru Digital Manager API endpoint.
  • Unexpected Errors: The node throws errors if unsupported operations or resources are requested.

Links and References

Discussion