Skip to main content
POST
Continue the sequence for a person a reply took out of it
Requires sequences:write. Resumes the same enrollment only when it exited because of a reply. Previously sent, completed, and skipped steps are omitted. Personalization and journey history remain attached to that enrollment. The next pending step’s wait starts now. Any skipped waits between the current position and that step are added, applying the normal sending window at each slot. A skipped 30-minute call slot followed by a 60-minute email wait therefore takes at least 90 minutes from continuation. Future skips beyond an intervening pending step are honored when reached. HTTP 201 returns resumed, nothing_to_continue, not_resumable, or contact_not_found. not_resumable includes a dispatch still in progress, active/parked/candidate enrollments, and suppression exits. Completed and removed enrollments are never revived. If every remaining slot is skipped, the enrollment stays exited and returns nothing_to_continue. Continuing a contact does not activate a paused or draft sequence. Sending still depends on the sequence’s lifecycle and normal consent checks.

Authorizations

Authorization
string
header
required

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

Path Parameters

sequenceId
string<uuid>
required

The unique identifier of the sequence

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
contactId
string<uuid>
required

The person's contact id (from enroll results or the people list)

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Default Response

outcome
enum<string>
required
Available options:
resumed,
nothing_to_continue,
not_resumable,
contact_not_found
contact_id
string<uuid> | null
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
next_step_index
integer | null
required
Required range: -9007199254740991 <= x <= 9007199254740991