Hi!
I’m transitioning from the old version to the new Klaviyo API. I’m using the php SDK but I found an issue when createProfile() and now I think there is more than one issue.
So I’m thinking to use the raw PHP using this Klaviyo API Documentation
I found that we MUST HAVE the Unique ID (Klaviyo) of the user in order to getProfile, I dont have that ID saved on the database, we used to query by email.
I can save the Unique ID on the database from now on, but I would like to know if there is a way to getProfile by email instead of Unique ID or what could be the option here for the users that are already saved on Klaviyo and I dont have the Unique ID ?
Thank you