Create and manage subscriber lists for bulk notifications and campaigns.
all_users
, which automatically includes all users available in your workspace. You can use this list to send campaigns like newsletters and product updates.
Programmatically using SDK / API
Using third party data platforms
From UI via CSV upload
Create List
+ New List
button and add the relevant information. List ID
is the unique identifier for the list. Name
and Description
are just for reference so that you know what this list represents.Name
and Description
later by clicking on Modify List
option available in the right side Kebab menu on a list.Update Users in the list
Update Users
option available in the right side Kebab menu on a list. It will open a dialog like the one shown belowChoose the Update Function
Add
to add more users to an existing list of users. e.g., if you are adding today’s sign ups in the new sign ups list every dayReplace
to replace the current list with a completely new set of users. This is handy in situations where you need to update the list with all users who fit a criteria (like users subscribed to a topic), without needing to track individual additions.Upload CSV
distinct_id
Update Users
button. You can check the update progress in Import logs
.Automate list sync using database connector
$USER_ENTERED_LIST - <list_id>
for all new users added to the list whenever a list is updated.$USER_EXITED_LIST - <list_id>
for all new users removed from the list whenever a list is updated.Modify List
option on SuprSend dashboard -> List page or using the list API. Event tracking is set as false by default.