Skip to main content
POST
Create a sequence email

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Path Parameters

sequence_id
integer
required

Body

application/json
subject
string
required

Subject line of the email

delay_value
integer
required

Number of days or hours to wait before sending this email after the previous one

delay_unit
enum<string>
required

Unit for the send delay. Use days for schedule-aware delivery, hours for a fixed hourly delay

Available options:
days,
hours
preview_text
string | null

Preview text shown in email clients before the email is opened

content
string | null

HTML body content of the email

email_template_id
integer | null

ID of the email template to use for layout and styling

published
boolean

Whether the email is active and will be sent to subscribers. Defaults to false (draft)

send_days
string[] | null

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

position
integer | null

Zero-based position of the email in the sequence. Assigned automatically after the last email if omitted

Response

Creates a new sequence email

email
object
required