CreateWebhookRequestBody
June 30, 2026 ยท View on GitHub
Example Usage
import { CreateWebhookRequestBody } from "@vercel/sdk/models/createwebhookop.js";
let value: CreateWebhookRequestBody = {
url: "https://thin-gazebo.name",
events: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
url | string | :heavy_check_mark: | N/A |
events | models.CreateWebhookEvents[] | :heavy_check_mark: | N/A |
projectIds | string[] | :heavy_minus_sign: | N/A |