← Tools Reference

Docmosis

Docmosis integration (Productivity, Design & Media). Imported from open-connector.

API key3 toolshttps://api.docmosis.com
POST
docmosis_get_environment_summary
Get Docmosis environment plan, quota, and readiness information for the selected processing location.

/environment/summary

POST
docmosis_check_environment_ready
Check whether the selected Docmosis environment is currently ready to service render requests.

/environment/ready

POST
docmosis_render_document
Render one Docmosis template with JSON data and return JSON-safe delivery metadata or an explicit base64 result file.

/render

13 parameters
ParamTypeRequiredDescription
templateNamestringrequiredThe Docmosis template path to render.
outputNamestringrequiredThe output filename including the preferred extension.
datastringrequiredThe JSON data payload merged into the template.
outputFormatstringoptionalThe optional output format override.
storeTostringoptionalThe optional Docmosis delivery target such as `mailto:person@example.com` or `s…
tagsstringoptionalThe optional semicolon-delimited tags recorded against the render.
requestIdstringoptionalThe optional request identifier echoed by Docmosis.
sourceIdstringoptionalThe optional source identifier associated with the render.
mailSubjectstringoptionalThe optional email subject when using mailto delivery.
mailBodyHtmlstringoptionalThe optional HTML email body when using mailto delivery.
mailBodyTextstringoptionalThe optional plain-text email body when using mailto delivery.
devModebooleanoptionalWhether Docmosis should render in development mode instead of strict production…
returnResultFileBase64booleanoptionalWhether the streamed result should be returned as base64 in the connector respo…