Getting Started with Formstamper
Formstamper is an enterprise document automation platform that lets you fill PDF templates with data from spreadsheets, APIs, or workflow triggers — and generate hundreds of completed documents in seconds.
What You Can Do
- Stamp PDFs at scale — Upload a PDF template, map its fields to your data columns, and generate filled documents for every row in your dataset.
- Build automated workflows — Create event-driven pipelines that trigger document generation from webhooks, API calls, or scheduled events.
- Manage teams — Organize users into organizations with role-based access, share templates, and track usage.
- Integrate via API — Use the REST API to programmatically manage templates, trigger workflows, and download generated documents.
Quick Start
1. Create Your Account
Visit formstamper.com and sign up with your email address. You'll receive a verification email — click the link to activate your account.
2. Choose a Plan
After verification, you'll be prompted to select a subscription plan. Each plan includes a monthly action limit. See Plans & Pricing for details.
3. Create or Join an Organization
Organizations are the primary grouping mechanism in Formstamper. Templates, subscriptions, and team members all live under an organization.
- Create one: Navigate to the admin panel and click Create Organization.
- Join one: Ask your organization admin to send you an invite link.
4. Upload Your First Template
- Go to Templates from the sidebar.
- Click Create New Template.
- Upload a fillable PDF (with AcroForm fields).
- The Template Creator will automatically detect all form fields.
- Map each field to a data column, set static values, or mark fields to ignore.
- Save your template configuration.
5. Stamp Your First Document
- Open your saved template.
- Import a data file (Excel
.xlsxor.csv) with matching column headers. - Click Stamp to generate one filled PDF per data row.
- Download the generated documents as a ZIP archive.
tip
For a detailed walkthrough, see the Template Creator Overview.
Key Concepts
| Concept | Description |
|---|---|
| Template | A PDF form configuration with field mappings and naming patterns |
| Field Mapping | The connection between a PDF form field and your data source |
| Column | A data column from your imported spreadsheet or webhook payload |
| Workflow | An automated pipeline with triggers, logic, and actions |
| Webhook | An HTTP endpoint that receives external event data to trigger workflows |
| Organization | A team grouping that owns templates, subscriptions, and members |
| Action | A single document generation event (counted against your plan limit) |