POST
/sequences/{id}/enrollments/bulkPOST /sequences/{id}/enrollments/bulk
Bulk enroll contacts in a sequence.
Request
curl -X POST 'https://api.sendheron.com/api/v1/sequences/{id}/enrollments/bulk' \
-H 'Authorization: Bearer <YOUR_API_KEY>' \
-H 'Content-Type: application/json'Required scopes
The key must carry these:
- sequences:write
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | uuid | Yes | Sequence UUID. |
Responses
Returns 201 on success. Errors use standard HTTP status codes: 401 for a missing or invalid key, 403 when the key lacks a required scope, 404 for an unknown id, and 429 when a rate limit window is exhausted.
Rate limits
60 per minute, 150 per 5 minutes, 300 per hour, 2000 per day. All windows apply at once, and the tightest one you breach is the one that rejects the request.