Automate any documents and graphics your business needs

Design a template once, connect data from any source, then generate pixel-perfect documents or graphics at any scale: one-off, bulk, or on-demand.

Where your data comes from
Forms
REST API
Sheets, Airtable, CSV
Zapier and other automation tools
Your template
{{name}}{{date}}{{amount}}
The files you get back
PDFjessica-morgan.pdf
PNG12-faraday-road.png
JPGpriya-nair.jpg
DOCXdaniel-okafor.docx

How it works

Making a document or a graphic takes three steps.

Design the template

Design a template and place dynamic fields where data should appear. You can design a template on a visual canvas, using markup, or just upload a Word file you already use.

Connect the data

Connect data from Google Sheets, Airtable, CSV, forms, REST API, Zapier, or manual entry.

Generate

Generate outputs as PDF, Word, PNG, or JPG. At any scale: one-off, bulk, or on-demand.

What you can automate

Automate any document or graphic that’s part of a regular workflow. Generate invoices, certificates, social media graphics, ecommerce banners, event badges, contracts, reports, and more from pre-designed templates, without starting from scratch.

Invoices
Certificates
Social images
Event badges
YouTube thumbnails
Ecommerce banners
Payslips
NDAs
Monthly reports
Offer letters
Worksheets
Property reports
Discharge summaries
Contracts
Email headers
Tickets
Posters
Property listings
Shipping labels
Receipts
Consent forms
Referral letters
Policy documents
Cover letters
Appraisal letters
Onboarding packs

Collect data with forms ready for your workflows

Automette comes with a form builder. Publish a hosted form on your own link, collect responses, generate documents, and automate your workflows.

Form builder
Create forms using the no-code form builder. Add fields, conditional logic, file uploads, and customize the theme.
Workflow automation
Automatically trigger actions based on form responses. Send emails, pass data to other systems, or generate a document.
Document generation
Connect your form to an Automette template and generate documents and graphics automatically for each response.
A published form
What happens next
Keep every response in a filterable inbox
Email the right people
Generate a document or image from any template
Send the data to other systems with signed webhooks

For developers

Add document and image generation capabilities to your own software using our REST API and official integrations.

POST /api/v1/renders
curl -X POST https://automette.com/api/v1/renders \
  -H "Authorization: Bearer dg_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "cmb8t2q4x0003l40df1r7k9zu",
    "async": false,
    "format": "pdf",
    "data": {
      "recipient": "Priya Sharma",
      "course": "Advanced Financial Modelling",
      "issued": "12 March 2026",
      "verify_code": "8K2P9"
    }
  }'
200 OK · status: completed · url: priya-sharma-certificate.pdf