Skip to main content
POST
Save an email template

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Required string length: 1 - 255
body_segments
TemplateSegmentSchema · object[]
scope
enum<string>
default:sequence_step

SEQ-19: the composer this template is being saved from.

Available options:
sequence_step,
linkedin,
inbox_reply
subject_segments
TemplateSegmentSchema · object[] | null

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