Manage subscriber lists with Go SDK: create or update lists, and modify users in the list.
suprClient.SubscriberLists.Create
method to create a new list
list_id
is case-insensitive. Suprsend first converts list_id to lowercase before storing it or doing any sort of comparison on it.list_id
can be of max 64 characters.suprClient.SubscriberLists.Get
method.
suprClient.SubscriberLists.GetAll
method
suprClient.SubscriberLists.Add
to add list subscribers. There is no limit to the number of subscribers that you can add to a list.
Start Sync to create draft version of the list
Add Subscribers to draft list
version_id
in start sync response.Remove Subscribers from draft list
version_id
in start sync response.Finish Sync to make the draft version live