Your watches, where your team already works.
Every watch can deliver to more than one place. The in-app log and a weekly digest are free. Instant email and the daily digest come with Pro. Slack, Teams, SMS, webhooks and the API come with Team.
Weekly digest
A Monday morning summary of everything your watch caught in the week, alongside the in-app log.
Instant email
One email per release the moment it lands, from any government you watch.
Slack
Post each matching release to a channel your team already watches, with the summary and source link.
Microsoft Teams
The same delivery for organisations on Teams, via an incoming webhook to any channel.
Daily digest
One email each morning at 7:00 local time with everything your watches caught overnight, grouped by government.
Text message
A short text for each release, for the few issues that can't wait for email.
Webhooks & API
Receive each release as JSON at your endpoint, or query the wire directly.
The whole wire as JSON.
Query releases by government, issuer, date and issue. Subscribe a webhook to any watch and receive each matching release as it lands, with the one-line summary and the source link.
- Per-key rate limits sized for newsroom and GR workloads
- Webhooks signed per request
- Backfill from the full archive
GET /v1/releases?gov=ca,on&issue=housing+supply
Authorization: Bearer tbl_live_…
{
"releases": [
{
"id": "rel_9f3a",
"published_at": "2026-09-21T14:02:00Z",
"government": "on",
"issuer": "Ministry of Municipal Affairs and Housing",
"title": "Ontario expands as-of-right fourplex permissions",
"summary": "Standardises permissions in municipalities above 50,000.",
"source_url": "https://news.ontario.ca/…",
"watches": ["wt_housing_supply"]
}
],
"next": "/v1/releases?cursor=eyJ…"
}