Native integrations with Zapier, n8n, Make, Bubble.io, Google Sheets, Airtable, and more. No-code or full REST API.
Search for "Typsetter" in the Zapier app directory and connect your account using your API key from the Typsetter dashboard.
Choose a trigger app — e.g., "New row in Google Sheets", "New payment in Stripe", or any of 5,000+ supported triggers.
Add the Typsetter "Generate PDF" action. Select your template, then map fields from the trigger data to template variables.
Add a delivery step — send the PDF via Gmail, upload to Dropbox, or attach to a CRM record. Activate your Zap and you're done.
In your Typsetter dashboard, go to Integrations → Google Sheets. Click "Connect Google Account" and authorize access.
Select a spreadsheet and sheet tab. Typsetter reads the column headers and automatically maps them to your chosen template's variables.
Configure output settings: generate from all rows, specific row range, or only rows matching a filter (e.g., Status = "Ready to invoice").
Run the batch job — Typsetter generates a PDF per row and delivers a ZIP download, email attachment, or Google Drive upload.
Get your API key from the dashboard under Settings → API Keys. Keys are prefixed with ts_live_sk_.
Call GET /v1/templates to list available templates and understand the required data fields for each.
POST to /v1/render with your template slug and JSON data. The API returns the binary PDF synchronously.
For batch jobs, POST to /v1/render/batch with an array of data objects. Poll job status or receive a webhook when done.
Start with the free plan and build your first PDF automation workflow today — no credit card required.