---
title: "Create a webhook"
method: POST
path: "/v3/webhooks"
tags: ["webhooks", "v3"]
---

# Create a webhook

`POST /v3/webhooks`

## Request body

- Model121
  - `name` string
  - `description` string
  - `url` string, required
  - `event_type` string
  - `object_type` string
  - `survey_id` number, required
  - `http_method` 'POST' | 'GET' | 'PATCH' | 'PUT' | 'DELETE', required
  - `headers` Properties[]
  - `type` string
  - `payload` Properties
  - `include_partial_submission` boolean

## Response `200`

Successful

---

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