Get campaign sequence
The campaign sequence (steps and branches) as configured in the editor. Branching steps expose their conditions — e.g. connected vs. not connected, invitation accepted vs. expired, replied vs. not replied. Use the format query parameter to choose the representation.
Authorizations
Path Parameters
Query Parameters
Response shape: graph (default, faithful/lossless), tree (nested branches), readable (human outline), or all.
graph, tree, readable, all Response
The campaign sequence in the requested format
The id of the campaign this sequence belongs to
"123e4567-e89b-12d3-a456-426614174000"
Which editor produced the campaign
SIMPLE, ADVANCED "ADVANCED"
Where the sequence was read from: workflow (modern), legacy (old linear sequences), or empty (no sequence yet).
workflow, legacy, empty "workflow"
Id of the first step to run, or null when there is no sequence
1
Present when format is graph or all
Present when format is tree or all. Nested step tree rooted at the first step; null for an empty sequence.
Present when format is readable or all. One line per step/branch.