Skip to main content
POST
Enroll Subscribers
Manually enroll active subscribers into a sequence by email or subscriber ID. Enrollment starts at the first step after the trigger, or at a specific node when you pass targetNodeId. Subscribers that are inactive or already enrolled are skipped. You can pass up to 500 targets per request, combined across emails and subscriberIds. The sequence must be open for enrollment: enabled (or capturing entrants) and not enrollment-paused.

Request

string
required
Sequence ID.
string[]
Subscriber emails to enroll. Emails are trimmed and lowercased. Unknown emails are returned in notFound.
string[]
Subscriber IDs to enroll.
string
Node to start enrollment at. Defaults to the first non-trigger node connected to the trigger. Cannot be a trigger node. When the target is a delay step, enrollment is scheduled after the delay.
Provide at least one of emails or subscriberIds.

Responses