---
title: "Register a webhook"
method: POST
path: "/v3/webhook"
tags: ["Webhook"]
---

# Register a webhook

`POST /v3/webhook`

Register a new webhook that Chorus will post to when a specified event occurs. Webhooks can be filtered based on conversation criteria.

## Request body

- object
  - `event` 'recording_done', required — The event type that triggers the webhook
  - `hook_url` string, required — The URL to post to when the event occurs
  - `type` string, nullable — Optional webhook type with predefined filters (e.g., 'zapier' for common Zapier use cases)

## Response `200`

Success

---

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