Skip to main content
POST
Move a contact to a sequence

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Contact ID

Body

application/json
sequenceId
integer
required

Target sequence ID to move the contact to

removeFromExisting
boolean
default:false

Whether to remove the contact from their current sequence

startStepId
integer | null

Optional step ID to start from in the target sequence

ignoreStepDelay
boolean
default:false

If true, skip the configured delay before the first step and start processing immediately

startFrom
string<date-time> | null

Optional date when contact processing should begin. If not provided, processing starts immediately.

Response

Contact moved to sequence successfully. The response body is empty.

Empty body