A subsequence entity representing a follow-up sequence
Unique identifier for the subsequence
Timestamp when the subsequence was created
ID of the parent campaign
ID of the workspace this subsequence belongs to
Status of the subsequence
Enum Value | Description |
---|---|
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 |
-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 |
x-parsed-md-0 | Draft - The subsequence is in draft mode and not yet active |
x-parsed-md-1 | Active - The subsequence is currently running |
Timestamp when the leads were last updated
Conditions that trigger the subsequence
Schedule configuration for the subsequence
List 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
Type of step. This has to be 'email' always - it's the only supported type for now
Enum Value | Description |
---|---|
This steps represents an email | |
x-parsed-md-email | This steps represents an email |
The number of days to wait before sending the NEXT email
{ "id": "0196b5d3-4dd9-733d-a199-44f9635c78ce", "timestamp_created": "2025-05-09T16:14:06.297Z", "parent_campaign": "0196b5d3-4dd9-733d-a199-44fa03a63845", "workspace": "0196b5d3-4dd9-733d-a199-44fb19e86dc3", "status": 0, "timestamp_leads_updated": "2025-05-09T16:14:06.297Z", "name": "Follow-up sequence", "conditions": { "crm_status": [ … ], "reply_contains": "yes" }, "subsequence_schedule": { "start_date": "2025-05-09T16:14:06.260Z", "end_date": "2025-05-09T16:14:06.260Z", "schedules": [ … ] }, "sequences": [ { … } ] }