v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Strategist

Start a strategist run

<Warning> **Coming soon.** This endpoint will be available by early July 2026. </Warning>

<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>

Starts an AI Strategist run for the caller's team. The strategist generates sequence ideas and creates a sequence for each one.

Returns a background job to poll via GET /v3/background-jobs/{jobId}; on completion its jsonDataResult carries { sequenceIds } — the ids of the sequences created from the generated ideas.

Requires the AI SDR feature on the caller's team.

post/v3/ai-sdr/strategist/start

Request body

companyNamestring required

Company the strategist generates ideas for

companyUrlstring

Optional company website used to enrich the generated ideas

Response

Strategist run accepted; poll the returned job for progress and results

jobIdstring uuid required

Background job id; poll GET /v3/background-jobs/{jobId}.