Skip to main content

n8n Integration Guide

Learn how to integrate PDFBolt with n8n to automate PDF generation in your workflows. Generate professional documents from templates, HTML content, or web pages using n8n's visual workflow builder.

Choose Your Integration Method

MethodBest ForSetup
PDFBolt Community NodeRecommended for most users – visual UI, no Base64 encoding or JSON to writeInstall node, add API key, select operation
HTTP Request NodeFull control over the raw API requestConfigure headers, Base64 encode HTML in a previous step, compose JSON body

The dedicated PDFBolt community node gives you a visual interface for all PDFBolt API features directly in n8n. No manual header configuration, no Base64 encoding – just select an operation, fill in the fields, and run.

Learn more

See the PDFBolt Community Node guide for setup and usage details.

HTTP Request Node

You can also call the PDFBolt API using n8n's built-in HTTP Request node. This works without installing anything and gives you direct control over the request body.

Learn more

See the HTTP Request Node guide for setup and usage details.

Prerequisites

Before starting with either method, ensure you have:

  1. PDFBolt API Key
  • Sign up or log in to your PDFBolt account.
  • Navigate to API Keys section.
  • Copy your API key for authentication.
  1. n8n Access
  • n8n cloud account or self-hosted instance.

Additional Resources

n8n Resources