---
title: "Create funnel"
method: POST
path: "/crm/v1/entities/{entity}/funnel"
tags: ["pipeline"]
---

# Create funnel

`POST /crm/v1/entities/{entity}/funnel`

Creates a new funnel (sales pipeline) for the entity.
Example: `POST /crm/v1/entities/deals/funnel`

## Request body

- Funnel
  - `title` string
  - `funnel_code` string
  - `active` boolean
  - `default` boolean

## Response `201`

Created

- Funnel
  - `title` string
  - `funnel_code` string
  - `active` boolean
  - `default` boolean

## Other responses

- `401` — Access token is missing or invalid
- `422` — Validation error response

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/versions/f80578d43845/schema)
