Manage subscriber lists with Java 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.
suprClient.subscriberLists.remove()
supr_client.subscriberLists.delete()
method.
Start Sync to create draft version of the list
Add Subscribers to draft list
version_id
in the Start Sync response.Remove Subscribers from draft list
Finish Sync to make the draft version live