Skip to main content
PUT
Bulk update contact status

Authorizations

Authorization
string
header
required

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

Body

application/json
contactIds
string[]
required

Contact _ids to move; org-scoped unless the caller is SUPERADMIN.

status
string
required

Target pipeline status name to assign to every contact.

pipelineStageId
string
required

Target pipeline stage _id; resolved together with status to also infer pipelineId.

Response

Bulk update completed

message
string
modifiedCount
integer
matchedCount
integer