Create ZapSign n8n node with comprehensive documentation and implementation

Co-authored-by: andre <andre@zapsign.com.br>
This commit is contained in:
Cursor Agent 2025-07-31 12:11:07 +00:00
commit b76fd3d7f3
16 changed files with 6991 additions and 579 deletions

View file

@ -1,19 +1,19 @@
{
"name": "n8n-nodes-<...>",
"version": "0.1.0",
"description": "",
"name": "n8n-nodes-zapsign",
"version": "1.0.0",
"description": "N8N node for ZapSign digital signature API integration",
"keywords": [
"n8n-community-node-package"
],
"license": "MIT",
"homepage": "",
"author": {
"name": "",
"email": ""
"name": "ZapSign",
"email": "support@zapsign.com"
},
"repository": {
"type": "git",
"url": "https://github.com/<...>/n8n-nodes-<...>.git"
"url": "https://github.com/zapsign/n8n-nodes-zapsign.git"
},
"engines": {
"node": ">=20.15"
@ -33,15 +33,15 @@
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ExampleCredentialsApi.credentials.js",
"dist/credentials/HttpBinApi.credentials.js"
"dist/credentials/ZapSignApi.credentials.js"
],
"nodes": [
"dist/nodes/ExampleNode/ExampleNode.node.js",
"dist/nodes/HttpBin/HttpBin.node.js"
"dist/nodes/ZapSign/ZapSign.node.js",
"dist/nodes/ZapSignTrigger/ZapSignTrigger.node.js"
]
},
"devDependencies": {
"@types/node": "^24.1.0",
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
@ -52,4 +52,4 @@
"peerDependencies": {
"n8n-workflow": "*"
}
}
}