klaviyo-api-python
klaviyo-api-python copied to clipboard
Removal of get_or_create profile
is it possible for you guys to implement this back in?
one of the reasons I use klaviyo is so that I don't have to manage and track who is subscribed to what - with the new changes I now have to either run multiple calls to find out who a user is and what they are subscribed to, rather than just sending an email to an endpoint
also - to be clear, without this get_or_create profile - for me to add someone to a list I need to:
- run a get query to retrieve all profiles with an associated email
- write logic to determine if the profile is correct or not
- if no profile, create a new with required params
- otherwise request to add to the list with the id returned