CoNote

Netlify integration

Record every production deploy (and failure) on your Netlify sites as a Deployment note, so a metric shift lines up with the release behind it.

This integration logs every production deploy (every release that goes live), and every failed one, on your Netlify sites as a Deployment note, with the site, branch, and commit (one saved change).

What lands on your timeline

When a production deploy finishes, CoNote records a Deployment note. Failed production deploys are logged too. Preview and branch deploys are ignored by default.

How it works

CoNote gives you a private link, so Netlify sends each finished deploy automatically. Each request carries a private key only you and CoNote share, so Netlify can prove the message is real, and only genuine Netlify events are logged.

Setting it up

  1. Add the integration

    In Integrations, choose Netlify. Copy the link and the private key shown after you connect.

  2. Add the notification in Netlify

    In Netlify, go to Site configuration → Build & deploy → Deploy notifications → Add notification → Outgoing webhook (this is where Netlify sends updates from). Choose Deploy succeeded (and Deploy failed), and paste the CoNote link.

  3. Paste the private key

    Paste the private key into the JWS token secret field and save. New production deploys appear on the timeline within seconds.

Netlify's outgoing webhook screen with an event selector, the URL field highlighted for the CoNote link, and a JWS token secret field
Netlify's outgoing webhook: choose Deploy succeeded, paste your CoNote link into URL to notify, and paste your private key into JWS token secret.

Related articles