Overview
Render a polished HTML sentiment report from LinkedIn post data. No LLM required — the renderer uses Jinja2 templates for fast, deterministic output with sentiment badges, engagement stats, and author cards.Use Cases
- Weekly social digests: Deliver sentiment + engagement summaries over email.
- Campaign reports: Visualize LinkedIn post performance for stakeholders.
- Post-analysis dashboards: Standalone HTML reports for Slack or email.
Configuration Fields
Posts Payload
- Description: The structured post data (typically the output of Get LinkedIn Activity, Get LinkedIn Posts, or Search LinkedIn Posts by Keyword) along with sentiment scores.
- Required: Yes
Output Variable Name
- Description: Variable name to store the generated HTML.
- Validation: Only letters, numbers, and underscores.
- Required: Yes
Related Actions
- Send Message to email the generated HTML.
- Show User Output to render it live to the user.

