Skip to main content
POST
Add clients to a pipeline

Authorizations

Authorization
string
header
required

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Path Parameters

pipeline_id
integer
required

ID of the pipeline. Shown in the Salesflow editor URL and in the pipeline settings.

Body

application/json

Add clients to a pipeline stage.

client_ids
integer[]
required

IDs of existing clients to add.

stage_id
integer
required

Stage to place them in (see List stages in a pipeline).

Response

Created

Response for pipeline add/remove/move operations.

status
string
required

Response status

Allowed value: "success"
message
string
required

Human-readable message

success_count
integer
default:0

Clients processed successfully.

skipped_count
integer
default:0

Clients skipped (already on the pipeline, or not found on it).