Connect Autype to Make.com for automated document generation
Add Autype to Make.com
Click here to add the Autype app to your Make.com account
Variable syntax: Make.com uses {{...}} for its own template variables, which conflicts with Autype’s default variable syntax. When building Make.com scenarios, use the alternative ${varName} syntax for Autype variable placeholders instead. The API automatically converts ${...} to {{...}} internally. This applies to all API input — document JSON, Markdown content, and bulk render items.
The Autype Make.com integration lets you generate documents, render PDFs, and manage content directly from Make.com scenarios — no code required. Connect Autype to thousands of apps and automate your document workflows.
{{1.companyName}} is a Make.com expression that maps data from a previous module
${companyName} is an Autype variable placeholder that gets substituted during rendering
The ${...} syntax is only for input. If you retrieve document content from the API (e.g., via the Get Document module), variable placeholders will always be returned as {{...}}.
Submit a complete document as structured JSON and render it to PDF, DOCX, or ODT. The module waits for completion and returns the download URL.
Render Document from Markdown
Submit content as Extended Markdown and render it to PDF, DOCX, or ODT. Supports page size, orientation, margins, variables, defaults, abbreviations, citations, and style options.
Render a Persistent Document
Render an existing document from your Autype workspace by its ID. Optionally override variables and output format.
Get Render Job Status
Check the current status of a render job by job ID.
Download Render Output
Download the rendered document file as binary data.
List Render Jobs
List all render jobs for your organization with pagination.
Most PDF and document tool modules follow the same pattern:
Submit — The module sends a request to the API and receives a job ID
Poll — The module automatically polls for job completion (every 2 seconds, up to 5 minutes)
Return — Once completed, the module returns the job ID, status, output file ID, and metadata
You don’t need to handle polling yourself — each tool module waits for the result automatically.
Input files are not deleted after a tool job completes. They remain available until they expire (default: 60 minutes). You can reuse the same file ID across multiple tool modules in your scenario.