Skip to main content
PATCH
Rename or re-scope an email template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string<uuid>
required

Body

application/json

SEQ-19: rename and/or re-scope; absent fields stay untouched.

name
string | null
Required string length: 1 - 255
scope
enum<string> | null

SEQ-19: which composer a template belongs to.

A scope, not a folder: the picker filters to the surface it was opened from (with an everything view), and save-as-template stamps the surface it was saved from — the library can't drift into a junk drawer.

Available options:
sequence_step,
linkedin,
inbox_reply

Response

Successful Response

SEQ-17: one saved template — segments, so variables survive reuse.

body_segments
TemplateSegmentSchema · object[]
required
created_at
string<date-time>
required
id
string<uuid>
required
name
string
required
scope
enum<string>
required

SEQ-19: which composer this template belongs to. The picker filters to the surface it was opened from.

Available options:
sequence_step,
linkedin,
inbox_reply
subject_segments
TemplateSegmentSchema · object[] | null
required
updated_at
string<date-time>
required