PUT
/
v4
/
sequences
/
{id}
/
contact-links
/
{contact_id}
/
status
Set contact status in sequence
curl --request PUT \
  --url https://api.reply.io/v4/sequences/{id}/contact-links/{contact_id}/status \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "status": "Active"
}
'
{
  "contactId": 12345,
  "sequenceId": 100,
  "email": "john.doe@company.com",
  "firstName": "John",
  "lastName": "Doe",
  "company": "Tech Solutions Inc",
  "title": "Senior Product Manager",
  "status": "Active",
  "subStatus": "None",
  "currentStep": 2,
  "addingDate": "2024-03-08T10:00:00+00:00",
  "movingDate": null,
  "nextSendAfter": "2024-03-09T09:00:00+00:00",
  "isOptedOut": false,
  "emailAccountId": 101,
  "linkedInAccountId": null,
  "icpScore": 0.85
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence ID

contact_id
integer
required

Contact ID

Body

application/json
status
enum<string>
required

Target status to set

Available options:
Active,
Paused,
Finished,
Inactive,
OutOfOffice

Response

Contact status updated

A contact enrolled in a sequence with sequence-specific metadata

contactId
integer

Contact ID

sequenceId
integer

Sequence ID

email
string | null

Contact email address

firstName
string | null

Contact first name

lastName
string | null

Contact last name

company
string | null

Contact company name

title
string | null

Contact job title

status
enum<string>

Contact status in the sequence

Available options:
Active,
Paused,
Finished,
Inactive,
OutOfOffice
subStatus
enum<string> | null

Contact sub-status in the sequence

Available options:
None,
AutoReplied
currentStep
integer

Current step number the contact is on

addingDate
string<date-time>

Date the contact was added to the sequence

movingDate
string<date-time> | null

Date the contact was moved between sequences

nextSendAfter
string<date-time> | null

Earliest time the next message can be sent

isOptedOut
boolean

Whether the contact has opted out

emailAccountId
integer<int64> | null

Assigned email account ID

linkedInAccountId
integer<int64> | null

Assigned LinkedIn account ID

icpScore
number<double> | null

Ideal Customer Profile score