← Tools Reference

DocuGenerate

DocuGenerate integration (Productivity, Developer Tools). Imported from open-connector.

API key6 toolshttps://api.eu.docugenerate.com/v1
GET
docugenerate_list_templates
List DocuGenerate templates, optionally filtered by an exact folder path.

/template

1 parameter
ParamTypeRequiredDescription
folderarrayoptionalThe ordered folder path from root to leaf.
GET
docugenerate_get_template
Retrieve one DocuGenerate template by template ID.

/template/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe DocuGenerate template ID.
GET
docugenerate_list_documents
List all DocuGenerate documents generated from one template.

/document

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe ID of the template used to generate the documents.
GET
docugenerate_get_document
Retrieve one generated DocuGenerate document by document ID.

/document/{documentId}

1 parameter
ParamTypeRequiredDescription
documentIdstringrequiredThe DocuGenerate document ID.
PUT
docugenerate_update_document
Rename one generated DocuGenerate document by document ID.

/document/{documentId}

2 parameters
ParamTypeRequiredDescription
documentIdstringrequiredThe DocuGenerate document ID.
namestringrequiredThe new logical document name.
DELETE
docugenerate_delete_document
Permanently delete one generated DocuGenerate document by document ID.

/document/{documentId}

1 parameter
ParamTypeRequiredDescription
documentIdstringrequiredThe DocuGenerate document ID.