Prospects
Update Status
PATCH
/v1/prospects/statusPATCH
/v1/prospects/status
Change status of prospects (Mark prospect as replied, finished, paused, unsubscribed and active)
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Request Body
application/jsonRequiredprospectAndSequenceIdsarray<object>
array of prospect id and step id
Example:[{"prospectId":"2dP27N0gZ4","sequenceId":"VMw56r9jPb"}]statusstring
status type to update
pauseDelayInDaysnumber
optional property to define pause delay in days in case of pausing prospects, only used when status=paused
Responses
200
Prospect(s) status updated successfully
{
"payload": {
"success": 10,
"failed": 1
}
}