---
title: "Create webhook endpoint"
method: POST
path: "/api/1/organization/webhooks-endpoints"
tags: ["Webhook endpoints"]
---

# Create webhook endpoint

`POST /api/1/organization/webhooks-endpoints`

## Request body

- object
  - `description` string, nullable
  - `method` 'post' | 'put', required
  - `enabled` boolean
  - `url` string, required — Must be a valid URL.

---

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