Create a List
API to create / manage lists to send notification to a bulk list of users.
Authorizations
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Body
Unique string identifier of the list. Add an id which defines the type of users who are part of the list
Name of the List. Add a name which defines the type of users in the list
Brief description of the list and the type of users in it.
Response
201
Unique identifier of the list.
"product_updates"
Name of the list.
"Product Update"
Brief description of the list.
"Users subscribed to the newsletter"
Type of the list.
static_list, query_based number of users in the list
source info on how the list is updated
"database_sync"
Indicates whether the list is read-only.
false
Current status of the list (active or draft).
"active"
Event $USER_ENTERED_LIST - <list_id> is generated when user is added this list. Use this to trigger workflow on user entry.
Event $USER_EXITED_LIST - <list_id> is generated when user is removed from this list. Use this to trigger workflow on user exit.
Indicates whether the list has been requested for deletion.
false
Timestamp when the list was created.
"2024-02-21T19:10:01.906000Z"
Timestamp when the list was last updated.
"2025-04-04T07:25:43.186475Z"
would show the draft list created to replace list users.