npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-guru-api

v1.11.1

Published

n8n Community Nodes for Digital Manager Guru API integration

Readme

n8n Community Nodes - Guru Digital Manager

npm version License: MIT n8n Community

Este pacote contém nodes do n8n para integração com a API do Guru Digital Manager, permitindo automações completas de gestão de contatos, transações e assinaturas.

🚀 Características

  • Gestão Completa de Contatos: Criar, ler, atualizar e excluir contatos
  • Controle de Transações: Gerenciar transações com diferentes status
  • Assinaturas: Criar e gerenciar assinaturas de clientes
  • Autenticação Segura: Header Auth Authorization
  • Interface Intuitiva: Fácil configuração e uso
  • Tratamento de Erros: Robustez e confiabilidade

Instalação

Siga as instruções de instalação para n8n community nodes.

Credenciais

Guru Digital Manager API

Para usar este node, você precisa configurar as credenciais da API do Guru Digital Manager:

  1. User Token: Seu token de usuário do Guru (formato: Bearer {user_token})
  2. Base URL: URL base da API (opcional, padrão: https://digitalmanager.guru/api/v2)

Nota: Se você encontrar o erro "Node does not have any credentials set", certifique-se de que está usando a versão 1.5.2 ou superior do pacote. Veja CREDENTIALS_SETUP.md para instruções detalhadas de configuração.

Troubleshooting

Erro 404 em Transações

Se você receber o erro "Request failed with status code 404" ao usar o Resource "Transaction", consulte o guia completo de resolução: TROUBLESHOOTING_404.md

Soluções rápidas:

  1. Configure a URL base correta nas credenciais
  2. Verifique se o ID da transação é válido
  3. Teste primeiro com a operação "Get All"
  4. Verifique os logs de debug no console do n8n

Nodes

Guru Digital Manager

Este node permite interagir com os recursos da API do Guru Digital Manager:

Recursos Suportados

  • Contatos (Contacts): Gerenciamento completo de contatos
  • Transações (Transactions): Gerenciamento de transações
  • Assinaturas (Subscriptions): Gerenciamento de assinaturas

Operações Disponíveis

Para cada recurso, as seguintes operações estão disponíveis:

  • Create: Criar um novo registro
  • Get: Obter um registro específico por ID
  • Get All: Listar todos os registros (com opção de limite)
  • Update: Atualizar um registro existente
  • Delete: Excluir um registro

Campos Específicos

Contatos
  • Nome
  • Email
  • Telefone
  • Documento (CPF/CNPJ)
Transações
  • Valor
  • Descrição
  • Status (Pendente, Concluída, Falhou)
Assinaturas
  • Plano
  • Status (Ativa, Inativa, Cancelada)
  • Data de Início

Desenvolvimento

Pré-requisitos

  • Node.js (versão 16 ou superior)
  • npm ou yarn

Instalação de Dependências

npm install

Compilação

npm run build

Desenvolvimento

npm run dev

Estrutura do Projeto

src/
├── credentials/
│   └── GuruDigitalManagerApi.credentials.ts
├── nodes/
│   └── GuruDigitalManager/
│       ├── GuruDigitalManager.node.ts
│       └── guruDigitalManager.svg
└── index.ts

🤝 Contribuição

Contribuições são bem-vindas! Por favor, leia nosso Código de Conduta antes de contribuir.

Como Contribuir

  1. Faça um fork do projeto
  2. Crie uma branch para sua feature (git checkout -b feature/AmazingFeature)
  3. Commit suas mudanças (git commit -m 'Add some AmazingFeature')
  4. Push para a branch (git push origin feature/AmazingFeature)
  5. Abra um Pull Request

📝 Licença

Este projeto está licenciado sob a Licença MIT - veja o arquivo LICENSE para detalhes.

📞 Suporte

🙏 Agradecimentos