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-templated

v0.4.5

Published

n8n node to automate the generation of images, videos, and PDFs with Templated (https://templated.io).

Readme

n8n-nodes-templated

This is an n8n community node. It lets you use Templated in your n8n workflows.

Templated is a powerful image, video, and PDF generation service that allows you to create dynamic visual content from templates. With its drag-and-drop editor and robust API, you can automate the creation of marketing images, videos, social media posts, banners, PDFs, and more.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

With Templated you can create images, videos, or PDFs from dynamic templates. Here are the operations you can use:

Render Operations

| Name | Description | Documentation | |------|-------------|---------------| | Create Render | Creates an image, video, or PDF from your template. Supports JPEG, PNG, WebP, MP4 (video), and PDF formats with customizable layers. | Link | | Retrieve Render | Retrieves a specific render by its ID to check status and get the generated file URL. | Link | | Merge Renders | Merges multiple rendered PDFs into a single PDF document. | Link |

Template Operations

| Name | Description | Documentation | |------|-------------|---------------| | Create Template | Create a new template programmatically with layers. | Link | | Update Template | Update an existing template's properties, layers, or pages. | Link | | Clone Template | Create a copy of an existing template. | Link | | Retrieve Template | Retrieves details of a specific template by its ID. | Link | | List All Templates | Lists all templates in your account. | Link | | List Template Layers | Lists all available layers of a specific template. | Link | | List Template Pages | Lists all pages of a multi-page template. | Link | | List Template Renders | Lists all renders created from a specific template. | Link |

Credentials

To use this node, you need to authenticate with Templated using an API key.

Prerequisites

  1. Sign up for a Templated account
  2. Create a template using the Templated Editor
  3. Get your API key from your account dashboard

Authentication Setup

  1. In n8n, create new credentials for "Templated API"
  2. Enter your API key obtained from Templated
  3. Test the connection to ensure it's working properly

Compatibility

  • Minimum n8n version: 0.174.0
  • Node API version: 1
  • Tested with n8n versions: 0.174.0, 1.0.0+
  • Node.js requirement: >=18.10
  • Package manager: pnpm >=9.1

This node uses the Templated API and should remain compatible with future versions of the service. The node includes AI tool integration capabilities for enhanced workflow automation.

Usage

This node is perfect for automating visual content creation in your workflows. Common use cases include:

  • Marketing Automation: Generate personalized social media posts, banners, or ads with dynamic content
  • Video Creation: Create promotional videos, social media clips, or animated content
  • E-commerce: Create product images with dynamic pricing, promotional text, or seasonal branding
  • Document Generation: Generate certificates, invoices, reports, or contracts in PDF format
  • SaaS Applications: Create user-specific images, dashboards, or documents
  • Social Media: Automate the creation of branded posts with dynamic content and user data
  • Batch Processing: Merge multiple PDFs or generate series of related documents
  • Template Management: Programmatically create and manage templates for dynamic content pipelines

Advanced Features

  • Video Generation: Create MP4 videos with custom duration and FPS settings
  • PDF Options: Flatten PDFs and use CMYK color mode for print-ready documents
  • Simple & Advanced Modes: Choose between a form-based layer editor (with template layer dropdown) or direct JSON input
  • Dynamic Layer Customization: Control text, colors, fonts, images, borders, positioning, and visibility
  • Multi-Page Support: Handle multi-page templates with page-specific layer modifications
  • Template Management: Create, update, and clone templates programmatically
  • Template Search: Quickly find templates by name or description using the built-in search
  • Resource Locators: Choose templates from dropdown lists or enter IDs directly

Example Workflow

  1. Trigger: New data event (e.g., new customer, product, or order)
  2. Process: Transform and prepare data for template variables
  3. Generate: Use the Templated node to create personalized image or PDF
  4. Distribute: Share via email, social media, file storage, or webhook

The node integrates seamlessly with other n8n nodes, allowing you to pull data from databases, APIs, webhooks, or forms to populate your templates dynamically.

Resources