Skip to content

Commit

Permalink
Fix add-member-newsletter-subscription readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAdamDavis committed Sep 17, 2024
1 parent ba705a5 commit 0b1758f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,13 @@ gctools remove-member-comp-subscription <apiURL> <adminAPIKey> --tierId abcdtier

### add-member-newsletter-subscription

Remove subscriptions for a specific newsletter
Add subscription for a specific newsletter

```sh
# Remove all subscriptions
# Add subscription to a specific newsletter to all members
gctools add-member-newsletter-subscription <apiURL> <adminAPIKey> <newsletterID>

# Remove all subscriptions for a filtered set of members with the labels 'Premium Blog' & 'News'
# Add subscription to a specific newsletter to all members that have a label slug of 'premium-blog' or 'news'
# Note: Slugs are not the same as names. You can get the label slug by filtering members and checking the URL
gctools add-member-newsletter-subscription <apiURL> <adminAPIKey> <newsletterID> --onlyForLabelSlugs 'premium-blog,news'
```
Expand Down

0 comments on commit 0b1758f

Please sign in to comment.