Skip to main content
PUT
/
v3
/
sequences
/
ai-sdr
/
{sequence_id}
/
playbook
Attach a playbook to the sequence
curl --request PUT \
  --url https://api.reply.io/v3/sequences/ai-sdr/{sequence_id}/playbook \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "playbookId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

sequence_id
integer
required

Sequence id

Required range: x >= 1

Body

application/json

Attaches a playbook to the sequence by composite id. Replaces any previously-attached playbook.

playbookId
string
required

Composite playbook id ({prefix}-{numericId}) where the prefix encodes the playbook scope: g for global, o for organization, t for team (e.g. g-1, o-42, t-7).

Minimum string length: 1

Response

Playbook attached