SiroDiaz / php-klaviyo-api

Low level but elegant Klaviyo full API wrapper for PHP with asynchronous track event support
https://packagist.org/packages/siro/php-klaviyo-api
MIT License
13 stars 7 forks source link

feat(profile): Add search method to allow searching for profiles base… #19

Closed tolvstein closed 2 years ago

tolvstein commented 2 years ago

Adds a method to the profiles client allowing us to search for a profile based on basic personal identifiers: email, phone_number or external_id.

This is critical if the site owner does not store the personal IDs already, as Klaviyo will be discontinuing the possibility to update personal identifiers through the identify API. This must be done from the profiles API in the future.