llm_team_push
Send team savings reports to Slack, Discord, Telegram, or any webhook, auto-detecting the message format from the URL. Supports periods: today, week, month, or 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 |