Skip to main content
POST
Add clients to a pipeline

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

pipeline_id
integer
requerido

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

Cuerpo

application/json

Add clients to a pipeline stage.

client_ids
integer[]
requerido

IDs of existing clients to add.

stage_id
integer
requerido

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

Respuesta

Created

Response for pipeline add/remove/move operations.

status
string
requerido

Response status

Allowed value: "success"
message
string
requerido

Human-readable message

success_count
integer
predeterminado:0

Clients processed successfully.

skipped_count
integer
predeterminado:0

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