Skip to main content
PUT
Attach a playbook to the sequence

Authorizations

Authorization
string
header
required

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

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