Skip to content

Enroll contacts in a sequence

Enroll one or more contacts into a sequence. Contacts already enrolled are skipped.

POST /v1/sequences/{sequenceId}/enroll

Enroll one or more contacts into a sequence. Contacts already enrolled are skipped.

Parameters

  • sequenceId (path, string) required

Request body

Content-Type: application/json

  • contactIds (array) required
  • channelIds (array) — Optional. Auto-detected if not provided.

Responses

200 — Enrollment results

  • success (boolean)
  • enrolled (integer) — Number of contacts successfully enrolled
  • skipped (integer) — Number skipped (already enrolled or missing channel)

401

404