Sequences
Start sequence blueprint
Start dynamic outreach sequences from a blueprint for candidates.
POST
Start sequence blueprint
Documentation Index
Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
Use this file to discover all available pages before exploring further.
First time? Set up Authentication
Learn how to authenticate your API requests with your API key.
Path parameters
Sequence blueprint id to start.
Request body
Candidate ids to enroll in the sequence. The array must contain at least one
id.
Response
Whensuccess is true, data contains:
started— whether the workflow was dispatchedblueprintId— started blueprint idcandidateCount— number of candidates requested
candidateId.
Prerequisites
- The blueprint must have at least one valid step.
- Every
candidateIdmust belong to the same sourcing as the blueprint. - Required outreach channels must be connected and synced in Kalent.
- LinkedIn steps require a connected LinkedIn account.
- WhatsApp steps require a connected WhatsApp account.
- Email steps require a connected Gmail, Outlook, or IMAP account.
Errors
| Code | HTTP |
|---|---|
validation_error | 400 |
forbidden | 403 |
plan_upgrade_required | 402 |
not_found | 404 |
temporal_unavailable | 503 |
internal_error | 500 |
forbidden errors caused by missing or disconnected outreach accounts, error.details.code indicates the blocked provider, such as linkedin_not_connected_or_syncing, whatsapp_not_connected_or_syncing, or email_not_connected_or_syncing.
When the workspace plan does not include outreach integrations, the API returns plan_upgrade_required with billing remediation details:
Start sequence blueprint

