What you’ll build
An agent that runs daily at 09:00 UTC, callsget_coverage_statistics, and posts:
Booking.com coverage: 96.4% (+0.3% vs yesterday). 142 unmatched rows. 8 open mismatches.
Prerequisites
- Pro Max workspace.
- A Slack incoming webhook URL — see Notifications → Slack webhook.
Steps
Goal
Every morning, compute mapping coverage for the workspace and post a 1-line digest to Slack. Include the delta vs yesterday and counts of unmatched rows and open mismatches.
Rules
alert_below_pct: 0 disables the threshold alert — we only want the daily digest from this agent.Verification
POST /api/v1/agents/{id}/channels/{cid}/test immediately to confirm the webhook delivers. Then POST /api/v1/agents/{id}/run-now to fire one cycle on demand and verify the Slack message lands.
Sample Slack payload
Related
- Agents overview — broader context.
- Notifications — channel setup details.
- Cost and limits — the fast model is plenty for this cycle.