Skip to main content
POST
Update or create organization pipeline

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
enum<string>
default:Contact
Available options:
Contact,
Application

Body

application/json
name
string

Pipeline display name; trimmed and unique within the organization.

description
string

Optional human-readable summary of the pipeline's purpose.

pipelineId
string

Pipeline to update; if omitted, the org's default pipeline for the given type is updated.

stages
object[]

Legacy stage-rename mapping — pairs of oldStage -> newStage used to migrate existing records. Prefer pipelineStages.

pipelineStages
object[]

Stage definitions with _id (for updates), name, color, and position; omitted stages are deactivated.

Response

Pipeline updated

message
string
pipeline
object
Example:
contactsMigrated
object