The fastest way to hand off the weekly report a manager or team lead used to build by hand. 30–40 minutes to a working automation.Documentation Index
Fetch the complete documentation index at: https://docs.teeem-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
What you get
Every Monday at 09:00, your#c-sales-weekly channel receives:
- 5-slide PPTX — cover + summary + 4 chart slides
- Excel data — raw numbers behind the charts
- Slack message — 8-sentence summary of key changes + citation
30-minute setup
1. Identify data locations (3 min)
Confirm where the data for the report lives.
Scattered data is fine — Teeem AI gathers it. Each system needs to be connected once. See Connectors.
| Data | Where | Connection |
|---|---|---|
| Weekly revenue | Douzone | Connector required |
| Account list | App Pack accounts | Auto |
| Open quotes | Cafe24 / internal CRM | Connector or OpenAPI |
2. Upload the report template to KB (5 min)
If the company already uses a PPTX template, upload it. Skip if not.
- Admin console → Knowledge Base → Upload
- Filename:
weekly-sales-report-template.pptx - Department:
Sales(or relevant) - Sensitivity:
internal - Tags:
template,weekly,sales
3. First manual run to validate (5 min)
Before turning on the schedule, run it once manually.In web chat or Slack:Verify:
- Numbers match what other systems show
- Account names render correctly
- Template / fonts match company standard
- No PII leaks into visible content unintentionally
4. Register the scheduled job (5 min)
Once happy with the manual run, register it as a schedule.Admin console → Scheduled jobs → New:
| Field | Value |
|---|---|
| Name | Weekly revenue report |
| Cron | 0 9 * * 1 (Mondays 09:00) |
| Timezone | Asia/Seoul |
| Channel | #c-sales-weekly |
| Prompt | (the prompt from step 3, “last week” auto-resolves) |
| Active | ✓ |
6. Monitor first auto-run (10 min, next Monday)
On the first scheduled Monday at 09:00, check directly:
- Posted on time
- Numbers accurate (vs the manual run)
- Citations rendered
- Template applied
- Missing data → check connector status
- Template mismatch → re-check the KB template file
- Permission denied → confirm bot is a channel member with data access
Variants — daily / monthly
Same pattern, different cadence.| Cadence | Cron | What changes |
|---|---|---|
| Daily 07:00 (weekdays) | 0 7 * * 1-5 | Yesterday’s data, single-page digest, CEO DM |
| Last business day 18:00 | (custom) | Month total, 12-slide PPT, exec review |
| Quarter end | (custom) | Quarter total + YoY, 50-slide IR pack |
Common gotchas
The report drifts week to week
The report drifts week to week
Time references are relative — “last week” resolves at run time. To freeze the data definition across weeks, give an explicit range (e.g. “Monday through Sunday”).
Too much information in the output
Too much information in the output
Add length constraints in the prompt — “8 sentences”, “3 charts max”. Teeem AI honours them.
Sensitive data leaked to the wrong channel
Sensitive data leaked to the wrong channel
Tighten the destination channel ACL. Restrict
#c-sales-weekly to managers + executives. ABAC data classes provide an additional layer.Attachment isn't visible (only the small PPT shows)
Attachment isn't visible (only the small PPT shows)
Check the Slack workspace’s file upload permissions. The bot token needs
files:write.Next
Document Q&A automation
Automate answering policy / FAQ questions.
Data analysis automation
Pile of Excel → insight in one prompt.