Manage alert channels for notifications.
obs alert-channel create --name "Ops Email" --type email --email "[email protected]"obs alert-channel listobs alert-channel get <id>obs alert-channel update <id> --name "Ops Email Primary" --type email --email "[email protected]"obs alert-channel delete <id> -y
obs alert-channel create --name "Ops Email" --type email --email "[email protected]"obs alert-channel listobs alert-channel get <id>obs alert-channel update <id> --name "Ops Email Primary" --type email --email "[email protected]"obs alert-channel delete <id> -y
See also: the CLI reference overview.