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, and more. Specifically for the Contact - Get operation, it retrieves detailed information about a single contact by its unique ID.

Typical use cases include:

  • Fetching contact details to enrich customer data in workflows.
  • Retrieving contact information before performing updates or other operations.
  • Integrating Guru Digital Manager contact data into CRM or marketing automation systems.

For example, you might use this node to get a contact's email and phone number by providing their Contact ID, then use that data downstream in your workflow for personalized messaging or reporting.

Properties

Name Meaning
Contact ID The unique identifier of the contact to retrieve. This is required for the "Get" operation on contacts.

Output

The output is a JSON object representing the contact's data as returned by the Guru Digital Manager API. It typically includes fields such as name, email, phone, document (e.g., CPF/CNPJ), and any other contact-related attributes stored in the system.

If the contact is successfully retrieved, the output will be a single JSON object with all available contact details.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for Guru Digital Manager with appropriate permissions.
  • The node uses the base URL from 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 throws an error indicating credentials are required.
  • Invalid Contact ID: If the provided Contact ID does not exist or is incorrect, the API will likely return a 404 error. Verify the Contact ID is correct.
  • API Access Issues: Ensure the API token has permission to access contact data.
  • Network or Base URL Issues: Confirm the base URL in credentials is correct and accessible.
  • Unexpected Errors: The node throws errors if unsupported operations are requested or if the API returns unexpected responses.

Links and References

Discussion