Skip to main content
PATCH
Bulk move items to a stage

Authorizations

api_access_token
string
header
required

Path Parameters

pipeline_id
string<uuid>
required

Body

application/json
conversation_ids
string[]
required

Array of item IDs to move

new_stage_id
string<uuid>
required
notes
string

Optional notes for the movement

Response

Items moved successfully

success
boolean
required
Example:

true

data
object
required
meta
object
required
message
string
required
Example:

"Items moved successfully"