v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Playbooks
Update a playbook
<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>
Partial update — send only the fields you want to change. type is immutable.
Requires the AI SDR feature on the caller's team.
patch/v3/ai-sdr/playbooks/{id}
Path parameters
idstring required
Composite playbook id (g-N / o-N / t-N)
Request body
Example request
{
"name": "Outbound playbook v3",
"description": "Refined tone and pacing for cold outreach"
}Response
Playbook updated successfully
Example response
{
"id": "t-7",
"name": "Outbound playbook v2",
"description": "Tone and pacing for cold outreach",
"body": "## Voice\nFriendly, concise, never desperate.\n\n## Pacing\nTwo touches per week max.",
"type": "team",
"lastUpdatedAt": "2026-05-10T14:32:11Z",
"authorUserId": 4821,
"styleFiles": [
{
"id": 12345,
"fileName": "tone-guide.pdf"
}
]
}