Netlify production deploys as markers

Production deploys become events on the timeline.

What does not arrive

  • Preview and branch deploys. Only context production is kept.

What arrives

deploy succeeded, production only. Kind deploy.

FieldWhat it is
kinddeploy
titleDeploy title, otherwise commit message, otherwise name, otherwise Production deploy. Clipped to 120 characters.
external_idDeploy id.
occurred_atpublished_at, otherwise created_at.
urlssl_url, otherwise url, otherwise deploy_ssl_url.
meta.targetproduction
meta.commit_shacommit_ref, when present.
meta.branchbranch, when present.

Signature

JWS HS256 in x-webhook-signature, issuer netlify, body SHA-256 in the claim.

Set it up under Settings → Webhooks in your project.