--mode to switch between draft and live versions.
Workflow
List workflows with the SuprSend CLI
Use the suprsend workflow list command to list all SuprSend workflows in a workspace, with options to filter by draft or live mode and by workflow slug.
List workflows in a workspace with pagination. Returns workflow slug, name, status, and version info. Use
Previous
Get WorkflowUse the suprsend workflow get command to fetch the full configuration of a single SuprSend workflow by slug, including its nodes, branches, and metadata.
Next