> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Render LinkedIn Sentiment Report

## 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_activity), [Get LinkedIn Posts](./get_linkedin_posts), or [Search LinkedIn Posts by Keyword](./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](./send_message) to email the generated HTML.
* [Show User Output](./show_user_output) to render it live to the user.
