Files
cfw-autumn/apps/docs/mintlify/api-reference/webhooks/vercelWebhooksEvent.mdx
2026-03-23 16:29:36 +00:00

15 lines
326 B
Plaintext

---
title: "Webhook Event"
openapi: "api/openapi.yml webhook vercel.webhooks.event"
---
### Payload Fields
<ParamField body="installation_id" type="string" required>
The Vercel integration configuration ID.
</ParamField>
<ParamField body="event" type="any" required>
The raw Vercel webhook event payload.
</ParamField>