Docmosis integration (Productivity, Design & Media). Imported from open-connector.
https://api.docmosis.com/environment/summary
/environment/ready
/render
| Param | Type | Required | Description |
|---|---|---|---|
| templateName | string | required | The Docmosis template path to render. |
| outputName | string | required | The output filename including the preferred extension. |
| data | string | required | The JSON data payload merged into the template. |
| outputFormat | string | optional | The optional output format override. |
| storeTo | string | optional | The optional Docmosis delivery target such as `mailto:person@example.com` or `s… |
| tags | string | optional | The optional semicolon-delimited tags recorded against the render. |
| requestId | string | optional | The optional request identifier echoed by Docmosis. |
| sourceId | string | optional | The optional source identifier associated with the render. |
| mailSubject | string | optional | The optional email subject when using mailto delivery. |
| mailBodyHtml | string | optional | The optional HTML email body when using mailto delivery. |
| mailBodyText | string | optional | The optional plain-text email body when using mailto delivery. |
| devMode | boolean | optional | Whether Docmosis should render in development mode instead of strict production… |
| returnResultFileBase64 | boolean | optional | Whether the streamed result should be returned as base64 in the connector respo… |