I wish to only load profiles from GET /profiles where they have an email address.
None of these work:
filter=not(equals(email,null))
filter=contains(email,"@")
filter=has(email)
filter=has(attributes.email)
I wish to only load profiles from GET /profiles where they have an email address.
None of these work:
filter=not(equals(email,null))
filter=contains(email,"@")
filter=has(email)
filter=has(attributes.email)
Best answer by null
OK, looks like according to the docs, this filter cannot be done.
https://developers.klaviyo.com/en/reference/get_profiles
...lists only `any` and `equals` as valid filters for email.
Seems a shame that this basic feature is not present in 2023 and an API that’s been through three revisions.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.