Package Information
Released: 4/11/2025
Downloads: 11 weekly / 51 monthly
Latest Version: 0.2.0
Author: helderrscorreia
Available Nodes
Documentation
n8n-nodes-goldylocks
This is an n8n community node for interacting with the Goldylocks API.
Features
- Create documents
- Insert lines into documents
- Change document customer
- Terminate documents
- Send documents by email
- Trigger when documents are terminated
Installation
- Install the package in your n8n custom nodes directory:
cd ~/.n8n/custom
npm install n8n-nodes-goldylocks
- Restart n8n
Usage
Credentials
- Create a new Goldylocks API credential
- Enter your API key and base URL
Nodes
Goldylocks Node
This node provides the following operations:
- Create Document: Creates a new document for a customer
- Insert Line: Adds a line to an existing document
- Change Document Customer: Updates the customer associated with a document
- Terminate Document: Marks a document as terminated
- Send Document by Email: Sends a document to a specified email address
Goldylocks Trigger Node
This node triggers when documents are terminated. It polls the API at a configurable interval to check for terminated documents.
Development
To build the node:
npm run build
To watch for changes:
npm run dev