Workflows define the notifications logic in SuprSend. You can use CLI command to manage workflows - list, push, pull, enable, disable.

Syntax

suprsend workflow [command]

Commands

CommandDescription
workflow listList workflows in a workspace
workflow pushPush workflows from local directory to SuprSend
workflow pullPull workflows from SuprSend to local directory
workflow enableEnable a workflow
workflow disableDisable a workflow

Inherited Global Flags

This command also supports Global Flags, such as:
  • -s, --service-token – Service token for authentication
  • -v, --verbosity – Logging level
  • --config – Config file path
  • -n, --no-color – Disable color output
  • -w, --workspace string – Workspace to use (default: staging)