Skip to main content
onVercelProjectEvent is the broad project webhook trigger. It emits project lifecycle changes for the connected Vercel installation. Prefer a specific project trigger when the automation handles one lifecycle event.
automations/watch-vercel-projects.automation.ts
Optional static account defaults to the project’s Vercel binding and must use OAuth.

Trigger data

The event type is project.created, project.removed, or project.renamed. The payload includes the project, the owning team or user, and provider fields supplied by Vercel. The top-level envelope includes id, createdAt, and region.