Möchtest du eigene Nodes in n8n erstellen, die nur für den internen Gebrauch in deinem Unternehmen gedacht sind? Du kannst dies erreichen, indem du private Nodes in n8n erstellst und installierst, ohne sie auf npm veröffentlichen zu müssen. In diesem Blogbeitrag geben wir dir eine umfassende Anleitung, wie du private Nodes in n8n installierst.
Wenn du n8n mit Docker betreibst, musst du ein Docker-Image mit dem in n8n installierten Nodes erstellen. Folge diesen Schritten:
1. Erstelle eine Dockerdatei und füge den Code aus der bereitgestellten Dockerdatei ein.
2. Kopiere deine Node- und Credential-Dateien in das Verzeichnis ~/.n8n/custom/ deines Containers. Dadurch werden sie für Docker verfügbar.
3. Lade die Datei docker-entrypoint.sh herunter und lege sie im selben Verzeichnis wie deine Dockerdatei ab.
4. Erstelle dein Docker-Image. Ersetze <n8n-Versionsnummer> durch die Versionsnummer der n8n-Version. Zum Beispiel:
N8N_VERSION=0.177.0 docker build --build-arg N8N_VERSION=<n8n-version-number> --tag=customizedn8n.
5. Du kannst nun deinen Node in Docker verwenden.
Wenn du n8n global installiert hast, musst du deinen Node innerhalb von n8n installieren. n8n findet das Modul und lädt es automatisch. Folge diesen Schritten:
1. Kopiere deine Node- und Credential-Dateien in das Verzeichnis ~/.n8n/custom/.
2. Starte n8n neu.
3. Du kannst nun deinen Node in n8n verwenden.
Es gibt mehrere Gründe, warum du private Nodes in n8n installieren möchtest. Einer der Hauptgründe ist die Erstellung benutzer*innendefinierter Nodes, die speziell auf die Bedürfnisse deines Unternehmens zugeschnitten sind. Diese Nodes können geschützte Informationen enthalten oder Aufgaben ausführen, die für die Arbeitsabläufe in deinem Unternehmen einzigartig sind. Indem du sie privat hältst, kannst du sicherstellen, dass sie nur intern verwendet und nicht mit anderen außerhalb deines Unternehmens geteilt werden.
Ein weiterer Grund für die Installation privater Nodes ist, dass du die vollständige Kontrolle über die Nodes hast, die du in n8n verwendest. Wenn du Nodes von npm verwendest, kannst du dich darauf verlassen, dass Entwickler von Drittanbietern diese Nodes pflegen und aktualisieren. Wenn ein Node nicht mehr aktualisiert wird oder Probleme in deinem Arbeitsablauf verursacht, sitzt du möglicherweise fest, bis eine neue Version veröffentlicht wird. Wenn du deine eigenen Nodes erstellst, kannst du sicherstellen, dass sie immer auf dem neuesten Stand sind und ordnungsgemäß funktionieren.
Um deine eigenen privaten Knoten in n8n zu erstellen, musst du über einige Programmierkenntnisse verfügen. Du kannst eigene Nodes entweder in JavaScript oder TypeScript erstellen. Wenn du neu in der Programmierung bist empfehlen wir dir, mit JavaScript zu beginnen, da es einfacher zu erlernen ist. Eine ausführliche Anleitung zum Erstellen von benutzer*innendefinierten Nodes in n8n findest du in der offiziellen Dokumentation.
Sobald du deinen Node erstellt hast, musst du ihn als Modul verpacken und in n8n installieren. Dazu kannst du die in den vorherigen Abschnitten beschriebenen Schritte befolgen.
Die Installation privater Nodes in n8n ermöglicht es dir, benutzer*innendefinierte Nodes zu erstellen, die speziell auf die Bedürfnisse deines Unternehmens zugeschnitten sind und nicht mit anderen außerhalb Ihrer Organisation geteilt werden. Unabhängig davon, ob du Docker oder eine globale n8n-Instanz verwendest, macht es n8n einfach, private Nodes zu installieren. Indem du deine eigenen Nodes erstellst, kannst du sicherstellen, dass diese immer auf dem neuesten Stand sind und ordnungsgemäß funktionieren. Mit dieser umfassenden Anleitung kannst du noch heute mit der Erstellung und Installation privater Nodes in n8n beginnen.
Cloud Integration, iPaaS, SaaS, BPA… Ough, hard to keep track of all these terms. They are currently used frequently (and increasingly) in the context of automation, and it is sometimes difficult to make a clear distinction and distinction. We have already written blog posts on the terms iPaaS, SaaS and BPA, but we’ll take them up again here to make the difference.
But let’s start with cloud integration, because that’s the central umbrella term in which we embed all the other technologies in this blog post.
Arrange a free cloud integration consultation now
Arrange a free cloud integration consultation now
To illustrate these advantages, an example is suitable that we know well from our everyday work as an automation agency:
The central data to be used here is the data of a major customer. This can be the simplest information, such as the address. This address is required in numerous but completely different processes in the company: on the one hand, for correct invoicing in accounting. On the other hand, in the CRM system, where all the data of the large customer is also stored. But the address is also important in sales, for example, when employees go to the sales meeting on site.
Now the customer announces that the address of the company has changed after a move. This information will reach you by e-mail. There are now two options:
01. The e-mail is forwarded to all affected departments, accounting, sales, customer service, marketing… All persons open their corresponding program, CRM, accounting software, marketing tools (such as newsletter marketing) and change the data already stored there of the customer. This means that in multiple applications, different people do exactly the same thing: change one address.
02. But there is also an alternative: By connecting your applications, thus by integrizing them, the customer’s e-mail, or rather the information it contains about the address change, is automatically passed on to all affected applications: CRM, accounting, marketing, ERP. This does not require any clicks, because the cloud integration detects a trigger, i.e. address change, and thus automatically starts the process.
What sounds unimpressive in a single process becomes more effective when such a process occurs several times a day or weekly. Because there is a lot of data that is available in different applications and should always be correct. If these applications are cloud applications they are suitable for cloud integration.
But cloud integration doesn’t just happen. There are now a variety of applications that enable and implement this. Such tools usually allow us to link the relevant cloud applications on a central platform and define clear rules on when, how, where, how much data should be passed on and what happens to them.
To realize cloud integration, there are various applications and technologies that are sometimes used interchangeably.
We have made a first distinction between iPaaS and BPA here.
We explain the term SaaS in more detail here.
Cloud integration is rather an umbrella term that includes numerous technologies, such as SaaS, iPaaS and BPA, and this is also absolutely necessary. Cloud integration is a concept that is made possible by appropriate technologies.
However, all terms share the commonality that they are cloud-based and thus offer enormous potential for growth and scaling. In addition, they are often cheaper to implement and maintain because changed requirements are easy to implement.
As an independent automation agency, we implement cloud integration according to your requirements. We use a variety of SaaS tools and iPaas (strictly speaking BPA) software. Together we find individual solutions that are flexible and scalable.