Create Stage

View as Markdown
Create a Lead pipeline stage. **Required:** `name` (max 255, unique per tenant + tenant_location). **Optional:** `sort_order` (int ≥ 0), `is_initial`, `is_won`, `is_lost` (bool — at most one of is_won/is_lost), `color` (#RRGGBB), `description` (max 5000).

Headers

{{tenant_key_name}}stringOptional

Request

This endpoint expects a multipart form.
namestringRequired

Required: Stage name - max 255, unique

colorstringRequired

Optional: 6-digit hex starting with #

is_wonstringRequired

Optional: true|false (mutually exclusive with is_lost)

is_loststringRequired

Optional: true|false (mutually exclusive with is_won)

is_initialstringRequired

Optional: true|false

sort_orderstringRequired

Optional: Integer ≥ 0

descriptionstringRequired

Optional: max 5000

Response

Successful response