Add contacts to a sequence
Adds contacts to an existing sequence. Each item may optionally specify an assignedToWorkspaceMembershipId (a workspace membership id obtained via GET /v1/workspaces/:id/members). Items without assignedToWorkspaceMembershipId are auto-assigned via round-robin among the sequence assignees (least loaded first). Idempotent: duplicates, contacts already in the sequence, and contacts outside the sequence scope are silently ignored. Soft-deleted sequence-contacts are resurrected (their original assignee is preserved; an assignedToWorkspaceMembershipId in the body is ignored for resurrected rows). Returns 404 if the sequence is outside the API key scope. On concurrent requests for the same contact, the winner among competing assignedToWorkspaceMembershipId values is undefined; verify with GET /v1/sequences/:id/contacts.
Authorizations
Enter your API Key (sk_live_xxx or sk_test_xxx)
Path Parameters
Body
Array of 1–100 contact assignment entries. Per item: contactId is required; assignedToWorkspaceMembershipId optional. Duplicates, contacts already in the sequence, and out-of-scope contacts are silently ignored.
1 - 100 elementsResponse
Contacts added