{
"type": "<string>",
"data": {
"installation_id": "<string>",
"event": "<unknown>"
}
}Vercel
Webhook Event
Passthrough webhook for Vercel events.
WEBHOOK
vercel.webhooks.event
{
"type": "<string>",
"data": {
"installation_id": "<string>",
"event": "<unknown>"
}
}Payload Fields
The Vercel integration configuration ID.
The raw Vercel webhook event payload.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200
Webhook received successfully.
⌘I