CoNote

Vercel integration

Record every production deployment as a Deployment note, so a shift in your metrics lines up with the release that shipped that day.

A deploy is the single most common reason your numbers move — and it's the first thing you want to see on the timeline. This integration logs every production deployment from Vercel as a Deployment note, with the project, branch, and commit.

What lands on your timeline

When a production deployment goes live, CoNote records a Deployment note. Failed production deployments are logged too, so a broken release is visible at a glance. Preview deployments are ignored by default (you can change that in the settings).

How it works

Vercel sends a webhook to CoNote whenever a deployment finishes. Each request is verified with a signing secret, so only genuine Vercel events are logged.

Setting it up

  1. Add the integration

    In Integrations, choose Vercel. Copy the webhook URL shown after you connect.

  2. Create the webhook in Vercel

    In Vercel, go to Settings → Webhooks → Create Webhook, paste the CoNote URL, and select the Deployment events.

  3. Paste the signing secret

    Vercel shows a signing secret when you create the webhook. Copy it into this integration's settings in CoNote — that's what verifies each event.

Because we run on Vercel ourselves, this is the easiest one to confirm: trigger a deploy and watch the note appear on the timeline within seconds.

Related articles