Skip to main content
Enable a workflow to make it active and ready to receive triggers. Requires a workflow slug as a positional argument.

Syntax

suprsend workflow enable <workflow-slug> [flags]
Arguments:
  • <workflow-slug> - Slug of the workflow to enable (required)

Example

# Enable workflow in staging workspace
suprsend workflow enable my-workflow

# Enable workflow in another workspace
suprsend workflow enable user-signup --workspace production