prospect_research_render_prospect_html
Render prospect research data into professional email-compatible HTML using Jinja2 templates for fast, deterministic output.
Instructions
Renders the Prospect Intelligence Brief as professional email-compatible HTML using Jinja2 templates. No LLM required — fast deterministic rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prospect_research | Yes | Output from the Research Prospect action. | {{prospect_research}} |
| output_variable_name | Yes | Variable name to store the rendered HTML. | prospect_html |