Skip to main content
POST
Save a sequence as a template

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

id
integer
required

Sequence Id

Required range: x >= 1

Body

application/json
name
string
required

Name for the new template

description
string | null

Description for the template

scope
string | null

Scope of the template (e.g., team, organization)

Response

Sequence template created successfully

A sequence template

id
string<uuid>

Unique identifier for the template

name
string

Name of the template

description
string | null

Description of the template

stepTypes
string[]

Types of steps in the template (e.g. Email, LinkedIn, Call, Task)

isConditional
boolean

Whether the template contains conditional steps