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

# Create a webhook

`POST /v3/webhooks`

Creates a Webhook.

## Request body

- object
  - `label` string
  - `triggers` unknown[]
    - unknown
  - `method` string
  - `target` string

## Response `201`

Created

## Other responses

- `400` — Bad Request

---

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