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

# Create Webhook

`POST /webhooks/`

Register a new webhook

## Request body

- WebhookRegister — Schema for receiving creating webhook request
  - `model` 'candidate' | 'contact' | 'match' | 'job', required — An enumeration.
  - `action` 'create' | 'update' | 'moved' | 'status_update', required — An enumeration. When model is match, allowed values are create and moved. When model is candidate or contact, allowed values are create and update. When model is job, allowed value is status_update.
  - `target_url` string, uri, required

## Response `201`

Successful Response

- WebhookReturn — Schema for returning only id
  - `id` integer, required

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
