klaviyo v1.0.0 Klaviyo.List
Provides support for the Klaviyo Lists API.
This module provides access to all known endpoints of the v2 Lists API.
Link to this section Summary
Functions
Add profiles to a list
Check if profiles are on a list
Check if profiles are on a list and not suppressed
Create a list
Delete a list
Get all emails that have been excluded from a list along with the exclusion reason and exclusion time
Get all emails in a given list or segment
Get a list of all lists
Remove profiles from a list
Retrieve information about a list
Subscribe or re-subscribe profiles to a list
Unsubscribe and remove profiles from a list
Update the properties of a list
Link to this section Functions
add_profiles(String.t(), list()) :: Klaviyo.Operation.t()
Add profiles to a list.
check_for_profile(String.t(), list()) :: Klaviyo.Operation.t()
Check if profiles are on a list.
check_subscription(String.t(), list()) :: Klaviyo.Operation.t()
Check if profiles are on a list and not suppressed.
Create a list.
Delete a list.
exclusions(String.t(), map()) :: Klaviyo.Operation.t()
Get all emails that have been excluded from a list along with the exclusion reason and exclusion time.
group_membership_emails(String.t(), map()) :: Klaviyo.Operation.t()
Get all emails in a given list or segment.
Get a list of all lists.
remove_profiles(String.t(), list()) :: Klaviyo.Operation.t()
Remove profiles from a list.
Retrieve information about a list.
Subscribe or re-subscribe profiles to a list.
unsubscribe(String.t(), list()) :: Klaviyo.Operation.t()
Unsubscribe and remove profiles from a list.
Update the properties of a list.