Docugenerate
DocuGenerate simplifies document generation by converting Word templates and JSON data into professional PDF files with ease. It supports automation of contracts, invoices, letters, certificates, and more, catering to both developers and non-developers. With an intuitive REST API and no-code integra
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Docugenerate authenticates with an API key. Generate the credential in your Docugenerate account, then paste it into FlyMyAI the first time an agent uses a Docugenerate action.
Get your Docugenerate credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
DocuGenerate API Key | Your unique API key for authenticating requests to the DocuGenerate API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
DOCUGENERATE_DOCUMENT_GENERATE | 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. | template_id |
DOCUGENERATE_DOCUMENT_GENERATE_BULK_ZIP | Tool to bulk generate multiple documents into a ZIP archive. Use when you need a batch of docs packaged as ZIP. | template_id |
DOCUGENERATE_DOCUMENT_GENERATE_WITH_ATTACHMENTS | Tool to generate a PDF with embedded attachments. Use when you need to bundle extra files into the PDF output. | template_id |
DOCUGENERATE_DOCUMENT_GENERATE_WITH_MERGE | Tool to generate a PDF and append additional PDF files. Use when you need to merge extra pages into a generated document. | template_id, data |
DOCUGENERATE_DOCUMENT_UPDATE | Tool to update a document's metadata. Use when renaming an existing document after confirming the document ID. | id |
DOCUGENERATE_TEMPLATE_GET_OR_LIST | Tool to retrieve or list existing templates. Use when needing template IDs and metadata before making updates or generating documents. | - |
DOCUGENERATE_TEMPLATE_UPDATE | Tool to update a template’s file and settings. Use after confirming the template ID and desired inputs. | id |