Report Delivery
Research is only useful if it reaches the people who make decisions. Lomita delivers reports to email, Slack, and any webhook endpoint.
Delivering a report
From the chat
With a hypothesis selected, say:
Deliver this report to [email protected]
Send this to our Slack channel
(Provide the Slack webhook URL when asked)
From your AI agent
deliver(email: "[email protected]", hypothesis_id: "abc-123")
deliver(webhook_url: "https://hooks.slack.com/services/...", hypothesis_id: "abc-123")
Without specifying a hypothesis
If you don't specify a hypothesis ID, Lomita delivers the most recently completed report.
Supported channels
| Channel | How to use | Format |
|---|---|---|
| Provide email address(es) | HTML email with executive summary and "View Full Report" link | |
| Slack | Provide webhook URL | Block Kit message with findings, status badge, and report link |
| Discord | Provide webhook URL | Rich embed with color-coded status |
| Microsoft Teams | Provide webhook URL | MessageCard with action button |
| Generic webhook | Provide any URL | JSON POST with X-Lomita-Signature (HMAC-SHA256) |
Auto-delivery
When research completes, the Research Narrator automatically delivers the report to the account email on file. You don't need to ask — it arrives in your inbox.
Viewing reports
Reports are also stored in your research repository:
https://YOUR-INSTANCE-git.lomita.io/lomita/research
Click View Report on any hypothesis in the dashboard or explore page to go directly to the report.
Report format
Every report follows the same structure:
- Question — the original hypothesis in plain language
- Answer — 1-2 sentence verdict with key numbers
- Key Findings — table of results with confidence levels
- Data Sources — what data was used, date ranges, observation counts
- Methodology — statistical methods, sample sizes, confidence intervals
- Limitations — caveats and data quality notes
- Recommendation — actionable next step based on findings