Skip to content

Hybrid mail · Direct mail · Postcards

Hybrid mail for the businesses that outgrew the mailroom.

Upload a PDF, connect via Zapier or n8n, or call the API. Every letter printed, enveloped, and posted the same day from our UK facility. ISO 27001 certified. No minimum order.

3 ways to call the API

batch-pdf.sh
cURL
curl https://api.intelliprint.net/v1/prints \
     -u $API_KEY: \
     -F file=@statements-batch.pdf \
     -F "splitting[method]=split_on_phrase" \
     -F "splitting[phrase]=Dear" \
     -d confirmed=true

# Already mail-merged 400 letters into one PDF?
# Upload it as-is and split by a repeating
# phrase (e.g. "Dear") or a fixed page count —
# we pull each address straight off the page.
send-one-off.sh
cURL
curl https://api.intelliprint.net/v1/prints \
     -u $API_KEY: \
     -F file=@invoice.pdf \
     -F "recipients[0][address][name]=Acme Ltd" \
     -F "recipients[0][address][line]=14 Queen Street, London" \
     -F "recipients[0][address][postcode]=SW1H 9NA" \
     -d confirmed=true

# No address window on the PDF? We add a cover
# sheet with the address automatically.
send-print.sh
cURL
curl https://api.intelliprint.net/v1/prints \
     -u $API_KEY: \
     -d template=tmpl_ae89gbfjdo \
     -d mailing_list=mal_3yrg9g8dv \
     -d confirmed=true
Prefer no code? See every way in

Mail journey

From digital document to posted letter.

One operational layer connects files, workflow automations, and API calls to UK print, enclosure, and post.

You send

Step 01

Upload a PDF, connect a workflow, or call the API.

We produce

Step 02

We print, enclose, and prepare each item in the UK.

We post

Step 03

Your letters and postcards move into the postal network.

We record

Step 04

You keep a clear operational trail for every send.

How it works

A flexible front door. One consistent production path.

Send from code, automation tools, the dashboard, or a print driver. Behind every route is the same controlled print and post operation — with delivery streamed back as data.

01

Trigger

Send from wherever your workflow already lives.

APIDashboardZapiern8nPrint driverHotfolders
02

Produce

Printed, folded, enclosed, and stamped in our UK facility.

03

Deliver

Handed to Royal Mail as the item type your recipient needs.

LettersPostcardsDirect mail campaigns
04

Track

Delivery events streamed back to you as data.

Send from anywhere

Connect the tools you already use.

Intelliprint is the print-and-post layer for your stack. Trigger mail from your CRM, accounting tool, or workflow automation — or call the API directly from your own code.

  • Zapier
  • n8n
  • Xero
  • Salesforce
  • HubSpot
  • Shopify
  • Klaviyo
  • Mailchimp

Trusted at scale

The infrastructure behind millions of UK business letters.

Mail items posted
13m+and growing — from the UK's Leeds facility
Operating from UK production
Since 2015Leeds-based printing and posting
Security certification
ISO 27001full-pipeline certified · CfA 0120

What customers say

From businesses already sending with us.

Intelliprint has allowed us to improve efficiency and has enabled us to work in a fully hybrid manner without frequent visits to the office to print and post letters. We've not even needed to train staff, we've just sent them the links to the YouTube channel. Support is quick and efficient.
Michael Morgan
via Trustpilot
After years of manually sending out letters to our customer base we looked for a more efficient way and found Intelliprint. The process of signing up, uploading documents and completing the order was easy and fast. Takes the hassle out of printing, folding, stamping and taking to the post office — all done using the system in 15 minutes — this would have been a day long task manually.
Jordan Gibson
via Trustpilot
Fantastic service. Quick and easy to use and the customer service team are friendly and extremely helpful. Would recommend to anyone considering using a digital mailing platform for their business.
Gabi D.
via Trustpilot

Pricing clarity

Check what in-house mail is really costing.

Use the savings calculator to compare postage, print, envelopes, staff time, and overhead against the current Intelliprint rate card.

Volume
monthly letters
Labour
minutes per batch
Output
cost difference
Report preview
Rate-card pricing
Current C5/C4 and postage options.
Labour assumptions
Adjust time, cost, and volume.
Branded report
Download or print the comparison.

Built for developers

Send from code. Or from anywhere else.

Six real routes, picked per team: the Intelliprint API for developers, a Zapier app for no-code automation, an official n8n community node for self-hosted workflows, a Windows print driver, Hotfolders, or the dashboard itself. One account, six ways in.

six-ways-in.sh
cURL
# Install the n8n community node
npm install n8n-nodes-intelliprint

# Or use Zapier — search "Intelliprint" in the app directory

# Or call the API directly
curl https://api.intelliprint.net/v1/letters \
  -H "Authorization: Bearer $INTELLIPRINT_API_KEY" \
  -d @letter.json

Ready when you are

Start sending today.

No setup fees. No contracts. No minimum order. Pay per item, updated whenever Royal Mail rates change, transparent on the pricing page.