Vercel Deploy Hook webhooks
Editions: Free Cloud · Pro
Rebuild a Vercel project when Apito content updates.
Create the Deploy Hook
- Vercel project → Settings → Git → Deploy Hooks.
- Name the hook and pick the branch.
- 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
- Console → Settings → Webhooks → Create.
- Paste the Deploy Hook URL.
- Select content events / models that should trigger a rebuild.
- Save and mutate a document to verify a new Vercel deployment.