Skip to main content
onVercelProjectDomainEvent is the broad project-domain webhook trigger. It emits creation, update, deletion, verification, verification loss, and move events. Prefer a specific project-domain trigger when the automation handles one operation.
automations/watch-vercel-domains.automation.ts
Optional static account defaults to the project’s Vercel binding and must use OAuth.

Trigger data

The event type is project.domain.created, project.domain.updated, project.domain.deleted, project.domain.verified, project.domain.unverified, or project.domain.moved. Payloads are discriminated by type: standard lifecycle events include domain and project, updates include previous and next settings, and moves include from, to, and isRedirect.