> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useautumn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook Event

> Passthrough webhook for Vercel events.

### 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>


## OpenAPI

````yaml api/openapi.yml webhook vercel.webhooks.event
openapi: 3.1.0
info:
  title: Autumn API
  version: 2.3.0
servers:
  - url: https://api.useautumn.com
    description: Production server
security:
  - secretKey: []
paths: {}
components:
  securitySchemes:
    secretKey:
      type: http
      scheme: bearer
      bearerFormat: JWT

````