---
title: "Creates a new Webhook Configuration"
method: POST
path: "/v3/connectors/configuration/webhooks"
tags: ["Webhook Configuration"]
---

# Creates a new Webhook Configuration

`POST /v3/connectors/configuration/webhooks`

Creates a new webhook configuration for your LILT organization.

## Request body

- CreateWebhookOptions
  - `webhookName` string, required — The name of the webhook configuration.
  - `webhookUrl` string, uri, required — The URL to which the webhook notifications will be sent.
  - `eventType` string[], required — The list of event types that will trigger the webhook notification.

## Response `200`

Returns the newly created webhook configuration.

- WebhookResponse
  - `id` integer, required — The unique identifier for the webhook configuration.
  - `webhookName` string, required — The name of the webhook configuration.
  - `webhookUrl` string, uri, required — The URL to which the webhook notifications will be sent.
  - `eventType` string[], required — The list of event types that will trigger the webhook notification.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/lilt/apis/lilt-api.md) · [All operations](https://skmtc.net/lilt/apis/lilt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lilt/lilt-api/revisions/444772351ac3/schema)
