Renders a polished HTML sentiment report from LinkedIn post data. No LLM required — uses Jinja2 templates for fast, deterministic rendering with sentiment badges, engagement stats, and author cards.
Bearer token from your account (https://agent.ai/user/integrations#api)
JSON array of LinkedIn post objects (from the Search LinkedIn Posts action output), or a variable reference like {{linkedin_posts}}.
Variable name to store the rendered HTML report.
^[a-zA-Z][a-zA-Z0-9_]*$Optional JSON object mapping postId to sentiment label (e.g. {"postId123": "Positive"}). If omitted, sentiment is auto-classified from post content.
Title displayed at the top of the report.