Skip to main content
This schema describes objects returned by the Campaign Subsequence endpoints.
A subsequence entity representing a follow-up sequence

Fields

FieldTypeRequiredDescription
idstring (uuid)YesUnique identifier for the subsequence (read-only)
timestamp_createdstring (date-time)YesTimestamp when the subsequence was created (read-only)
parent_campaignstring (uuid)YesID of the parent campaign
workspacestring (uuid)YesID of the workspace this subsequence belongs to (read-only)
statusnumberYesStatus of the subsequence. Possible values: -99 (Account Suspended - The subsequence is suspended due to account issues), -1 (Accounts Unhealthy - The subsequence is paused due to unhealthy sending accounts), -2 (Bounce Protection - The subsequence is paused due to high bounce rates), 0 (Draft - The subsequence is in draft mode and not yet active), 1 (Active - The subsequence is currently running), 2 (Paused - The subsequence has been manually paused), 3 (Completed - The subsequence has finished running), 4 (Running Subsequences - The subsequence has active child sequences) (read-only)
timestamp_leads_updatedstring (date-time)YesTimestamp when the leads were last updated (read-only)
namestringYesName of the subsequence
conditionsobjectYesConditions that trigger the subsequence
conditions.crm_statusarrayNoLead CRM statuses that trigger the subsequence.
conditions.lead_activityarrayNoLead activities that trigger the subsequence.
conditions.reply_containsstringNo
subsequence_scheduleobjectYesSchedule configuration for the subsequence
subsequence_schedule.start_datestring (date), nullableNoStart date in YYYY-MM-DD format. Uses the campaign’s timezone.
subsequence_schedule.end_datestring (date), nullableNoEnd date in YYYY-MM-DD format. Uses the campaign’s timezone.
subsequence_schedule.schedulesarrayNo
subsequence_schedule.schedules[].namestringNo
subsequence_schedule.schedules[].timingobjectNo
subsequence_schedule.schedules[].timing.fromstringNo
subsequence_schedule.schedules[].timing.tostringNo
subsequence_schedule.schedules[].daysobjectNo
subsequence_schedule.schedules[].days.0booleanNo
subsequence_schedule.schedules[].days.1booleanNo
subsequence_schedule.schedules[].days.2booleanNo
subsequence_schedule.schedules[].days.3booleanNo
subsequence_schedule.schedules[].days.4booleanNo
subsequence_schedule.schedules[].days.5booleanNo
subsequence_schedule.schedules[].days.6booleanNo
subsequence_schedule.schedules[].timezonestringNoPossible values: Etc/GMT+12, Etc/GMT+11, Etc/GMT+10, America/Anchorage, America/Dawson, America/Creston, America/Chihuahua, America/Boise, America/Belize, America/Chicago, America/Bahia_Banderas, America/Regina, America/Bogota, America/Detroit, America/Indiana/Marengo, America/Caracas, America/Asuncion, America/Glace_Bay, America/Campo_Grande, America/Anguilla, America/Santiago, America/St_Johns, America/Sao_Paulo, America/Argentina/La_Rioja, America/Araguaina, America/Godthab, America/Montevideo, America/Bahia, America/Noronha, America/Scoresbysund, Atlantic/Cape_Verde, Africa/Casablanca, America/Danmarkshavn, Europe/Isle_of_Man, Atlantic/Canary, Africa/Abidjan, Arctic/Longyearbyen, Europe/Belgrade, Africa/Ceuta, Europe/Sarajevo, Africa/Algiers, Africa/Windhoek, Asia/Nicosia, Asia/Beirut, Africa/Cairo, Asia/Damascus, Europe/Bucharest, Africa/Blantyre, Europe/Helsinki, Europe/Istanbul, Asia/Jerusalem, Africa/Tripoli, Asia/Amman, Asia/Baghdad, Europe/Kaliningrad, Asia/Aden, Africa/Addis_Ababa, Europe/Kirov, Europe/Astrakhan, Asia/Tehran, Asia/Dubai, Asia/Baku, Indian/Mahe, Asia/Tbilisi, Asia/Yerevan, Asia/Kabul, Antarctica/Mawson, Asia/Yekaterinburg, Asia/Karachi, Asia/Kolkata, Asia/Colombo, Asia/Kathmandu, Antarctica/Vostok, Asia/Dhaka, Asia/Rangoon, Antarctica/Davis, Asia/Novokuznetsk, Asia/Hong_Kong, Asia/Krasnoyarsk, Asia/Brunei, Australia/Perth, Asia/Taipei, Asia/Choibalsan, Asia/Irkutsk, Asia/Dili, Asia/Pyongyang, Australia/Adelaide, Australia/Darwin, Australia/Brisbane, Australia/Melbourne, Antarctica/DumontDUrville, Australia/Currie, Asia/Chita, Antarctica/Macquarie, Asia/Sakhalin, Pacific/Auckland, Etc/GMT-12, Pacific/Fiji, Asia/Anadyr, Asia/Kamchatka, Etc/GMT-13, Pacific/Apia
sequencesarrayYesList of sequences (the actual email copy). Even though this field is an array, only the first element is used, so please provide only one array item, and add the steps to that array
sequences[].stepsarrayNo
sequences[].steps[].typestringNoType of step. This has to be ‘email’ always - it’s the only supported type for now. Possible values: email (This steps represents an email)
sequences[].steps[].delaynumberNoThe delay value before sending the NEXT email. The unit is determined by the delay_unit field (defaults to days).
sequences[].steps[].delay_unitstringNoThe unit of time for the delay value (minutes, hours, or days). Defaults to days for backward compatibility.. Possible values: minutes, hours, days
sequences[].steps[].pre_delaynumberNoThe delay value before sending the FIRST email in a subsequence. Only applicable to subsequences - this field is ignored for regular campaigns. The unit is determined by the pre_delay_unit field (defaults to days).
sequences[].steps[].pre_delay_unitstringNoThe unit of time for the pre_delay value (minutes, hours, or days). Only applicable to subsequences - this field is ignored for regular campaigns. Defaults to days for backward compatibility.. Possible values: minutes, hours, days
sequences[].steps[].variantsarrayNo
sequences[].steps[].variants[].subjectstringNo
sequences[].steps[].variants[].bodystringNo
sequences[].steps[].variants[].v_disabledbooleanNoWhether this variant is disabled. By default, all the variants are enabled. Please set this to true if you want to disable this variant