Creates an empty sequence — the container that holds sequence emails. After creating the shell, use Create a sequence email to populate it.
Only name is required. Every other field has a sensible default: Kit fills in the account’s default sending address, a daily send schedule, and the account time zone — and any of these can be tuned later via Update a sequence.
Two behavioural toggles worth flagging up front. repeat controls whether a subscriber can re-enter the sequence: by default a subscriber receives the emails once and is marked complete, but with repeat: true, re-adding the same subscriber via a Visual Automation, Rule, Bulk Action, or Import resets their position to the start. Filters and exclusions still apply across restarts. hold (evergreen) keeps subscribers active in the sequence after they’ve received every published email — useful when you plan to add more emails later. Without hold, subscribers transition to Completed and won’t pick up future additions.
exclude_subscriber_sources lets you exclude subscribers acquired via specific tags, sequences, forms, or segments — they’ll skip this sequence entirely.
For end-user context, see the help articles on creating and sending a sequence, restarting a sequence, and holding subscribers in evergreen sequences.
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
The name of the sequence.
The sending email address to use. Uses the account's sending email address if not provided.
Id of the email template to use.
The days of the week to send the sequence on. Must be one of: monday, tuesday, wednesday, thursday, friday, saturday, sunday.
The hour of the day to send the sequence at. Must be an integer between 0 and 23.
The timezone to use for the sequence. Must be a valid IANA timezone string.
true to activate the sequence, false to deactivate it.
When true, subscribers can restart the sequence multiple times.
When true, subscribers added via Visual Automations stay in the sequence after receiving the last email.
The subscriber sources to exclude from the sequence.
Creates a new sequence