Integrations

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.

FREE

Weekly digest

A Monday morning summary of everything your watch caught in the week, alongside the in-app log.

Included in every watch, on every plan.
Included in every watch
PRO

Instant email

One email per release the moment it lands, from any government you watch.

Reply-to goes to the issuing department's media line where one is published.
TEAM

Slack

Post each matching release to a channel your team already watches, with the summary and source link.

One watch can post to several channels. Threads keep follow-up releases together.
TEAM

Microsoft Teams

The same delivery for organisations on Teams, via an incoming webhook to any channel.

Works with Teams tenants that restrict third-party apps.
PRO

Daily digest

One email each morning at 7:00 local time with everything your watches caught overnight, grouped by government.

Quiet days send nothing.
TEAM

Text message

A short text for each release, for the few issues that can't wait for email.

Canadian numbers; quiet hours respected.
TEAM

Webhooks & API

Receive each release as JSON at your endpoint, or query the wire directly.

Signed requests, retries for 24 hours, cursor pagination.
API · Team

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…"
}