onVercelDeploymentEvent is the broad deployment webhook trigger. It emits creation, readiness, success, error, cancellation, and promotion events for the connected Vercel installation. Prefer a specific deployment trigger when the automation handles one lifecycle event.
automations/watch-vercel-deployments.automation.ts
account defaults to the project’s Vercel binding and must use OAuth. Access-token connections cannot receive installation webhooks.
Trigger data
The eventtype is deployment.created, deployment.ready, deployment.succeeded, deployment.error, deployment.canceled, or deployment.promoted. The payload includes the deployment, its project, the owning team or user, and provider fields supplied by Vercel. The top-level envelope includes id, createdAt, and region.