Events are used to trigger workflows in SuprSend. You can use CLI command to manage events and link schema definitions to them - list, push, pull.

Syntax

suprsend event [command]

Commands

CommandDescription
event listList events in a workspace
event pushPush events from local directory or server to SuprSend workspace
event pullPull events from SuprSend to local directory or server

Inherited Global Flags

This command also supports Global Flags, such as:
  • -s, --service-token – Service token for authentication (default: $SUPRSEND_SERVICE_TOKEN)
  • -v, --verbosity – Log level (debug, info, warn, error, fatal, panic) (default info)
  • --config – Config file path (default: $HOME/.suprsend.yaml)
  • -n, --no-color – Disable color output (default: $NO_COLOR)