Skip to main content
PUT
Update a sequence email

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Path Parameters

id
integer
required
sequence_id
integer
required

Body

application/json
subject
string

New subject line for the email

preview_text
string | null

New preview text shown in email clients before the email is opened

content
string | null

New HTML body content of the email

delay_value
integer

New delay value

delay_unit
enum<string>

New delay unit. Use days for schedule-aware delivery, hours for a fixed hourly delay

Available options:
days,
hours
email_template_id
integer | null

New email template ID for layout and styling. Pass null to clear

published
boolean

Pass true to publish a draft email or false to unpublish it

send_days
string[] | null

Days of the week this email may be sent. Pass a subset to restrict delivery, or null to reset to all days (inherits the sequence schedule)

position
integer | null

New zero-based position of the email in the sequence

Response

Updates the sequence email and returns its details

email
object
required