Kit · Schema

Create a sequence email Request

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcastsWebhookMCPAgentsAuthenticationMarketing AutomationLanding PagesSegmentationEmail CampaignsSoftware-as-a-ServiceCommerce

Properties

Name Type Description
subject string Subject line of the email
preview_text string Preview text shown in email clients before the email is opened
content string HTML body content of the email
delay_value integer Number of days or hours to wait before sending this email after the previous one
delay_unit string Unit for the send delay. Use `days` for schedule-aware delivery, `hours` for a fixed hourly delay
email_template_id integer 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 array 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 Zero-based position of the email in the sequence. Assigned automatically after the last email if omitted
View JSON Schema on GitHub

JSON Schema

create_a_sequence_email_request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/create_a_sequence_email_request.json",
  "title": "Create a sequence email Request",
  "x-tag": "Sequence Emails",
  "type": "object",
  "required": [
    "subject",
    "delay_value",
    "delay_unit"
  ],
  "properties": {
    "subject": {
      "type": "string",
      "description": "Subject line of the email"
    },
    "preview_text": {
      "type": "string",
      "nullable": true,
      "description": "Preview text shown in email clients before the email is opened"
    },
    "content": {
      "type": "string",
      "nullable": true,
      "description": "HTML body content of the email"
    },
    "delay_value": {
      "type": "integer",
      "description": "Number of days or hours to wait before sending this email after the previous one"
    },
    "delay_unit": {
      "type": "string",
      "enum": [
        "days",
        "hours"
      ],
      "description": "Unit for the send delay. Use `days` for schedule-aware delivery, `hours` for a fixed hourly delay"
    },
    "email_template_id": {
      "type": "integer",
      "nullable": true,
      "description": "ID of the email template to use for layout and styling"
    },
    "published": {
      "type": "boolean",
      "description": "Whether the email is active and will be sent to subscribers. Defaults to `false` (draft)"
    },
    "send_days": {
      "type": "array",
      "nullable": true,
      "items": {
        "type": "string"
      },
      "description": "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": {
      "type": "integer",
      "nullable": true,
      "description": "Zero-based position of the email in the sequence. Assigned automatically after the last email if omitted"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/create_a_sequence_email_request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.