File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -445,13 +445,13 @@ gctools remove-member-comp-subscription <apiURL> <adminAPIKey> --tierId abcdtier
445
445
446
446
### add-member-newsletter-subscription
447
447
448
- Remove subscriptions for a specific newsletter
448
+ Add subscription for a specific newsletter
449
449
450
450
``` sh
451
- # Remove all subscriptions
451
+ # Add subscription to a specific newsletter to all members
452
452
gctools add-member-newsletter-subscription < apiURL> < adminAPIKey> < newsletterID>
453
453
454
- # Remove all subscriptions for a filtered set of members with the labels 'Premium Blog' & 'News '
454
+ # Add subscription to a specific newsletter to all members that have a label slug of 'premium-blog' or 'news '
455
455
# Note: Slugs are not the same as names. You can get the label slug by filtering members and checking the URL
456
456
gctools add-member-newsletter-subscription < apiURL> < adminAPIKey> < newsletterID> --onlyForLabelSlugs ' premium-blog,news'
457
457
```
You can’t perform that action at this time.
0 commit comments