meeting_prep_render_meeting_prep_html
Renders assembled meeting prep documents into polished HTML emails using Jinja2 templates, without requiring an LLM.
Instructions
Renders the assembled meeting prep document as a beautiful HTML email using Jinja2 templates. No LLM required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_sections | Yes | The assembled meeting prep document from Assemble Meeting Document action. | {{assembled_document}} |
| output_variable_name | Yes | Variable name to store the rendered HTML. | results_body |