Docugenerate
Overview
SLUG: DOCUGENERATE
Description
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 integrations, it ensures seamless functionality for any scale.
Authentication Details
API Key
Connecting to Docugenerate
Create an auth config
Use the dashboard to create an auth config for the Docugenerate toolkit. This allows you to connect multiple Docugenerate accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Docugenerate Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Docugenerate toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
DOCUGENERATE_DOCUMENT_GENERATE
Tool Name: Generate documents from template
Description
Action Parameters
Action Response
DOCUGENERATE_DOCUMENT_GENERATE_BULK_ZIP
Tool Name: Generate documents as ZIP
Description
Action Parameters
Action Response
DOCUGENERATE_DOCUMENT_GENERATE_WITH_ATTACHMENTS
Tool Name: Generate document with attachments
Description
Action Parameters
Action Response
DOCUGENERATE_DOCUMENT_GENERATE_WITH_MERGE
Tool Name: Generate document with merge
Description
Action Parameters
Action Response
DOCUGENERATE_DOCUMENT_UPDATE
Tool Name: Update Document
Description
Action Parameters
Action Response
DOCUGENERATE_TEMPLATE_GET_OR_LIST
Tool Name: Get or list templates
Description
Action Parameters
Action Response
DOCUGENERATE_TEMPLATE_UPDATE
Tool Name: Update Template
Description
Action Parameters
Action Response