Skip to main content

subscriber-groups

This command allows you to manage your Subscriber-Groups.

Commands

CommandDescription
listthis command lists all the subscriber groups available in your environment.
inspectthis command retrieves the subscriber group with the specified NAME.
createthis command creates a new subscriber group for the Qala CLI.
updatethis command updates an existing subscriber group for the Qala CLI.
deletethis command deletes the subscriber group with the specified NAME.

list

this command lists all the subscriber groups available in your environment.

Examples:

qala subscriber-groups ls

inspect

this command retrieves the subscriber group with the specified NAME.

Options:

OptionDescription

Examples:

qala subscriber-groups inspect  <SUBSCRIBER_GROUP_NAME>

create

this command creates a new subscriber group for the Qala CLI.

Options:

OptionDescription
a / audienceThe audience to scope the subscriber group.
d / descriptionThe description of the subscriber group.
n / nameThe name of the subscriber group.
t / topicsThe comma separated list of topic names.

Examples:

qala subscriber-groups create -n <NAME> -d  <DESCRIPTION> -t <TOPICS_COMMA_SEPERATED_NAMES> -a <AUDIENCE>

update

this command updates an existing subscriber group for the Qala CLI.

Options:

OptionDescription
a / audienceThe audience to scope the subscriber group.
d / descriptionThe description of the subscriber group.
n / nameThe new name of the subscriber group.
t / topicsThe comma separated list of topic names.

Examples:

qala subscriber-groups update  <SUBSCRIBER_GROUP_NAME> -n <NEW_NAME> -d <DESCRIPTION> -t  <TOPICS_COMMA_SEPERATED_NAMES> -a <AUDIENCE>

delete

this command deletes the subscriber group with the specified NAME.

Options:

OptionDescription

Examples:

qala subscriber-groups delete  <SUBSCRIBER_GROUP_NAME>