Kit · Schema

Update a sequence Request

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

Properties

Name Type Description
name string The name of the sequence.
email_address string The sending email address to use. Uses the account's sending email address if not provided.
email_template_id integer Id of the email template to use.
send_days array The days of the week to send the sequence on. Must be one of: `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`.
send_hour integer The hour of the day to send the sequence at. Must be an integer between 0 and 23.
time_zone string The timezone to use for the sequence. Must be a valid IANA timezone string.
active boolean `true` to activate the sequence, `false` to deactivate it.
repeat boolean When `true`, subscribers can restart the sequence multiple times.
hold boolean When `true`, subscribers added via Visual Automations stay in the sequence after receiving the last email.
exclude_subscriber_sources array The subscriber sources to exclude from the sequence.
View JSON Schema on GitHub

JSON Schema

update_a_sequence_request.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/convertkit/main/json-schema/update_a_sequence_request.json",
  "title": "Update a sequence Request",
  "x-tag": "Sequences",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the sequence."
    },
    "email_address": {
      "type": "string",
      "description": "The sending email address to use. Uses the account's sending email address if not provided."
    },
    "email_template_id": {
      "type": "integer",
      "description": "Id of the email template to use."
    },
    "send_days": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The days of the week to send the sequence on. Must be one of: `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`."
    },
    "send_hour": {
      "type": "integer",
      "description": "The hour of the day to send the sequence at. Must be an integer between 0 and 23."
    },
    "time_zone": {
      "type": "string",
      "description": "The timezone to use for the sequence. Must be a valid IANA timezone string."
    },
    "active": {
      "type": "boolean",
      "description": "`true` to activate the sequence, `false` to deactivate it."
    },
    "repeat": {
      "type": "boolean",
      "description": "When `true`, subscribers can restart the sequence multiple times."
    },
    "hold": {
      "type": "boolean",
      "description": "When `true`, subscribers added via Visual Automations stay in the sequence after receiving the last email."
    },
    "exclude_subscriber_sources": {
      "type": "array",
      "description": "The subscriber sources to exclude from the sequence.",
      "items": {
        "type": "object",
        "properties": {
          "type": {
            "type": "string",
            "description": "The type of subscriber source to exclude. Must be one of: `tag`, `sequence`, `form`, `segment`."
          },
          "ids": {
            "type": "array",
            "items": {
              "type": "integer",
              "description": "The ids of the subscriber sources to exclude."
            }
          }
        },
        "required": [
          "type",
          "ids"
        ]
      }
    }
  }
}

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/update_a_sequence_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.