---
title: "Create a new webhook"
method: POST
path: "/webhooks"
---

# Create a new webhook

`POST /webhooks`

## Request body

- NewWebhook
  - `name` string, required
  - `collection` string, required
  - `destination` string, required

## Response `200`

Webhooks created

- Webhook
  - `id` string, required
  - `name` string, required
  - `collection` string, required
  - `destination` string, required
  - `created` string, date-time, required
  - `updated` string, date-time, required

---

[API](https://skmtc.net/securitybrewery/apis/ticketing-system-api.md) · [All operations](https://skmtc.net/securitybrewery/apis/ticketing-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/securitybrewery/ticketing-system-api/versions/28a6c264857c/schema)
