---
title: "Create Webhook"
method: POST
path: "/webhooks"
tags: ["Webhooks"]
---

# Create Webhook

`POST /webhooks`

Creates a new outbound webhook that will be notified when certain events occur.

## Request body

- WebhookBaseInfo
  - `teamId` string, nullable
  - `extUrl` string, required
  - `name` string, required
  - `description` string, nullable
  - `enabled` boolean

## Response `201`

Action was successful and response contains the id of the newly created webhook.

- string

## Other responses

- `400` — Either the webhook object or a necessary property was invalid or empty.
- `500` — Internal has occured. The response body may contain more information.

---

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