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

ChannelHow to useFormat
EmailProvide email address(es)HTML email with executive summary and "View Full Report" link
SlackProvide webhook URLBlock Kit message with findings, status badge, and report link
DiscordProvide webhook URLRich embed with color-coded status
Microsoft TeamsProvide webhook URLMessageCard with action button
Generic webhookProvide any URLJSON 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:

  1. Question — the original hypothesis in plain language
  2. Answer — 1-2 sentence verdict with key numbers
  3. Key Findings — table of results with confidence levels
  4. Data Sources — what data was used, date ranges, observation counts
  5. Methodology — statistical methods, sample sizes, confidence intervals
  6. Limitations — caveats and data quality notes
  7. Recommendation — actionable next step based on findings