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

# Qwilr Create Webhook

`POST /api/qwilr/webhooks`

## Request body

- QwilrWebhookCreate
  - `event` 'pageAccepted' | 'pagePartiallyAccepted' | 'pagePreviewAccepted' | 'pageViewed' | 'pageFirstViewed' | 'pageSetLive' | 'pageRevivedLive'
  - `target_url` string, nullable — Defaults to RENDER_URL/FRONTEND_URL /api/webhooks/qwilr

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
