---
title: "Create a new webhook connector configuration"
method: POST
path: "/api/v1/inbound_webhooks"
tags: ["Inbound Webhook Management"]
---

# Create a new webhook connector configuration

`POST /api/v1/inbound_webhooks`

Creates a webhook connector configuration used by the generic inbound webhook endpoint

## Request body

- InboundWebhookCreateDtoIn
  - `identifier` string, required
  - `name` string, required
  - `description` string
  - `enabled` boolean
  - `mapping_identifiers` string[]
  - `security` InboundWebhookSecurityContractDtoIn
    - `type` string, required
    - `config` object, required

## Response `201`

Webhook connector created

## Other responses

- `400` — Invalid webhook connector data provided
- `409` — Webhook connector already exists in this entityTemplateIdentifier

---

[API](https://skmtc.net/decathlon/apis/idp-core-api.md) · [All operations](https://skmtc.net/decathlon/apis/idp-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decathlon/idp-core-api/versions/7e634c43bc1b/schema)
