Manage groups of specific users, and their messaging preferences.
/dashboard/subscription-groups
page.
/dashboard/subscription-groups/upload/[id]
.
The provided CSV file should have the following format.
id
or email
field must be present to identify the user, otherwise the upload will fail.
firstName
and lastName
are optional and will map to and update user traits. Users will be created if they do not already exist.
action
field controls the subscription action for each user:
subscribe
- subscribes the user to the subscription groupunsubscribe
- unsubscribes the user from the subscription groupaction
column is missing, empty, or null, users will be subscribed by default/dashboard/settings
.
unsubscribe_link
liquid tag.
unsubscribe_url
liquid tag to just render the unsubscribe url, without the link element. This can be useful if you want to customize the unsubscribe link styling.
subscription_management_link
liquid tag.
subscription_management_url
liquid tag to just render the subscription management url, without the link element.
/dashboard/subscription-groups/users/[id]
.