---
title: "Create Webhook"
method: POST
path: "/api/v1/outbound_webhook"
tags: ["Outbound Webhook"]
---

# Create Webhook

`POST /api/v1/outbound_webhook`

Create a new webhook

## Request body

- IWebhookCreate
  - `endpoint` string, nullable, required
  - `name` string, nullable, required
  - `enabled` boolean, nullable

## Response `201`

Successful Response

- IPostResponseBaseIWebhookCreate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IWebhookCreate
    - `endpoint` string, nullable, required
    - `name` string, nullable, required
    - `enabled` boolean, nullable

## Other responses

- `422` — Validation Error

---

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