---
title: "Create a webhook"
method: POST
path: "/webhook/create"
---

# Create a webhook

`POST /webhook/create`

Creates a webhook for a given form

## Request body

- CreateWebhookRequest
  - `formId` string, required — The public identifier of the form for which you want to create a webhook
  - `url` string, uri, required — The endpoint where you'd like to listen for submissions

## Response `200`

Webhook created successfully

- CreateWebhookResponse
  - `id` integer, required — The webhook ID

---

[API](https://skmtc.dev/fillout/apis/fillout-rest-api.md) · [All operations](https://skmtc.dev/fillout/apis/fillout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fillout/fillout-rest-api/revisions/d5b0c0e0acfa/schema)
