klaviyo / php-klaviyo

PHP wrapper for the Klaviyo API
59 stars 48 forks source link

This wrapper is missing the endpoint to search people #90

Closed janihq closed 1 year ago

janihq commented 1 year ago

There is no way to search people with this wrapper, If someone has to create a custom request using GuzzleHttp just to be able to search, then this wrapper loses its purpose and why would someone manage 2 dependencies?

e.g. - This endpoint call is missing. https://a.klaviyo.com/api/v2/people/search?external_id=a1b2c3&api_key=API_KEY

https://developers.klaviyo.com/en/docs/update_profile_properties_via_api#get-the-klaviyo-profile-id

janihq commented 1 year ago

accidentally created issue on deprecated repo.