v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-273246117.6 KB
CRM

Bulk create pipeline stages

Creates stages for a pipeline in bulk.

post/v1/pipelines/{pipeline_id}/stages/bulk

Path parameters

pipeline_idstring uuid required

Pipeline ID.

Request body

labelstring required
colorstring
stage_orderinteger nullable
is_defaultboolean
probabilitynumber nullable
stage_type'default' | 'positive' | 'negative'

Response

Pipeline stages were created.

successboolean
messagestring
{"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

Example response

{
  "success": true
}