llm_team_push
Push a team savings report to Slack, Discord, Telegram, or any webhook, with configurable period (today, week, month, all).
Instructions
Push the team savings report to the configured notification channel.
Sends a formatted message to the endpoint set by LLM_ROUTER_TEAM_ENDPOINT.
Channel is auto-detected from the URL:
hooks.slack.com → Slack Block Kit message
discord.com/api/webhooks → Discord Embed
api.telegram.org/bot* → Telegram MarkdownV2 message
anything else → Generic JSON POST
Args:
period: "today", "week", "month", or "all".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | week |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |