Syntax

suprsend profile add [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
--name stringName of the profile (required)
--service-token stringService token (required). You can get service token from SuprSend dashboard → Account Settings → Service Tokens section.
--base-url stringBase URLhttps://hub.suprsend.com/
--mgmnt-url stringManagement URLhttps://api.suprsend.com/

Examples

# Add a new profile with required fields
suprsend profile add --name staging --service-token your-service-token

# Add profile with custom API endpoints
suprsend profile add \
  --name production \
  --service-token your-service-token \
  --base-url https://hub.suprsend.com/ \
  --mgmnt-url https://api.suprsend.com/