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 - Create operation, it allows users to create a new contact record in the Guru Digital Manager system by providing relevant contact details.

Common scenarios where this node is beneficial include:

  • Automating the addition of new customer or client contacts into the Guru Digital Manager platform from other systems.
  • Integrating lead capture forms or CRM tools with Guru Digital Manager to keep contact data synchronized.
  • Bulk creating contacts based on external data sources or workflows.

Practical example:

  • When a new user signs up on a website, an automation workflow can trigger this node to create a corresponding contact in Guru Digital Manager with their name, email, phone number, and document ID.

Properties

Name Meaning
Contact Data A collection of fields describing the contact to create. Includes:
- Name: Contact's full name (string)
- Email: Contact's email address (string)
- Phone: Contact's phone number (string)
- Document: Contact's document identifier (CPF/CNPJ) (string)

Output

The output JSON contains the response from the Guru Digital Manager API after creating the contact. This typically includes the newly created contact's details such as its unique ID and all submitted fields, confirming successful creation.

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 configured via credentials.
  • The node uses HTTP requests with Bearer token authorization to communicate with the API.

Troubleshooting

  • Missing Credentials Error: If no API credentials are provided, the node will throw an error indicating credentials are required. Ensure you have configured a valid API authentication token.
  • API Request Failures: Network issues, invalid tokens, or incorrect base URLs can cause request failures. Verify your API token validity and base URL configuration.
  • Invalid Input Data: Providing incomplete or incorrectly formatted contact data may result in API errors. Make sure all required fields are correctly filled.
  • Unexpected API Responses: If the API changes or returns unexpected data, the node might fail. Check the Guru Digital Manager API documentation for updates.

Links and References

Discussion