Starts a dynamic outreach sequence workflow for the given blueprint and candidate ids in the authenticated MCP workspace.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.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
blueprintId | string | Yes | Sequence blueprint to start. |
candidateIds | string[] | Yes | Candidate ids to enroll in the sequence. |
Output
JSON block withsuccess: true and data: started, blueprintId, and candidateCount.
Poll progress with get_candidate_dynamic_sequence_status for each candidateId.
Account connection actions
If required outreach accounts are missing or need attention, the tool returns a structured action payload instead of asking you to visit Kalent settings manually.action values:
open_kalent_messaging_settings— openconnectionUrl(Kalent/settings/outreach) to connect or reconnect LinkedIn, WhatsApp, or email accounts before retrying.
missingAccounts can include LINKEDIN, WHATSAPP, EMAIL_GOOGLE, EMAIL_OUTLOOK, or EMAIL_IMAP.
Errors
session not found, Not found, validation messages, subscription/plan upgrade messages, or Temporal availability messages when the sequence cannot be started.
When the workspace plan does not include outreach integrations, the tool returns an error explaining that the user must subscribe or upgrade before retrying:

