Automate any documents and visuals your business needs

Design a template once. Connect any data source. Get perfect documents and visuals every time.

Documents generated by Automette
How it works

Three steps from data to document.

Design your template once, connect your data, and get pixel-perfect documents and visuals automatically. No code required.

Design a template
STEP 01

Design a template visually or in code, with fields wherever data should appear.

Connect your data
STEP 02

Connect your data from wherever it already lives.

Generate at any scale
STEP 03

Generate at any scale one-off, bulk, or on demand, all from the same template.

Built for

Any document or visual you need

Flexible templates that generate the documents and graphics your business needs, for every use case.

Invoices
Certificates
Payslips
Social Graphics
NDAs
Monthly Reports
Offer Letters
YouTube Thumbnails
Worksheets
Ecommerce Banners
Property Reports
Discharge Summaries
Invoices
Certificates
Payslips
Social Graphics
NDAs
Monthly Reports
Offer Letters
YouTube Thumbnails
Worksheets
Ecommerce Banners
Property Reports
Discharge Summaries
Contracts
Email Headers
Posters
Appraisal Letters
Listing Brochures
Shipping Labels
Consent Forms
Referral Letters
Policy Documents
Cover Letters
Receipts
Onboarding Packets
Contracts
Email Headers
Posters
Appraisal Letters
Listing Brochures
Shipping Labels
Consent Forms
Referral Letters
Policy Documents
Cover Letters
Receipts
Onboarding Packets
Your data

Bring your data from anywhere

Design the template once, then feed it from wherever your data already lives.

Connect a source
Manual entry
Fill in fields on the Generate page for quick one-offs.
Sheets, Airtable & CSV
Connect Google Sheets or Airtable, or upload a CSV.
Forms
Collect responses with Automette forms or a third-party form.
REST API
Send JSON straight from your own app or backend.
Webhooks & Zapier
Trigger a document from any tool in your stack.
Forms

Let people send you the data

Automette includes a full-fledged forms product. Create and publish your own hosted forms to collect data for your business. Forms are also fully compatible with our document automations: in a few steps, connect a form to a template and generate a document for every submission.

Build and publish a form in minutes, no code
Collect and analyze responses, and optionally turn them into documents
Already using third-party forms? Connect Typeform, Google Forms, and others via Zapier to generate documents
Integrations

Works with the tools you already use

Pull in your data, trigger a run, and send the finished document or visual wherever your team works.

01
Bring your data
Pull records from Google Sheets, Airtable, or a CSV.
02
Automate with Zapier
Kick off runs and route output through your existing workflows.
03
Connect anything else
Wire up any other system with our REST API and webhooks.
Browse all integrations →
Direct integrations
SheetsSheets
AirtableAirtable
ZapierZapier
Plus Stripe, HubSpot, Slack, Make, and any other system via API and webhooks.
API

Build it into your own product

One REST API for everything. Generate documents and images from your data, in a single call or thousands at once.

01
Generate on demand
Send JSON, get back a PDF, Word doc, or image.
02
Bulk and async
Kick off thousands of renders in a single request.
03
Signed webhooks
Get a verified callback on every render and form submission.
Read the API docs →
$ curl https://automette.com/api/v1/renders \
  -H "Authorization: Bearer sk_live_••••" \
  -d '{
    "template": "tpl_invoice",
    "data": { "client": "Acme Inc", "amount": "$2,480.00" },
    "format": "pdf"
  }'
200 OK ·cdn.automette.com/r/a84bf2.pdf