Vercel deploy events on your metrics chart

Deployments become events on the timeline.

What does not arrive

  • Preview deploys. Only target production is kept.
  • Anything other than deployment.succeeded.

What arrives

deployment.succeeded, production only. Kind deploy.

FieldWhat it is
kinddeploy
titleCommit message, otherwise the deployment name, otherwise Production deploy. Clipped to 120 characters.
external_idDeployment id.
occurred_atWebhook createdAt.
urlDeployment URL.
meta.targetproduction
meta.commit_shagithubCommitSha, when present.
meta.branchgithubCommitRef or branch, when present.

Signature

HMAC-SHA1 of the raw body, hex, header x-vercel-signature.

Set it up under Settings → Webhooks in your project.