Updates any field on a sequence email — subject, preview_text, content, delay_value, delay_unit, send_days, position, email_template_id, or published. Only fields included in the request body change; everything else is preserved.
Note: pass send_days: null to revert a per-email schedule override and inherit the parent sequence’s send_days again. The response will then return all 7 days, indicating no per-email restriction.
Warning: sending send_days on an email with delay_unit: "hours" returns 422 — send_days only applies to day-based emails.
Warning: changing position while subscribers are actively progressing through the sequence can cause emails to be sent out of order or skipped. The same caution applies to flipping published on a position: 0 email — it triggers Kit to process all queued subscribers for that email.
For the sequence-email model and how delay_unit and send_days interact, see Create a sequence email.
Documentation Index
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate API requests via an API Key
New subject line for the email
New preview text shown in email clients before the email is opened
New HTML body content of the email
New delay value
New delay unit. Use days for schedule-aware delivery, hours for a fixed hourly delay
days, hours New email template ID for layout and styling. Pass null to clear
Pass true to publish a draft email or false to unpublish it
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)
New zero-based position of the email in the sequence
Updates the sequence email and returns its details