create_webhook
Create a webhook to POST to your HTTPS endpoint on selected Vercel events, optionally scoped to specific projects.
Instructions
Create a webhook that POSTs to your endpoint on the chosen events. Optionally scope it to projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint that will receive events. | |
| events | Yes | Events to subscribe to. | |
| projectIds | No | Limit to specific project ids. | |
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |