klaviyo-api-python icon indicating copy to clipboard operation
klaviyo-api-python copied to clipboard

Removal of get_or_create profile

Open wdifruscio opened this issue 8 months ago • 5 comments

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:

  1. run a get query to retrieve all profiles with an associated email
  2. write logic to determine if the profile is correct or not
  3. if no profile, create a new with required params
  4. otherwise request to add to the list with the id returned

wdifruscio avatar Jun 20 '24 00:06 wdifruscio