Skip to docs content
Vercel Deploy Hook webhooks
Free Cloud
Pro
Updated 2026-08-12

Vercel Deploy Hook webhooks

Editions: Free Cloud · Pro

Rebuild a Vercel project when Apito content updates.

Create the Deploy Hook

  1. Vercel project → SettingsGitDeploy Hooks.
  2. Name the hook and pick the branch.
  3. Copy the URL: https://api.vercel.com/v1/integrations/deploy/<token>.

If github.enabled = false in vercel.json, Deploy Hooks may not run — fix Vercel config first.

Register in Apito

  1. Console → SettingsWebhooksCreate.
  2. Paste the Deploy Hook URL.
  3. Select content events / models that should trigger a rebuild.
  4. Save and mutate a document to verify a new Vercel deployment.

Next