send_report_to_teams
Generate Markdown and HTML reports of manufacturing analysis and deliver them directly to Microsoft Teams via a Power Automate webhook.
Instructions
Generate local Markdown and HTML reports in the reports/ directory and send them directly to Teams via a Power Automate webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title/subject of the report, e.g. "Downtime analysis report for plant VIJ_01" | |
| content | Yes | The full markdown content of the report (including tables and ASCII charts) | |
| summary | Yes | A high-level KPI bullet point summary of the report | |
| webhookUrl | No | Power Automate webhook URL. Defaults to the configured team workflow. | |
| htmlContent | Yes | The fully styled HTML content of the report for beautiful rendering in Teams/PDFs |