---
title: "Create a new Webhook"
method: POST
path: "/webhooks"
tags: ["Integration"]
---

# Create a new Webhook

`POST /webhooks`

Creates a WebhookConfiguration resource.

## Request body

- WebhookConfigurationWebhookInputWebhookInputCreate
  - `name` string
  - `active` boolean
  - `url` string, uri
  - `events` WebhookEvent[]
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `parameters` unknown

## Response `201`

WebhookConfiguration resource created

- WebhookConfigurationWebhookOutputWebhookOutput
  - `id` string, uuid
  - `name` string
  - `active` boolean
  - `url` string, uri
  - `events` WebhookEvent[]
  - `parameters` string[]
  - `headers` HttpHeaders
    - `Authorization` string
    - `Content-Type` string
  - `dateCreated` string, date-time
  - `dateModified` string, date-time
  - `createdBy` UserUserOutputWebhookOutput
    - `id` integer
  - `updatedBy` UserUserOutputWebhookOutput
    - `id` integer

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
