
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
n8n-nodes-json2doc
Advanced tools
n8n community node for Json2Doc - JSON to Document Generation Platform
This is an n8n community node for Json2Doc - a powerful JSON to Document Generation Platform. It provides nodes to interact with Json2Doc's API for file management, template handling, and document generation jobs.
n8n-nodes-json2docTo use this node locally or for development:
# In your n8n root folder
cd ~/.n8n
npm install n8n-nodes-json2doc
Restart n8n to load the node.
This package provides three main nodes:
Manage files in Json2Doc:
Manage document templates:
Create and manage document generation jobs:
To use these nodes, you need a Json2Doc API key:
The credential also allows you to specify a custom base URL if you're using a self-hosted instance.
Want to contribute or customize this node? Here's how to set up your development environment:
# Clone the repository
git clone https://github.com/centerbitco/n8n-nodes-json2doc.git
cd n8n-nodes-json2doc
# Install dependencies
npm install
# Start development server
npm run dev
This starts n8n with your nodes loaded and hot reload enabled.
npm run build
npm run lint
npm run lint:fix
For detailed information about the Json2Doc API, including:
Visit the official documentation at json2doc.com/docs.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)FAQs
n8n community node for Json2Doc - JSON to Document Generation Platform
We found that n8n-nodes-json2doc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.