npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-documentero

v1.0.4

Published

n8n community node for Documentero document generation API.

Downloads

871

Readme

n8n-nodes-documentero

An n8n community node that integrates the Documentero API - Document Generation into your workflows.

Documentero – Document Generation is a cloud-based document generation service. Generate Word, Excel, and PDF documents from **.docx/.xlsx templates via API. Templates support dynamic fields, tables, formulas, conditional sections, images, HTML, Markdown, and QR codes.

n8n is a fair-code licensed workflow automation platform.

Table of contents

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Supported operations:

  • Generate Document — Populate a .xlsx or .docx template and generate a document.
  • Generate and Email Document — Populate a .xlsx or .docx template and send the generated document as an email attachment.

Response fields:

  • data (binary) — The generated document as a binary file (.docx / .pdf / .xlsx). JSON metadata from the API response is returned alongside the binary; base64 content is removed.

Credentials

Obtain your API key for Documentero:

  1. Log in: https://app.documentero.com/login

  2. Open Account Settings: https://app.documentero.com/admin/account

  3. Copy the API key assigned to your account.

    Documentero API Key Location

  4. Use this API key when creating the n8n credentials for the node.

    Documentero n8n Connection

Usage

  • Create or upload template(s) (.docx/.xlsx) in your Documentero account: https://app.documentero.com

    Documentero Sample Template

  • Optional: After adding the template, set the output format and default filename on the template overview page in Documentero.

  • Add a Documentero node to your workflow.

    Documentero Workflow

  • Choose an operation:

    • Generate Document — pass the generated file to downstream nodes (e.g., OneDrive, Google Drive, Outlook).
    • Generate and Email Document — let Documentero email the generated file for you.
  • Select the template to use from the “Document Template” dropdown.

  • In Documentero (Template Overview → API/JSON), copy the JSON structure and paste it into the node’s Data (JSON) field, then fill in values.

    Documentero Template Overview

  • Run the workflow.

  • The node outputs the generated file under binary > data for further processing (.docx / .pdf / .xlsx).

    Documentero Flow

Resources

License

MIT © Documentero