---
title: "Create webhook"
method: POST
path: "/v1/webhooks"
tags: ["webhooks"]
---

# Create webhook

`POST /v1/webhooks`

## Request body

- Model72
  - `name` string
  - `description` string
  - `url` string, required
  - `eventType` string
  - `objectType` string
  - `objectId` number
  - `surveyId` number
  - `httpMethod` 'POST' | 'GET' | 'PATCH' | 'PUT' | 'DELETE', required
  - `headers` Properties[]
  - `type` string
  - `payload` Properties

## Response `default`

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/f9da74f558da/schema)
