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

v1.0.0

Published

Send letters and postcards with Intelliprint's n8n node

Downloads

14

Readme

n8n-nodes-intelliprint

This is an n8n community node. It lets you send letters and postcards with Intelliprint in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

This node is based on the Intelliprint API Reference.

Installation | Operations | Credentials | Compatibility | Usage | Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Print Job

  • Create - Create a new print job for letters or postcards
  • Get - Retrieve a single print job by ID
  • Get Many - List all print jobs
  • Update - Update an existing print job
  • Delete - Cancel a confirmed print job or delete an unconfirmed print job

Credentials

You can use an API key to authenticate with the Intelliprint API.

API Key

  1. Sign in to your Intelliprint account.
  2. Navigate to API Keys.
  3. Create a new API key.
  4. Copy the API key.
  5. In n8n, create a new credential of type "Intelliprint API" and paste your API key.

Compatibility

Compatible with [email protected] or later

Usage

Creating a Print Job

The node supports multiple ways to create print jobs:

  • Content and Recipients - Use plain text or HTML content with a list of recipients
  • Content and Mailing List - Use content with a mailing list ID
  • File and Recipients - Upload a file (PDF, DOCX, etc.) with a list of recipients
  • File and Mailing List - Upload a file with a mailing list ID
  • File with Pre-Inserted Addresses - Use a file that already contains addresses
  • Template and Recipients - Use an Intelliprint template with a list of recipients
  • Template and Mailing List - Use an Intelliprint template with a mailing list ID
  • URL to a File and Recipients - Use a URL to a file with a list of recipients
  • URL to a File and Pre-Inserted Addresses - Use a URL to a file with pre-inserted addresses
  • URL to a Template and Recipients - Use a URL to a template with a list of recipients
  • URL to a Template and Mailing List - Use a URL to a template with a mailing list ID

Print Job Types

  • Letter - Standard letter format
  • Postcard - Postcard format

Key Features

  • Test Mode - Create print jobs in test mode (not charged, not actually sent)
  • Confirmation - Control when print jobs are submitted for printing
  • Postage Options - Choose from various UK and international postage services
  • Printing Options - Configure black and white, double-sided, premium quality, and more
  • Backgrounds - Apply letterheads and logos to letters
  • Extra Documents - Include additional documents with letters
  • Dynamic Variables - Use variables to personalize templates for each recipient
  • Mailing Lists - Create, retrieve, update, and delete mailing lists

Resources