hellodesk

n8n community node for the HelloDesk (Faveo) API

Package Information

Downloads: 0 weekly / 14 monthly
Latest Version: 0.1.4
Author: lenny

Documentation

@dnangelx/n8n-nodes-hellodesk

Community Node für die HelloDesk (Faveo) REST API. Basiert funktional auf dem PlentyONE-Node: unterstützt Custom Request und Request via JSON Definition inkl. Pagination. Auth holt automatisch ein JWT (1 Jahr Cache) über /v3/api/login.

Install lokal (n8n Desktop / lokal)

cd ~/.n8n
npm install @dnangelx/n8n-nodes-hellodesk --production
# Falls Registry noch nicht repliziert ist:
# npm install /Pfad/zur/n8n-nodes-hellodesk-0.1.3.tgz --production

Docker (Beispiel)

docker cp n8n-nodes-hellodesk-0.1.3.tgz n8n:/home/node/.n8n/
docker exec -it n8n bash -lc "cd /home/node/.n8n && npm install ./n8n-nodes-hellodesk-0.1.3.tgz --production"
docker restart n8n

Entwickeln

npm install
npm run build

Release / Publish (Scoped)

npm version patch --no-git-tag-version
npm run build
npm publish --access public --otp <code>

Repo: https://gitlab.com/stolly82/n8n-nodes-hellodesk

Discussion