v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Contacts

Move a contact to a sequence

<small>Requires the contacts:operate scope (or a broader one that includes it).</small>

Moves a contact to a different sequence, optionally removing from existing sequences

post/v3/contacts/{id}/move-to-sequence

Path parameters

idinteger required

Contact ID

Request body

sequenceIdinteger required

Target sequence ID to move the contact to

removeFromExistingboolean

Whether to remove the contact from their current sequence

startStepIdinteger nullable

Optional step ID to start from in the target sequence

ignoreStepDelayboolean

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

startFromstring date-time nullable

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

Response

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

{"stackTrail":"paths:/v3/contacts/{id}/move-to-sequence:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Empty body"}