onVercelIntegrationConfigurationEvent is the broad installation webhook trigger. It emits permission, scope, removal, and ownership-transfer changes. Prefer a specific integration-configuration trigger when the automation handles one change.
automations/watch-vercel-installation.automation.ts
account defaults to the project’s Vercel binding and must use OAuth.
Trigger data
The eventtype is integration-configuration.permission-upgraded, integration-configuration.removed, integration-configuration.scope-change-confirmed, or integration-configuration.transferred. Transfer events include the previous and new team or personal-account IDs; other events include the owning team or user and the current configuration details supplied by Vercel.