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 idenitifier 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
Response
"product_updates"
"Product Update"
"Users subscribed to the newsletter"
static_list
, query_based
number of users in the list
source info on how the list is updated
"database_sync"
false
"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.
false
"2024-02-21T19:10:01.906000Z"
"2025-04-04T07:25:43.186475Z"
would show the draft list created to replace list users.
Was this page helpful?