Render Document
The Render Document step is used to generate a document using a specified template and provided options. This step allows users to create structured documents dynamically based on predefined templates, input variables, and additional metadata. The generated document can be retrieved as text or a downloadable PDF.
Options
| The name of the user for whom the document is being generated. |
| The email address associated with the document recipient. |
| The phone number associated with the document recipient. |
| The unique identifier of the document template to be used for generating the document. |
| A dictionary of key-value pairs containing dynamic content for the document. |
| A boolean value indicating whether to reduce the file size of the generated document. |
Output
| The unique identifier of the generated document. |
| The URL to download the generated document in PDF format. |
| The raw text of the generated documents. |
Properties
type | Document generation |
needs conversation | false |
uses content template | true |
uses options template | true |
customizable output schema | false |