Docugenerate icon

Docugenerate

Document generation platform for Word templates, generated documents, template versions, and bulk generation from JSON.

Built for back-office teams that merge JSON into Word templates to produce contracts, invoices, certificates, and letters at scale.

Sign in to connect Docugenerate

Sign in to connect an account and start using Docugenerate in your apps.

Example Use Cases

These are example ways Snow can use Docugenerate when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Delete Document

Tool to delete a document by ID. Permanently removes the document from storage. Use when you need to clean up generated documents or remove outdated files from DocuGenerate.

Delete template

Tool to permanently delete a template by ID. Removes the template and all associated versions from storage. Use when a template is no longer needed.

Generate documents from template

Tool to generate document(s) from a template by merging JSON data or uploading a data file. Use when you need to programmatically produce one or more documents and receive metadata including a download URL.

Get document by ID

Tool to retrieve a specific document by ID. Returns document metadata including name, format, template_id, and download URL. Use when you need to fetch details about an existing generated document.

Get or list templates

Tool to retrieve or list existing templates. Use when needing template IDs and metadata before making updates or generating documents.

Get template by ID

Tool to retrieve a specific template by ID. Returns template metadata including name, format, region, and configuration settings.

List documents by template

Tool to list all documents generated from a template. Results are ordered by created time in descending order. Use when you need to retrieve a list of previously generated documents for a specific template.

Update Document

Update a document's name/title in DocuGenerate. Use this to rename an existing document after it has been generated. Requires a valid document ID (obtained from document generation or listing) and the new name. Returns the updated document metadata including the document_uri for downloading.

Update Template

Tool to update a template’s file and settings. Use after confirming the template ID and desired inputs.