---
title: "POST /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}"
method: POST
path: "/v1/projects/{projectOrProductUID}/webhooks/{webhookUID}"
tags: ["webhook"]
---

# POST /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}

`POST /v1/projects/{projectOrProductUID}/webhooks/{webhookUID}`

Creates a webhook for the specified product with the given name. The name | must be unique within the project.

## Path parameters

- `projectOrProductUID` string, required
- `webhookUID` string, required

## Request body

- WebhookSettings
  - `disabled` boolean — Flag indicating if the webhook is disabled
  - `id` string — Webhook ID
  - `transform` string — Transformation to be applied to the event

## Response `200`

Webhook created successfully

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
